A modern retail web application for candles, diffusers, and soaps built with Next.js 15, TypeScript, Tailwind CSS, and Supabase.
- Storefront with products, services, stylists, gallery, and booking
- Admin dashboard with CRUD management for all content
- Gemini AI Assistant — interactive robot that helps clients and admins
- Supabase PostgreSQL backend with real-time data
- Vercel deployment ready
npm install
npm run devCreate .env.local with:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
GEMINI_API_KEY=your_gemini_key
# Optional model override
# GEMINI_MODEL=gemini-1.5-flash