Imagify is a SaaS platform for AI-powered image generation, built using modern web technologies.
- AI-powered image generation
- Secure authentication using Clerk
- Payment integration with Razorpay
- Responsive and modern UI with React & Tailwind CSS
- Smooth animations using Framer Motion
- Backend built with Node.js & Express.js
- Database storage with MongoDB
- Package management with npm
- Frontend: React, Tailwind CSS, Framer Motion, Clerk
- Backend: Node.js, Express.js, MongoDB
- Payments: Razorpay
- Package Manager: npm
git clone https://github.com/mthirumalai2905/imagify.git
cd imagify
cd client
npm install
cd ../server
npm install
- Create a
.env
file in both theclient
andserver
directories. - Add the necessary credentials for MongoDB, Razorpay, and Clerk.
cd client
npm start
cd ../server
npm run dev
- Sign up and log in using Clerk authentication.
- Generate images using the AI-powered system.
- Make secure payments using Razorpay.
- Download or share your generated images.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any inquiries, reach out to [email protected] or visit yourwebsite.com.