A powerful SaaS platform that generates AI-powered influencer content and profiles.
- 🤖 AI-powered content generation
- 👤 Influencer profile creation
- 📊 Analytics dashboard
- 💳 Subscription management
- 🔐 Secure authentication
- 🎨 Modern, responsive UI
- Frontend: React + Vite + Tailwind CSS
- Backend: Node.js + Express
- Database: Supabase (PostgreSQL)
- AI: OpenAI API
- Authentication: Supabase Auth
- Node.js 18+
- npm or yarn
- Supabase account
- OpenAI API key
-
Clone the repository
-
Install dependencies:
npm run install:all
-
Set up environment variables:
- Copy
.env.exampleto.envin bothbackend/andfrontend/directories - Fill in your Supabase and OpenAI credentials
- Copy
-
Start development servers:
npm run dev
This will start both the backend (port 3001) and frontend (port 5173) servers.
eromify/
├── backend/ # Express.js API server
├── frontend/ # React frontend application
├── shared/ # Shared utilities and types
└── docs/ # Documentation
- Backend runs on: http://localhost:3001
- Frontend runs on: http://localhost:5173
- Supabase Dashboard: https://supabase.com/dashboard
MIT