{"id":41267664,"url":"https://github.com/disnet/skyreader","last_synced_at":"2026-06-07T03:01:23.960Z","repository":{"id":333757957,"uuid":"1130777006","full_name":"disnet/skyreader","owner":"disnet","description":"An RSS reader for the AT Protocol","archived":false,"fork":false,"pushed_at":"2026-06-06T16:50:52.000Z","size":3101,"stargazers_count":76,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-06T18:20:36.860Z","etag":null,"topics":["atproto","atprotocol","rss","rss-reader"],"latest_commit_sha":null,"homepage":"https://skyreader.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/disnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"disnet"}},"created_at":"2026-01-09T02:05:12.000Z","updated_at":"2026-06-06T16:50:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ff84a7b-e7ad-4c29-b63c-20a9f2deaa00","html_url":"https://github.com/disnet/skyreader","commit_stats":null,"previous_names":["disnet/skyreader"],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/disnet/skyreader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disnet%2Fskyreader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disnet%2Fskyreader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disnet%2Fskyreader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disnet%2Fskyreader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disnet","download_url":"https://codeload.github.com/disnet/skyreader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disnet%2Fskyreader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34006056,"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-06-07T02:00:07.652Z","response_time":124,"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":["atproto","atprotocol","rss","rss-reader"],"created_at":"2026-01-23T02:14:44.000Z","updated_at":"2026-06-07T03:01:23.880Z","avatar_url":"https://github.com/disnet.png","language":"TypeScript","funding_links":["https://github.com/sponsors/disnet"],"categories":[],"sub_categories":[],"readme":"# Skyreader\n\nA decentralized RSS reader built on AT Protocol (Bluesky).\n\n## Repository Structure\n\n```\nskyreader/\n├── frontend/       SvelteKit PWA\n├── backend/        Cloudflare Workers API\n├── admin/          SvelteKit admin dashboard (Cloudflare Pages)\n├── feed-proxy/     Feed caching proxy (Fly.io)\n├── e2e/            Playwright end-to-end tests\n└── scripts/        Development scripts\n```\n\n## Getting Started\n\n```bash\ngit clone https://github.com/disnet/skyreader.git\ncd skyreader\n```\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/)\n- [Bun](https://bun.sh) (for the feed proxy)\n- Install dependencies:\n  ```bash\n  cd backend \u0026\u0026 npm install\n  cd frontend \u0026\u0026 npm install\n  cd feed-proxy \u0026\u0026 bun install\n  ```\n- Create `backend/.dev.vars`:\n  ```\n  FRONTEND_URL=http://127.0.0.1:5173\n  FEED_PROXY_URL=http://127.0.0.1:3000\n  ```\n\n### Local Development\n\n```bash\n# Start feed proxy + backend + frontend together\n./scripts/dev-local.sh\n```\n\nThis runs D1 migrations, starts the feed proxy (port 3000), backend (port 8787), and frontend (port 5173).\n\nTo start services individually:\n```bash\ncd feed-proxy \u0026\u0026 bun run dev                # port 3000\ncd backend \u0026\u0026 npm run dev                   # port 8787\ncd frontend \u0026\u0026 npm run dev                  # port 5173\ncd admin \u0026\u0026 npm install \u0026\u0026 npm run dev      # port 5174\n```\n\nTo reset the local database: `rm -rf backend/.wrangler/state/v3/d1/`\n\nUse `http://127.0.0.1:5173` not `localhost` for local development (OAuth requirement).\n\n### E2E Tests\n\n```bash\nnpm install\nnpx playwright install chromium\nnpm run test:e2e\n```\n\n## Documentation\n\nSee `CLAUDE.md` for architecture details and development guidance. Each package also has its own `CLAUDE.md`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisnet%2Fskyreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisnet%2Fskyreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisnet%2Fskyreader/lists"}