ScriptGenie AI is a full-stack AI-powered platform that helps creators generate professional YouTube scripts and AI-generated thumbnails in seconds.
The application combines OpenRouter LLMs, Hugging Face image generation models, MongoDB Atlas, and Vercel deployment to provide a complete content creation workflow.
🌐 https://scriptgenie-ai-eight.vercel.app/
- AI-powered YouTube script generation
- Multiple writing tones and styles
- AI thumbnail generation
- Secure user authentication
- Cloud-synced script history
- Persistent user sessions
- MongoDB Atlas integration
- Responsive modern dashboard
- Script management and deletion
- HTML5
- CSS3
- JavaScript
- Node.js
- OpenRouter API
- Hugging Face Inference API
- MongoDB Atlas
- Vercel
- User signs up or logs in.
- User enters topic, audience, tone, duration, and key points.
- OpenRouter generates a structured YouTube script.
- Generated scripts are stored in MongoDB Atlas.
- Users can revisit previously generated scripts through history.
- Hugging Face generates AI thumbnails for selected scripts.
- All content remains accessible through the cloud-synced dashboard.
Clone the repository:
git clone https://github.com/AnunayKumar07/ScriptGenie-AI.gitInstall dependencies:
npm installCreate a .env file:
OPENROUTER_API_KEY=your_key
HF_TOKEN=your_tokenRun the project:
node server.jsOpen:
http://localhost:3000
- Login Page
Anunay Kumar
Built as a full-stack AI project showcasing authentication, API integration, database management, deployment, and AI-powered content generation.

