LIVE-LINK-https://imagify-frontend-gnsc.onrender.com/
Imagify is a Full Stack AI SaaS Application that allows users to generate AI-powered images from text prompts. It features a credit-based system for image generation and includes user authentication for secure access.
- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Express.js
- Database: MongoDB
- AI API: Clipdrop API
- Authentication: JWT (JSON Web Tokens)
- Deployment: Frontend on Netlify, Backend on Render
- 🌐 AI-Powered Image Generation: Convert text prompts into AI-generated images.
- 🔐 User Authentication: Secure account creation and login.
- 💰 Credit System: Users need credits to generate images.
- 📦 RESTful API: Backend API built with Express.js.
- ⚡ Fast UI: Developed using React and TailwindCSS.
- 🚀 Deployment: Hosted on Netlify (frontend) and Render (backend).
Home Page
How it Works!
Description
Testimonials
Footer
Image Generation Page
Generated Image
Download Option for Generated Image 
git clone https://github.com/impulseadi/imagify.git
cd imagifycd server
npm installcd client
npm installCreate a .env file in the client directory and add:
VITE_BACKEND_URL = 'http://localhost:4000'
cd server
npm startcd client
npm run devDeployed on Render -> Live Link
Contributions are welcome! Feel free to fork this repository and submit pull requests.
This project is open-source and available under the MIT License.