NeuroGlow.ai is a modern AI SaaS application built on the MERN stack (MongoDB, Express.js, React.js, Node.js), offering a suite of smart tools for content generation and image manipulation—all within a beautiful, responsive dashboard...
- Generate Article – AI-powered article writing based on custom prompts.
- Generate Blog Title – Smart blog title generation to match your content.
- Remove Background – Clean background removal with PNG output.
- Remove Object – Seamlessly erase unwanted elements from images.
- Dashboard – View and manage your content generation history.
- Community Feed – Share your generated images with others and toggle likes.
- Download Image - User Can Donwload The Images After Generation
- UI Enhancements - User Interface Will Be Enhanced
Ai-Powered-SaaS-App/
│
├── client/ # Frontend (React + Vite, Redux)
│ ├── components/ # Reusable UI components
│ └── pages/ # Main application pages
│
├── server/ # Backend (Node + Express)
│ ├── routes/ # All API routes
│ ├── controllers/ # Users, AI features
│ ├── models/ # Schemas
│ └── config/ # Cloudinary, PDF, Multer
│
├── .env # Environment variables
└── README.md # Project documentationIn Client
cd client
npm install
npm run devIn Server
cd server
npm install
nodemon server.jsVITE_BASE_URL=http://localhost:3000
MONGO_URI=xxxx
GEMINI_API_KEY=xxxx
CLOUDINARY_CLOUD_NAME=xxxx
CLOUDINARY_API_KEY=xxxx
CLOUDINARY_API_SECRET=xxxx







