Full Stack AI SaaS project built with PERN Stack + Google Gemini API.
Generate high-converting UGC-style video ads and images using AI.
The frontend is not fully functional in this version./ files are not included
- Frontend: React + PrebuiltUI.com
- Backend: Node.js, Express
- Database: PostgreSQL (Neon)
- AI: Google Gemini API
- Auth & Billing: Clerk
- Monitoring: Sentry
- Deployment: Hostinger VPS
- Generate UGC video ads & images with AI
- User authentication & subscription billing
- Community page to explore ads
- Result page for generated content
- Error tracking with Sentry
backend/ ├── controllers/ │ ├── userFeatures.js │ └── ugcController.js ├── models/ ├── routes/ ├── services/ │ └── geminiService.js └── server.js
frontend/ ├── src/ │ ├── pages/ │ │ ├── Community.jsx │ │ ├── Result.jsx │ │ └── Dashboard.jsx │ └── App.jsx
Purpose: Learning / Portfolio / Commercial / College Project