A curated project showcase where PMs and builders discover what's possible with AI tools, explore projects by collection, and connect with fellow builders.
Built using Lovable
- Project Gallery — Browse AI-built projects with details on tools, tech stack, and build stories
- Curated Collections — Discover projects grouped by theme (e.g. "Weekend Builds", "SaaS Starters")
- Builder Profiles — View builder portfolios with social links and project history
- Likes & Comments — Engage with projects via authenticated interactions
- Project Submissions — Submit your own AI-built project for review
- Search — Find projects by name, tagline, or description
- Frontend: React 18, TypeScript, Vite, Tailwind CSS
- UI Components: shadcn/ui, Radix UI, Framer Motion
- Backend: Lovable Cloud (authentication, database, storage)
- Data Fetching: TanStack React Query
src/
├── components/ # Reusable UI components
├── hooks/ # Custom hooks (auth, data fetching)
├── integrations/ # Backend client configuration
├── lib/ # Types, utilities, static data
├── pages/ # Route-level page components
└── main.tsx # App entry point
- Clone the repository
- Install dependencies:
npm install - Start the dev server:
npm run dev - Open http://localhost:8080
👉 [Try it here] https://ship-ai-showcase.lovable.app/
MIT