A powerful AI model generation platform that allows users to create, train, and deploy machine learning models without writing code.
- 🤖 No-code AI model generation
- 🔒 Secure authentication with Supabase
- 💳 Stripe integration for payments
- 📱 Fully responsive design
- 🚀 Production-ready deployment
- 🔄 Real-time updates
- 📊 Usage analytics
- React 18 with TypeScript
- Vite for building
- Tailwind CSS for styling
- Supabase for backend and auth
- Stripe for payments
- Lucide React for icons
- Clone the repository
- Copy
.env.exampleto.envand fill in your environment variables - Install dependencies:
npm install
- Start the development server:
npm run dev
Create a .env file with the following variables:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
VITE_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_keyThe database schema is managed through Supabase migrations. The schema includes:
- User profiles
- AI models
- Deployments
- Subscriptions
- Usage limits
Authentication is handled through Supabase Auth with email/password login.
Payment processing is integrated with Stripe, supporting:
- Subscription plans
- Usage-based billing
- Secure checkout
-
Build the project:
npm run build
-
Deploy to your preferred hosting platform.
MIT License - See LICENSE file for details