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