Easily create, analyze, and manage AI-generated content with QuickAI, an open-source AI-powered SaaS platform built using the PERN Stack (PostgreSQL, Express, React, Node.js).
Deployed on Vercel.
- User Authentication: Secure sign-in, sign-up, and profile management via Clerk.
- Subscription Billing: Premium plans unlocked via Stripe payments.
- PostgreSQL Database: Fast, serverless storage using Neon.
- Multiple AI Tools:
- Article Generator: Create long or short AI-written articles.
- Blog Title Generator: Get blog titles by keyword and category.
- Image Generator: Generate AI images from prompts (premium).
- Background Remover: Instantly remove backgrounds from uploaded images.
- Object Remover: Remove specified objects from an image.
- Resume Analyzer: Upload a resume & receive feedback and suggestions.
- Community Gallery: View and like public images shared by users.
- Responsive Design: Modern, mobile-friendly UI inspired by Figma design.
| Frontend | Backend | Database | Auth & Billing | Deployment |
|---|---|---|---|---|
| React (Vite) | Node.js | PostgreSQL | Clerk, Stripe | Vercel |
| Tailwind CSS | Express.js | Neon |
git clone
cd QuickAIQuickAI/
├── client/ # React frontend
└── server/ # Node.js/Express backend
- Frontend:
cd client npm install - Backend:
cd ../server npm install
Create .env files in both the client and server folders based on the provided .env.example or guidelines in the documentation.
You’ll need:
- Clerk publishable key
- Neon database URL
- Stripe API keys
- Any other service credentials
- Frontend:
npm run dev
- Backend:
npm run server
The project is production-ready and can be deployed to Vercel (Frontend/Serverless) and Neon for database hosting.
For questions or feedback, mail at shubhamkuttarmare8329@gmail.com