{"id":29313778,"url":"https://github.com/yukti-says/imagify","last_synced_at":"2025-10-26T02:18:03.271Z","repository":{"id":301656232,"uuid":"1009935838","full_name":"yukti-says/Imagify","owner":"yukti-says","description":"Imagify is a full-stack SaaS platform that allows users to generate AI-powered images with ease. Users can sign up, choose a subscription plan, generate high-quality visuals, and manage their usage—all in one place.","archived":false,"fork":false,"pushed_at":"2025-07-05T07:47:34.000Z","size":1266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T08:32:47.401Z","etag":null,"topics":["context-api","express","full-stack-web-development","fullstack-development","javascript","jwt","nodejs","reactjs","reastful-api"],"latest_commit_sha":null,"homepage":"https://imagify-lime-beta.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yukti-says.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-28T02:07:17.000Z","updated_at":"2025-07-05T07:48:48.000Z","dependencies_parsed_at":"2025-06-28T03:20:46.462Z","dependency_job_id":"e9411ce8-de5e-4082-a2b8-8c7c4367d928","html_url":"https://github.com/yukti-says/Imagify","commit_stats":null,"previous_names":["yukti-says/imagify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yukti-says/Imagify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukti-says%2FImagify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukti-says%2FImagify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukti-says%2FImagify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukti-says%2FImagify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukti-says","download_url":"https://codeload.github.com/yukti-says/Imagify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukti-says%2FImagify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264057650,"owners_count":23550755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context-api","express","full-stack-web-development","fullstack-development","javascript","jwt","nodejs","reactjs","reastful-api"],"created_at":"2025-07-07T10:12:57.120Z","updated_at":"2025-10-26T02:18:03.194Z","avatar_url":"https://github.com/yukti-says.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 Imagify – Text-to-Image SaaS App\n\n**Imagify** is a full-stack SaaS web application that allows users to generate high-quality AI images from text prompts using the [ClipDrop API](https://clipdrop.co/apis). Users receive **10 free credits** upon signup, and can use each credit to generate an image. Designed with a modern UI, it uses **React + Framer Motion** for animation and **Node.js + Express + MongoDB** for the backend, authentication, and credit management.\n\n\u003e 💡 Razorpay payment integration and CI/CD pipeline are planned for future updates.\n\n---\n\n## 🌐 Live Demo\n\n- **Frontend**: [https://imagify-m5vmcyea9-yukti-sahus-projects.vercel.app](https://imagify-m5vmcyea9-yukti-sahus-projects.vercel.app)  \n- **Backend API**: [https://imagify-n158.onrender.com](https://imagify-n158.onrender.com)\n\n---\n\n## 🧩 Tech Stack\n\n| Layer         | Technology                                  |\n|---------------|----------------------------------------------|\n| **Frontend**  | Vite + React, React Router, Framer Motion   |\n| **Backend**   | Node.js, Express, JWT                       |\n| **Database**  | MongoDB + Mongoose                          |\n| **API**       | [ClipDrop API](https://clipdrop.co/apis)    |\n| **Styling**   | Tailwind CSS, Gradient background, Toastify |\n| **Deployment**| Vercel (frontend), Render (backend)         |\n\n---\n\n## 🚀 Features\n\n- 🔐 **User Authentication**\n  - Signup/Login with JWT tokens\n  - Auth state handled via context\n- 🎁 **Free Credits**\n  - 10 free credits on signup\n  - Each image costs 1 credit\n- 🧠 **AI Image Generation**\n  - Prompt-based generation using ClipDrop API\n- 💬 **Notifications**\n  - Toast-based real-time alerts\n- 🎨 **Animated \u0026 Responsive UI**\n  - Built with TailwindCSS + Framer Motion\n- 📦 **Modular Code Structure**\n  - Clean folder layout: `pages/`, `components/`, `context/`, `api/`, etc.\n\n---\n\n# 📦 Imagify Project Structure\n\n```\nImagify/\n├── client/\n│   ├── components/\n│   ├── pages/\n│   ├── context/\n│   ├── App.jsx\n│   ├── main.jsx\n│   └── .env\n├── server/\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   ├── middleware/\n│   ├── index.js\n│   └── .env\n```\n\n---\n\n## 🛠️ How to Run Locally\n\n### 1. Clone the Repo\n\n```bash\ngit clone https://github.com/yukti/imagify.git\ncd imagify\n```\n\n### 2. Set Up Backend\n\n```bash\ncd server\nnpm install\n```\n\nCreate a `.env` file in the `server` folder:\n\n```env\nPORT=5000\nMONGO_URI=your_mongodb_uri\nCLIPDROP_API_KEY=your_clipdrop_key\nJWT_SECRET=your_jwt_secret\n```\n\nStart the backend:\n\n```bash\nnpm start\n```\n\n### 3. Set Up Frontend\n\n```bash\ncd ../client\nnpm install\n```\n\nCreate a `.env` file in the `client` folder:\n\n```env\nVITE_BACKEND_URL=http://localhost:3000\n```\n\nStart the frontend:\n\n```bash\nnpm run dev\n```\n\nVisit: [http://localhost:5173](http://localhost:5173)\n\n---\n\n## 🌐 Deployment\n\n| Platform | Use      | URL                                 |\n|----------|----------|-------------------------------------|\n| Vercel   | Frontend | imagify-m5vmcyea9.vercel.app        |\n| Render   | Backend  | imagify-n158.onrender.com           |\n\n---\n\n## 📌 Planned Features\n\n- 💳 Razorpay Integration for Credit Purchases\n- 🪄 Image download, history \u0026 save feature\n- 📊 Usage analytics dashboard\n- ✨ Prompt enhancement suggestions\n- 🔐 Admin panel for user management\n- 🚀 CI/CD with GitHub Actions for auto-deploy\n\n---\n\n## 👩‍💻 What I Learned\n\nWhile building Imagify, I learned how to:\n\n- Architect a full-stack SaaS app with real-world functionality\n- Handle JWT-based auth and secure API routes\n- Connect and use the ClipDrop API for real-time image generation\n- Structure codebases cleanly for frontend and backend separation\n- Deploy apps on Vercel and Render, managing environment variables securely\n- Create a smooth, responsive UI with Tailwind and Framer Motion\n- Use context API for global auth and modal state management\n- Plan for scalability with modular backend design\n\n---\n\n## 🧠 Credits \u0026 API\n\n- ClipDrop API for AI image generation – [clipdrop.co/apis](https://clipdrop.co/apis)\n- Inspired by AI SaaS projects \u0026 indie devs building in public\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n\n---\n\n## 🙋‍♀️ Developed by\n\nYukti Sahu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukti-says%2Fimagify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukti-says%2Fimagify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukti-says%2Fimagify/lists"}