APIxplore is a clean and elegant web app for discovering public APIs, generating side project ideas with AI, and saving your favorite inspirations.
- 🔍 Browse APIs by category and filter core features
- 🧠 Generate AI-powered project ideas from any public API
- 💾 Save the ideas you like to your personal history
- 🧼 Clean UI built with Tailwind CSS v4 + Shadcn UI
- 💫 Smooth animations with Framer Motion
- 📱 Fully responsive with mobile bottom navigation
- 🌙 Dark mode ready
- 📊 Daily quota system with progress tracking
- 👤 GitHub authentication (NextAuth)
- 🧾 Pagination for large datasets (1500+ APIs)
- Next.js 15 (App Router)
- Tailwind CSS v4
- Shadcn UI
- Framer Motion
- OpenAI – AI idea generation
- Supabase – user & data storage
- NextAuth – GitHub OAuth
app/
api/ideas/ # Idea generation + persistence API
api/quota/ # Quota tracking
resources/page.tsx # Paginated resources list
dashboard/page.tsx # User's saved ideas
components/
idea-generator.tsx # Idea generation UI
ideas-history.tsx # Saved ideas display
mobile-nav.tsx # Bottom navigation with dropdown menu
landing-page.tsx # Elegant animated hero section
lib/
supabase/ # DB interaction helpers
auth.ts # Auth configuration (NextAuth)pnpm install
pnpm dev- 🧩 Public/private toggle for saved ideas
- 🌍 Public idea sharing page
/idea/[id] - 🔎 Global fuzzy search for all APIs
- 📁 Export filtered APIs to CSV / JSON
- 💬 Community library of shared ideas
Feel free to contribute or fork the project. 💜 Open source on GitHub