
APILab
API testing & documentation platform
// overview
About this project
A developer-focused platform for building, testing, and documenting REST APIs — think Postman but built on Next.js with Supabase + Prisma as the backend and workspace collaboration.
📊 REST
Endpoint Types
📊 20+
Mock Templates
📊 <50ms
Response Latency
// tech_stack
Technologies used
// features
What it does
- 01
Visual drag-and-drop route builder with path parameter support
- 02
JSON schema editor for request and response body definitions
- 03
Automatic mock data generation from schema templates
- 04
Environment variable management for base URLs and auth tokens
- 05
Real-time test console with request history and diff viewer
- 06
Shareable workspace links for team collaboration
// challenges_and_solutions
Challenges & Solutions
Dynamic Route Matching
Built a regex-based routing engine resolving path params, query strings, and wildcards in under 10ms — supporting Express-style route syntax without a backend server.
Nested Schema Persistence
Modeled nested JSON schemas as flat key-path records in PostgreSQL, enabling efficient querying without losing structural integrity or requiring JSONB full scans.
// screenshots
Visuals
// links
Project links
// related_projects
You might also like


AI Analytics Dashboard
Natural language → SQL query engine
Next Project
Task Manager
Production-Ready Task Management Platform