Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.56 KB

File metadata and controls

45 lines (30 loc) · 1.56 KB

SaaS Platform 🚀

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.

🌟 Features

  • 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.

🛠️ Tech Stack

  • 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

Instagram Facebook

📦 Installation

Clone the Repository:

git clone https://github.com/dipak0304/saas.git
cd saas

####  Install Dependencies:\

# For frontend
cd client
npm install

# For backend
cd ../server
npm install