{"id":49390102,"url":"https://github.com/laxman-thedev/cupfund","last_synced_at":"2026-04-28T12:06:16.155Z","repository":{"id":310210437,"uuid":"1038635217","full_name":"laxman-thedev/CupFund","owner":"laxman-thedev","description":"CupFund (formerly Get Me a Chai) is a crowdfunding platform that empowers developers, creators, and influencers to receive support directly from their fans. Whether it’s funding a new app, art, or content, CupFund makes it simple, secure, and rewarding to contribute — one cup at a time.","archived":false,"fork":false,"pushed_at":"2025-11-16T05:40:51.000Z","size":7315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T20:13:11.414Z","etag":null,"topics":["github-oauth","google-oauth2","mongodb","mongoose","nextjs","razorpay-integration","tailwindcss"],"latest_commit_sha":null,"homepage":"https://cup-fund.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laxman-thedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T15:02:32.000Z","updated_at":"2025-11-16T05:40:54.000Z","dependencies_parsed_at":"2025-08-16T15:11:55.520Z","dependency_job_id":"300014ef-3bc2-4976-9c4f-b5ff3d256112","html_url":"https://github.com/laxman-thedev/CupFund","commit_stats":null,"previous_names":["laxman-goud/get-me-a-chai","laxman-thedev/cupfund"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laxman-thedev/CupFund","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laxman-thedev%2FCupFund","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laxman-thedev%2FCupFund/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laxman-thedev%2FCupFund/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laxman-thedev%2FCupFund/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laxman-thedev","download_url":"https://codeload.github.com/laxman-thedev/CupFund/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laxman-thedev%2FCupFund/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["github-oauth","google-oauth2","mongodb","mongoose","nextjs","razorpay-integration","tailwindcss"],"created_at":"2026-04-28T12:06:06.586Z","updated_at":"2026-04-28T12:06:16.146Z","avatar_url":"https://github.com/laxman-thedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ☕ **CupFund – Support Creators, One Cup at a Time**\n\nCupFund is a simple and engaging crowdfunding platform where fans can support their favorite developers, creators, artists, and influencers by buying them a “cup” (donation). Designed with a clean UI and a smooth payment flow, CupFund helps creators raise funds effortlessly.\n\n---\n\n## 🚀 **Features**\n\n- 🔐 **User Authentication** using Google \u0026 GitHub (NextAuth.js)\n- 👤 **Creator Profile Pages** with custom description, image \u0026 socials\n- 💳 **Secure Payments** powered by Razorpay\n- 📊 **Creator Dashboard** with earnings \u0026 supporter messages\n- 🎨 **Customizable UI** for profile themes\n- 📱 **Responsive \u0026 Modern UI** built with Tailwind CSS\n- 🗄️ **MongoDB Integration** for users and payments\n- ⚡ **Next.js App Router** with API routes\n\n---\n\n## 🛠️ **Tech Stack**\n\n- **Next.js 14 (App Router)**\n- **React**\n- **Tailwind CSS**\n- **MongoDB + Mongoose**\n- **NextAuth.js**\n- **Razorpay Payments**\n- **Node.js**\n\n---\n\n## 📦 **Installation \u0026 Setup**\n\n### 1️⃣ Clone the repository\n\n```bash\ngit clone https://github.com/laxman-goud/cupfund.git\ncd cupfund\n```\n\n### 2️⃣ Install dependencies\n\n```bash\nnpm install\n```\n\n### 3️⃣ Create a `.env` file\n\n```env\nNEXTAUTH_SECRET=your_secret\nNEXTAUTH_URL=http://localhost:3000\n\nGITHUB_ID=your_github_id\nGITHUB_SECRET=your_github_secret\n\nGOOGLE_CLIENT_ID=your_google_id\nGOOGLE_CLIENT_SECRET=your_google_secret\n\nMONGODB_URI=your_mongo_uri\n\nNEXT_PUBLIC_RAZORPAY_KEY=your_public_key\nRAZORPAY_SECRET=your_secret_key\n\nNEXT_PUBLIC_URL=http://localhost:3000\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=supersecret#123\n\n```\n\n### 4️⃣ Start development server\n\n```bash\nnpm run dev\n```\n\n## ❤️ **Contributing**\n\nPull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.\n\n---\n\n## 📝 **License**\n\nThis project is licensed under the **MIT License**.x\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaxman-thedev%2Fcupfund","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaxman-thedev%2Fcupfund","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaxman-thedev%2Fcupfund/lists"}