Skip to content

A powerful AI model generation platform that allows users to create, train, and deploy machine learning models without writing code. Created with StackBlitz ⚡️

Notifications You must be signed in to change notification settings

BathSalt-2/MetaModelMaker

Repository files navigation

Meta-Model AI Platform

A powerful AI model generation platform that allows users to create, train, and deploy machine learning models without writing code.

Features

  • 🤖 No-code AI model generation
  • 🔒 Secure authentication with Supabase
  • 💳 Stripe integration for payments
  • 📱 Fully responsive design
  • 🚀 Production-ready deployment
  • 🔄 Real-time updates
  • 📊 Usage analytics

Tech Stack

  • React 18 with TypeScript
  • Vite for building
  • Tailwind CSS for styling
  • Supabase for backend and auth
  • Stripe for payments
  • Lucide React for icons

Getting Started

  1. Clone the repository
  2. Copy .env.example to .env and fill in your environment variables
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

Environment Variables

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_key

Database Setup

The database schema is managed through Supabase migrations. The schema includes:

  • User profiles
  • AI models
  • Deployments
  • Subscriptions
  • Usage limits

Authentication

Authentication is handled through Supabase Auth with email/password login.

Payments

Payment processing is integrated with Stripe, supporting:

  • Subscription plans
  • Usage-based billing
  • Secure checkout

Deployment

  1. Build the project:

    npm run build
  2. Deploy to your preferred hosting platform.

License

MIT License - See LICENSE file for details

About

A powerful AI model generation platform that allows users to create, train, and deploy machine learning models without writing code. Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published