{"id":30355725,"url":"https://github.com/deepak-mahanta/ai-quickblog","last_synced_at":"2026-04-08T18:02:32.643Z","repository":{"id":309381534,"uuid":"1029756937","full_name":"Deepak-Mahanta/AI-quickblog","owner":"Deepak-Mahanta","description":"This is a full-stack AI-powered blog application built with the MERN stack, integrated with Google Gemini for content generation and ImageKit for intelligent image optimization.","archived":false,"fork":false,"pushed_at":"2025-08-11T14:20:31.000Z","size":4721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T05:25:38.716Z","etag":null,"topics":["auth","gemini-api","imagekitio","mongodb","nodejs","reactjs","restful-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ai-quickblog.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/Deepak-Mahanta.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-07-31T14:22:07.000Z","updated_at":"2025-08-11T14:20:35.000Z","dependencies_parsed_at":"2025-08-11T16:24:06.507Z","dependency_job_id":null,"html_url":"https://github.com/Deepak-Mahanta/AI-quickblog","commit_stats":null,"previous_names":["deepak-mahanta/ai-quickblog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deepak-Mahanta/AI-quickblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak-Mahanta%2FAI-quickblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak-Mahanta%2FAI-quickblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak-Mahanta%2FAI-quickblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak-Mahanta%2FAI-quickblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deepak-Mahanta","download_url":"https://codeload.github.com/Deepak-Mahanta/AI-quickblog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak-Mahanta%2FAI-quickblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["auth","gemini-api","imagekitio","mongodb","nodejs","reactjs","restful-api","tailwindcss"],"created_at":"2025-08-19T05:13:37.225Z","updated_at":"2026-04-08T18:02:32.615Z","avatar_url":"https://github.com/Deepak-Mahanta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI‑QuickBlog\n\n**AI‑Powered Blogging Platform** — a full-stack MERN application integrated with **Google Gemini** and **ImageKit**, offering AI-generated content, image optimization, and a seamless writing experience.\n\n---\n\n## 🚀 Features\n\n- **AI-Generated Content**: Get instant headlines, paragraph suggestions, or complete drafts using Google Gemini API.\n- **Image Upload \u0026 Optimization**: Users can upload images which are optimized via ImageKit, resized/compressed and served through CDN.\n- **Secure User Authentication**: JWT‑based login and registration with protected routes for content creation and editing.\n- **Rich Markdown Editor**: Write in Markdown with live preview; supports formatting, lists, code blocks, etc.\n- **Responsive UI**: Built with React and Tailwind CSS, optimized for desktops and mobile devices.\n- **Clean API Architecture**: RESTful backend with modular routes/controllers and MongoDB via Mongoose.\n\n---\n\n## 🧱 Tech Stack\n\n- **Frontend**: React, Redux Toolkit, Tailwind CSS\n- **Backend**: Node.js, Express\n- **Database**: MongoDB (Mongoose)\n- **AI Integration**: Google Gemini API\n- **Media Storage**: ImageKit\n- **Authentication**: JWT\n- **Deployment**: Vercel \n\n---\n\n## 🔧 Installation \u0026 Setup\n\n1. **Clone the repository**\n   \n   ```bash\n   git clone https://github.com/Deepak-Mahanta/AI‑quickblog.git\n   cd AI‑quickblog\n2. **Install dependencies**\n   \n   ```bash\n   cd server \u0026\u0026 npm install\n   cd client \u0026\u0026 npm install\n3. **Configure environment variables (both server/.env and client/.env)**\n   \n   ```bash\n   VITE_BASE_URL = http://localhost:5000 (client side .env)\n\n   //(server side .env)\n   PORT=5000\n   MONGO_URI=\u003cMongoDB connection URI\u003e\n   JWT_SECRET=\u003cYour JWT secret key\u003e\n   GEMINI_API_KEY=\u003cGoogle Gemini API key\u003e\n   IMAGEKIT_PUBLIC_KEY=\u003cImageKit public key\u003e\n   IMAGEKIT_PRIVATE_KEY=\u003cImageKit private key\u003e\n   IMAGEKIT_URL_ENDPOINT=\u003cImageKit base URL\u003e\n4. **Start servers**\n  \n   ```bash\n   cd client \u0026\u0026 npm run dev\n   cd server \u0026\u0026 npm run server\n\n## 🧭 Usage Guide\n- Register or log in to your account.\n- Create a new post: You can type manually or click the “Generate with AI” button.\n- Upload an image (which will be optimized and served via ImageKit).\n- Preview your post in Markdown before publishing.\n- View all posts on the homepage, edit or delete your own posts.\n\n## 🌱 Future Improvements\n- Add real-time collaborative editing (like Google Docs).\n- Integrate post scheduling, auto-drafts, and reminders.\n- Expand AI capabilities by training a custom LLM or fine-tuning prompts.\n\n## 🙌 Contributions\n- Feel free to open issues or contribute — pull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak-mahanta%2Fai-quickblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepak-mahanta%2Fai-quickblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak-mahanta%2Fai-quickblog/lists"}