{"id":23703744,"url":"https://github.com/prathampatel25/blogutopia","last_synced_at":"2026-01-31T11:30:17.793Z","repository":{"id":270213138,"uuid":"906048858","full_name":"PrathamPatel25/BlogUtopia","owner":"PrathamPatel25","description":"BlogUtopia","archived":false,"fork":false,"pushed_at":"2024-12-29T11:55:31.000Z","size":859,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T12:28:07.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog-utopia.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/PrathamPatel25.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}},"created_at":"2024-12-20T03:58:57.000Z","updated_at":"2024-12-29T11:55:35.000Z","dependencies_parsed_at":"2024-12-29T12:38:10.764Z","dependency_job_id":null,"html_url":"https://github.com/PrathamPatel25/BlogUtopia","commit_stats":null,"previous_names":["prathampatel25/blogutopia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathamPatel25%2FBlogUtopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathamPatel25%2FBlogUtopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathamPatel25%2FBlogUtopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathamPatel25%2FBlogUtopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrathamPatel25","download_url":"https://codeload.github.com/PrathamPatel25/BlogUtopia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780138,"owners_count":19695736,"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":[],"created_at":"2024-12-30T13:11:17.465Z","updated_at":"2026-01-31T11:30:17.754Z","avatar_url":"https://github.com/PrathamPatel25.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 📝 BlogUtopia\n\n[![Live Demo](https://img.shields.io/badge/demo-live-brightgreen.svg)](https://blog-utopia.vercel.app/)\n[![React](https://img.shields.io/badge/react-%2320232a.svg?style=flat\u0026logo=react\u0026logoColor=%2361DAFB)](https://reactjs.org/)\n[![Tailwind](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=flat\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n[![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=flat\u0026logo=vite\u0026logoColor=white)](https://vitejs.dev/)\n[![Appwrite](https://img.shields.io/badge/Appwrite-%23F02E65.svg?style=flat\u0026logo=Appwrite\u0026logoColor=white)](https://appwrite.io/)\n\nA modern, feature-rich blogging platform for creative minds\n\n[Live Demo](https://blog-utopia.vercel.app/) | [Report Bug](https://github.com/PrathamPatel25/BlogUtopia/issues) | [Request Feature](https://github.com/PrathamPatel25/BlogUtopia/issues)\n\n\u003c/div\u003e\n\n## ✨ Key Features\n\n- 📝 **Rich Text Editor** powered by React Quill for immersive content creation\n- 🎨 **Modern UI/UX** with responsive design and smooth animations\n- 🔐 **Secure Authentication** via Appwrite\n- 🌓 **Dark/Light Mode** for comfortable reading\n- 📱 **Mobile-First Design** with full responsiveness\n- ⚡ **Lightning Fast** performance with Vite\n- 🔄 **Real-time Updates** with Redux state management\n- 🖼️ **Image Upload** with drag-and-drop support\n- 📊 **User Dashboard** for content management\n\n## 🛠️ Tech Stack\n\n### Frontend Architecture\n\n```\nReact\n└── State Management\n    ├── Redux Toolkit\n    └── React Hook Form\n└── Routing\n    └── React Router DOM v7\n└── UI Components\n    ├── React Quill (Rich Text Editor)\n    ├── GSAP (Animations)\n    └── Lucide React (Icons)\n└── Styling\n    └── Tailwind CSS\n```\n\n### Backend Services\n\n```\nAppwrite\n└── Authentication\n└── Database\n└── Storage\n└── File Management\n```\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n- Git\n\n### Installation \u0026 Setup\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/PrathamPatel25/BlogUtopia.git\n   cd BlogUtopia\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Environment Configuration**\n   Create a `.env` file:\n\n   ```env\n   VITE_APPWRITE_URL=your_appwrite_url\n   VITE_APPWRITE_PROJECT_ID=your_project_id\n   VITE_APPWRITE_DATABASE_ID=your_database_id\n   VITE_APPWRITE_COLLECTION_ID=your_collection_id\n   VITE_APPWRITE_BUCKET_ID=your_bucket_id\n   ```\n\n4. **Start development server**\n   ```bash\n   npm run dev\n   ```\n\n## 📱 Features Overview\n\n### For Readers\n\n- Intuitive navigation\n- Responsive reading experience\n- Social sharing options\n\n### For Writers\n\n- Rich text editing\n- Image upload and management\n\n## 👨‍💻 Author\n\n**Pratham Patel**\n\n- LinkedIn: [Pratham Patel](https://www.linkedin.com/in/pratham-patel-0920-/)\n- GitHub: [@PrathamPatel25](https://github.com/PrathamPatel25)\n\n## 🙏 Acknowledgments\n\n- [React Quill](https://github.com/zenoamaro/react-quill)\n- [Appwrite](https://appwrite.io/)\n- [GSAP](https://greensock.com/gsap/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\nIf you find BlogUtopia helpful, please consider giving it a ⭐️!\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathampatel25%2Fblogutopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathampatel25%2Fblogutopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathampatel25%2Fblogutopia/lists"}