{"id":28300487,"url":"https://github.com/saifiimuhammad/getmealassi","last_synced_at":"2026-04-29T21:02:49.295Z","repository":{"id":287704436,"uuid":"965538126","full_name":"saifiimuhammad/getmealassi","owner":"saifiimuhammad","description":"A Crowdfunding Platform (Patreon Clone) built with Next.js, Stripe, TypeScript — empowering creators to earn from their supporters.","archived":false,"fork":false,"pushed_at":"2025-04-28T05:05:38.000Z","size":2907,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T22:41:13.660Z","etag":null,"topics":["full-stack","github-oauth","mongodb","nextauth","nextjs","oauth","patreon","stripe","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://getmealassi.vercel.app","language":"TypeScript","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/saifiimuhammad.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-04-13T11:42:44.000Z","updated_at":"2025-04-28T05:07:51.000Z","dependencies_parsed_at":"2025-04-13T13:19:47.438Z","dependency_job_id":"00f5998a-4289-4ec5-9742-02d9b93d2fc2","html_url":"https://github.com/saifiimuhammad/getmealassi","commit_stats":null,"previous_names":["saifiimuhammad/getmealassi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saifiimuhammad/getmealassi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Fgetmealassi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Fgetmealassi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Fgetmealassi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Fgetmealassi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saifiimuhammad","download_url":"https://codeload.github.com/saifiimuhammad/getmealassi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifiimuhammad%2Fgetmealassi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["full-stack","github-oauth","mongodb","nextauth","nextjs","oauth","patreon","stripe","tailwindcss","typescript"],"created_at":"2025-05-23T17:24:33.382Z","updated_at":"2026-04-29T21:02:49.287Z","avatar_url":"https://github.com/saifiimuhammad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GetMeALassi 🥤\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/saifiimuhammad/getmealassi/master/public/logo.png\" alt=\"GetMeALassi Logo\" width=\"250\"/\u003e\n\u003c/p\u003e\n\n**A Crowdfunding Platform (Patreon Clone)**  \nBuilt with Next.js, Stripe, TypeScript — empowering creators to earn from their supporters.\n\n---\n\n## ✨ Features\n\n- **Creator Accounts**:  \n  Users can create and update their profiles, including uploading an **avatar** and **banner**.\n\n- **Authentication**:  \n  Login or register seamlessly using **GitHub OAuth**.\n\n- **Crowdfunding Payments**:  \n  Supporters can make payments directly to creators via **Stripe** integration.\n\n- **Discover Creators**:  \n  Search and explore talented creators across the platform.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Next.js** (Frontend \u0026 Backend)\n- **TypeScript**\n- **Stripe API** (Payments)\n- **GitHub OAuth** (Authentication)\n- **Cloudinary** (for avatars and banners)\n\n---\n\n## 🚀 Setup Instructions\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/saifiimuhammad/getmealassi.git\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   cd getmealassi\n   npm install\n   ```\n\n3. **Configure environment variables**\n\n   Create a `.env.local` file and add:\n\n   ```bash\n   NEXTAUTH_URL=http://localhost:3000\n   GITHUB_ID=your_github_client_id\n   GITHUB_SECRET=your_github_client_secret\n   STRIPE_SECRET_KEY=your_stripe_secret_key\n   STRIPE_PUBLIC_KEY=your_stripe_public_key\n   MONGODB_URI=your_database_url\n   CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\n   CLOUDINARY_API_KEY=your_cloudinary_api_key\n   CLOUDINARY_API_SECRET=your_cloudinary_secret\n   ```\n\n4. **Run the development server**\n   ```bash\n   npm run dev\n   ```\n\n---\n\n## 📸 Demo\n\nhttps://github.com/user-attachments/assets/e005f4cd-6865-4b66-964b-90965ded7232\n\n\n\n---\n\n## 🧠 Future Plans\n\n- Add **subscription models** (monthly donations)\n- Creator **tiers** and **exclusive content**\n- **Admin dashboard** for reporting and analytics\n- **SEO optimization** for creator pages\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003e Made with ❤️ by **Muhammad Saif**  \n\u003e Let's empower creators together!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifiimuhammad%2Fgetmealassi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaifiimuhammad%2Fgetmealassi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifiimuhammad%2Fgetmealassi/lists"}