{"id":33319429,"url":"https://github.com/ej84/smartmanager","last_synced_at":"2026-04-07T08:01:56.533Z","repository":{"id":324815100,"uuid":"1098651981","full_name":"ej84/smartmanager","owner":"ej84","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-20T22:32:34.000Z","size":4692,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-22T21:05:40.527Z","etag":null,"topics":["firebase","nextjs","react","saas","subscription-management","tailwindcss","typescript","vercel","web-development"],"latest_commit_sha":null,"homepage":"https://smartmanager-two.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/ej84.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T01:06:42.000Z","updated_at":"2025-12-20T22:31:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ej84/smartmanager","commit_stats":null,"previous_names":["ej84/smartmanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ej84/smartmanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ej84%2Fsmartmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ej84%2Fsmartmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ej84%2Fsmartmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ej84%2Fsmartmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ej84","download_url":"https://codeload.github.com/ej84/smartmanager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ej84%2Fsmartmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["firebase","nextjs","react","saas","subscription-management","tailwindcss","typescript","vercel","web-development"],"created_at":"2025-11-19T20:00:48.538Z","updated_at":"2026-04-07T08:01:56.509Z","avatar_url":"https://github.com/ej84.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 SmartManager - Subscription Management SaaS\n\nManage all your subscriptions in one place with automated payment reminders.\n\n## Screenshots\n\n![Dashboard](./public/sample1.png)\n![Subscriptions](./public/sample2.png)\n![Analytics](./public/sample3.png)\n![Mobile](./public/sample4.png)\n![Settings](./public/sample5.png)\n\n## ✨ Features\n\n- 📱 Track all your subscriptions\n\n- 💰 Monitor monthly/yearly spending\n- 📧 Automated email reminders\n- 📊 Visual analytics dashboard\n- 🔒 Secure authentication\n\n## 🚀 Live Demo\n\n[View Live App](https://smartmanager-two.vercel.app)\n\n## 🛠️ Tech Stack\n\n- **Frontend:** Next.js 15, React, TypeScript, Tailwind CSS\n- **Backend:** Firebase (Auth, Firestore, Functions)\n- **Email:** Resend API\n- **Deployment:** Vercel\n- **Analytics:** Recharts\n\n## 📦 Installation\n\n### Prerequisites\n\n- Node.js 20+\n- Firebase account\n- Resend API key\n\n### Setup\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/ej84/smartmanager.git\ncd smartmanager\n```\n\n2. Install dependencies\n\n```bash\nnpm install\n```\n\n3. Set up environment variables\n\nCreate a `.env.local` file in the root directory:\n\n```env\nNEXT_PUBLIC_FIREBASE_API_KEY=your_api_key\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_auth_domain\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_storage_bucket\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_sender_id\nNEXT_PUBLIC_FIREBASE_APP_ID=your_app_id\nNEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your_measurement_id\n```\n\n4. Run the development server\n\n```bash\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000)\n\n## 🔒 Firebase Setup\n\n1. Create a Firebase project at [console.firebase.google.com](https://console.firebase.google.com)\n2. Enable Authentication (Email/Password)\n3. Create a Firestore database\n4. Deploy Firebase Functions (optional for email notifications)\n\n## 📧 Email Notifications Setup\n\n1. Sign up for [Resend](https://resend.com)\n2. Get your API key\n3. Add to Firebase Functions environment:\n\n```bash\nfirebase functions:config:set resend.api_key=\"YOUR_KEY\"\n```\n\n## 🚀 Deployment\n\n### Vercel\n\n1. Push to GitHub\n2. Import project in Vercel\n3. Add environment variables\n4. Deploy!\n\n## 📸 Screenshots\n\n[Add screenshots here]\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👨‍💻 Author\n\n**Richard Jeong**\n\n- LinkedIn: [Your LinkedIn](https://www.linkedin.com/in/rjeong397)\n- GitHub: [@yourusername](https://github.com/ej84)\n\n## 🙏 Acknowledgments\n\n- Firebase for the backend infrastructure\n- Vercel for hosting\n- Resend for email services\n\n---\n\n⭐ If you found this project helpful, please give it a star and any feedback will be also appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fej84%2Fsmartmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fej84%2Fsmartmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fej84%2Fsmartmanager/lists"}