{"id":35532456,"url":"https://github.com/jxoesneon/seedsphere","last_synced_at":"2026-05-27T19:01:24.208Z","repository":{"id":311712404,"uuid":"1044601672","full_name":"jxoesneon/SeedSphere","owner":"jxoesneon","description":"SeedSphere Stremio Tracker Addon - robust tracker health validation, recent boosts panel, Fly.io deployment","archived":false,"fork":false,"pushed_at":"2026-05-27T17:05:43.000Z","size":85919,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T17:17:46.118Z","etag":null,"topics":["github-sponsors"],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/jxoesneon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"jxoesneon","ko_fi":"jxoesneon"}},"created_at":"2025-08-26T00:03:56.000Z","updated_at":"2026-05-27T17:05:48.000Z","dependencies_parsed_at":"2025-08-26T06:21:09.176Z","dependency_job_id":"7ca79f4d-eab2-4070-ac42-0521c556aae0","html_url":"https://github.com/jxoesneon/SeedSphere","commit_stats":null,"previous_names":["jxoesneon/seedsphere"],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/jxoesneon/SeedSphere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxoesneon%2FSeedSphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxoesneon%2FSeedSphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxoesneon%2FSeedSphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxoesneon%2FSeedSphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxoesneon","download_url":"https://codeload.github.com/jxoesneon/SeedSphere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxoesneon%2FSeedSphere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["github-sponsors"],"created_at":"2026-01-04T02:13:13.660Z","updated_at":"2026-05-27T19:01:24.193Z","avatar_url":"https://github.com/jxoesneon.png","language":"Dart","funding_links":["https://github.com/sponsors/jxoesneon","https://ko-fi.com/jxoesneon"],"categories":[],"sub_categories":[],"readme":"# SeedSphere 2.0: The Federated Frontier\n\n**Absolute Logic Parity Edition**\n\nSeedSphere 2.0 is a decentralized, P2P-powered media discovery and streaming engine designed for the IPFS era. It achieves 100% feature parity with the legacy SeedSphere 1.0 while rebuilding the core on a robust, scalable architecture.\n\n## 🚀 Key Features\n\n### Core Parity (100% Achieved)\n- **Aggregated Search**: Unified search across multiple providers (Torrentio, YTS, etc.).\n- **Real-time Swarm**: Live P2P swarm scraping and health checks.\n- **Smart Caching**: Cloudflare KV-backed SWR caching for instant results.\n- **Metadata Normalization**: Advanced SxxEyy detection and title cleaning.\n\n### Phase 2.2 Enhancements (New!)\n- **Expanded Providers**:\n  - **EZTV**: TV Series (API integration)\n  - **Nyaa**: Anime (HTML scraping + Cinemeta)\n  - **1337x**: General (Multi-mirror support)\n  - **PirateBay**: Classic (HTML parsing)\n- **Subtitle Support**: OpenSubtitles integration via Bridge.\n- **Email Notifications**: System alerts via SMTP/Brevo.\n- **Aetheric Glass UI**: Premium glassmorphic design system.\n\n## 🏗️ Architecture\n\n- **Gardener (Flutter)**: The client application. Handles UI, local scraping, and P2P logic.\n- **Router (Dart)**: The bootstrap node. Manages swarm health, telemetry, and email services.\n- **Bridge (Cloudflare Worker)**: The edge API. Handles caching, subtitle proxying, and metadata enhancement.\n\n## 🛠️ Getting Started\n\n### Prerequisites\n- Flutter SDK 3.22+\n- Dart SDK 3.4+\n- Docker (optional, for Router)\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/seedsphere/seedsphere.git\n   ```\n\n2. **Run Gardener (Client)**\n   ```bash\n   cd gardener\n   flutter pub get\n   flutter run\n   ```\n\n3. **Run Router (Server)**\n   ```bash\n   cd router\n   dart pub get\n   dart run bin/server.dart\n   ```\n\n## 🔒 Security\nSeedSphere 2.0 uses Ed25519 signing for all critical communications and implements strict strict content verification policies.\n\n---\n*Federated Frontier • 2026*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxoesneon%2Fseedsphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxoesneon%2Fseedsphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxoesneon%2Fseedsphere/lists"}