A web application for showcasing and discovering Bolt projects, built with Supabase for backend services including authentication, database, and storage.
- Browse and search Bolt projects
- User authentication
- Project submission
- Like and interact with projects
- Bun installed on your system
- Supabase project credentials
- Clone the repository
- Copy
env.example
to.env
and add your Supabase credentials - Install dependencies:
bun install
- Start the development server:
bun run dev
bun run build