A comprehensive development portal that provides a modern interface for API documentation, testing, and configuration management. Built with Next.js, this platform offers a centralized solution for development teams.
- Modern Next.js App Router architecture
- Swagger UI integration for API documentation
- API testing and request management
- Configuration management
- Responsive sidebar navigation
- Dark mode support
- Dashboard for metrics and monitoring
- TypeScript for type safety
- Tailwind CSS for styling
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Copy .env.example to .env.local and update the values:
cp .env.example .env.localRequired environment variables:
NEXT_PUBLIC_API_URL: The base URL of your API
/app- Next.js app router pages and API routes/components- Reusable UI components/lib- Utility functions and shared code/public- Static assets