A dashboard for managing API keys and accessing the Dandi AI Research API playground.
- API Key Management (Create, Read, Update, Delete)
- Dark Mode Support
- API Playground
- Protected Routes
- Real-time Validation
- Toast Notifications
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables in
.env.local:NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key - Run the development server:
npm run dev
- Next.js 14
- React
- Supabase
- Tailwind CSS
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.