- Authentication (Supabase Auth)
- Create, edit, delete, and like prompts
- Real-time search & dynamic category filter
- Responsive design & dark/light theme
- Toast notifications for user actions
- Frontend: React, Vite
- Backend: Supabase (PostgreSQL, Auth)
- Deployment: Vercel
- Clone repo & install dependencies:
git clone https://github.com/LikhithSP/PromptHub.git cd PromptHub npm install --prefix client - Create a Supabase project, run
supabase-schema.sql, and copy your API keys. - Add your keys to
client/.env:VITE_SUPABASE_URL=your_url VITE_SUPABASE_ANON_KEY=your_key
- Run locally:
npm run dev
- Push to GitHub, import to Vercel, add env vars, and deploy.
MIT
Built with ❤️ using React & Supabase

