A full-stack SaaS (Software as a Service) platform that provides AI-powered tools for content creation and image editing. Users can generate images, write articles & blogs, and perform advanced image editing like background and object removal also community.
- ✨ AI Image Generation — Generate high-quality images from text prompts.
- 📝 Article & Blog Writer — AI-assisted content generation for blogs and articles.
- 🖼️ Background Removal — Remove backgrounds from images effortlessly.
- 🧹 Object Removal — Erase unwanted objects from images with precision.
- 🔒 User Authentication & Subscription Plans — Premium features for subscribed users.
- 🎛️ Admin Dashboard — Manage users and content.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: PostgreSQL (Neon Database)
- Authentication: Clerk.dev
- Hosting: Vercel (Frontend), Railway/Render (Backend)
- AI Integration: ClipDrop API, GROK API(free best)top
git clone https://github.com/dipak0304/saas.git
cd saas
#### Install Dependencies:\
# For frontend
cd client
npm install
# For backend
cd ../server
npm install