A modern web application for transforming product photos into professional marketing shots using AI.
- AI-powered image transformation
- User authentication
- Credit-based system
- Multiple pricing tiers
- Real-time image generation
- Responsive design
- React
- TypeScript
- Tailwind CSS
- Supabase
- Vite
- Clone the repository
git clone https://github.com/yourusername/visualmint.git
- Install dependencies
npm install
- Set up environment variables
Create a
.env
file in the root directory and add:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
- Start the development server
npm run dev
MIT