{"id":31041294,"url":"https://github.com/4cecoder/subbed","last_synced_at":"2025-09-14T09:55:21.653Z","repository":{"id":314671798,"uuid":"1056362071","full_name":"4cecoder/subbed","owner":"4cecoder","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-14T00:58:45.000Z","size":395,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T01:20:49.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/4cecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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-09-13T23:33:57.000Z","updated_at":"2025-09-14T00:58:48.000Z","dependencies_parsed_at":"2025-09-14T01:20:54.291Z","dependency_job_id":"23061765-9a8c-4cb3-93bc-e489309e32cd","html_url":"https://github.com/4cecoder/subbed","commit_stats":null,"previous_names":["4cecoder/subbed"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/4cecoder/subbed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Fsubbed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Fsubbed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Fsubbed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Fsubbed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4cecoder","download_url":"https://codeload.github.com/4cecoder/subbed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Fsubbed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275088386,"owners_count":25403373,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-14T09:55:18.872Z","updated_at":"2025-09-14T09:55:21.640Z","avatar_url":"https://github.com/4cecoder.png","language":"TypeScript","readme":"# Subbed — YouTube Subscription Manager\n\nA modern, real-time YouTube subscription manager built with Next.js, Convex, and Clerk. Manage your YouTube subscriptions with offline support, real-time synchronization, and a beautiful responsive interface.\n\n## ✨ Features\n\n- 🎥 **YouTube Subscription Management** - Organize and filter your YouTube subscriptions\n- 🔐 **Secure Authentication** - User authentication with Clerk\n- 🌐 **Real-time Sync** - Instant synchronization across all devices\n- 📱 **Responsive Design** - Works seamlessly on all devices\n- 🚀 **Performance Optimized** - Fast loading and smooth interactions\n- 🔄 **Offline Support** - Works without internet connection\n- 📊 **Analytics Dashboard** - Track your viewing habits and statistics\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ or Bun\n- Convex account\n- Clerk account\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/subbed.git\ncd subbed\n\n# Install dependencies\nbun install\n\n# Set up environment variables\ncp .env.example .env.local\n# Edit .env.local with your credentials\n\n# Start development server\nbun run dev\n```\n\n### Environment Setup\n\nCreate a `.env.local` file with the following variables:\n\n```bash\n# Clerk Authentication\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...\nCLERK_SECRET_KEY=sk_test_...\n\n# Convex Backend\nNEXT_PUBLIC_CONVEX_URL=https://your-convex-url.convex.cloud\n\n# Optional: Analytics\nNEXT_PUBLIC_ANALYTICS_ID=your_analytics_id\n```\n\n## 📚 Documentation\n\nComprehensive documentation is available in the [`docs/`](./docs/) directory:\n\n### 📖 Getting Started\n\n- [**Setup Guide**](./docs/SETUP.md) - Installation and configuration\n- [**Architecture Overview**](./docs/ARCHITECTURE.md) - System design and components\n\n### 🔧 Technical Documentation\n\n- [**API Documentation**](./docs/API.md) - API endpoints and usage\n- [**Deployment Guide**](./docs/DEPLOYMENT.md) - Production deployment\n- [**Performance Guide**](./docs/PERFORMANCE.md) - Performance optimization\n- [**Hybrid Storage**](./docs/HYBRID_STORAGE.md) - Offline-first architecture\n\n### 🛠️ Development\n\n- [**Contributing Guide**](./docs/CONTRIBUTING.md) - How to contribute\n- [**Testing Guide**](./docs/TESTING.md) - Testing strategies\n- [**Code Style Guide**](./docs/CODE_STYLE.md) - Coding conventions\n\n### 📋 Additional Resources\n\n- [**Troubleshooting**](./docs/TROUBLESHOOTING.md) - Common issues and solutions\n- [**Bug Fixes**](./docs/BUG_FIXES.md) - Documented bug fixes\n- [**Migration Guide**](./docs/MIGRATION.md) - Data migration procedures\n\n## 🏗️ Architecture\n\nSubbed is built with a modern, scalable architecture:\n\n```\nFrontend (Next.js 14)\n├── React Components (TypeScript)\n├── State Management (React Hooks)\n├── UI Components (Shadcn/ui)\n└── Performance Optimizations\n\nBackend (Convex)\n├── Database Schema\n├── API Functions\n├── Authentication Integration\n└── Real-time Data Sync\n\nInfrastructure\n├── Vercel Deployment\n├── Environment Management\n├── Performance Monitoring\n└── Error Tracking\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](./docs/CONTRIBUTING.md) for details on:\n\n- Setting up the development environment\n- Code style and conventions\n- Testing requirements\n- Submitting pull requests\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🆘 Support\n\n- 📖 [Documentation](./docs/README.md)\n- 🐛 [Report Issues](https://github.com/your-username/subbed/issues)\n- 💬 [Discussions](https://github.com/your-username/subbed/discussions)\n\n---\n\n**Built with ❤️ using Next.js, Convex, and Clerk**\u003c/content\u003e\n\u003cparameter name=\"filePath\"\u003eREADME.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cecoder%2Fsubbed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4cecoder%2Fsubbed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cecoder%2Fsubbed/lists"}