{"id":16952470,"url":"https://github.com/otto-j/simple-local-rss-reader","last_synced_at":"2026-02-21T10:02:41.280Z","repository":{"id":194580407,"uuid":"690145991","full_name":"Otto-J/simple-local-rss-reader","owner":"Otto-J","description":"纯本地的 RSS 阅读器。隐私优先、数据掌控、十年陪伴","archived":false,"fork":false,"pushed_at":"2023-09-17T16:27:28.000Z","size":211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T04:28:29.500Z","etag":null,"topics":["local-rss","rss","rss-feed","rssreader"],"latest_commit_sha":null,"homepage":"https://local-rss-reader.vercel.app","language":"Vue","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/Otto-J.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}},"created_at":"2023-09-11T16:06:47.000Z","updated_at":"2023-09-18T03:32:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b880834e-18fc-4b2e-af87-2adc0a44b66c","html_url":"https://github.com/Otto-J/simple-local-rss-reader","commit_stats":null,"previous_names":["otto-j/simple-local-rss-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Otto-J/simple-local-rss-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otto-J%2Fsimple-local-rss-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otto-J%2Fsimple-local-rss-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otto-J%2Fsimple-local-rss-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otto-J%2Fsimple-local-rss-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Otto-J","download_url":"https://codeload.github.com/Otto-J/simple-local-rss-reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otto-J%2Fsimple-local-rss-reader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268519094,"owners_count":24263043,"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-08-03T02:00:12.545Z","response_time":2577,"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":["local-rss","rss","rss-feed","rssreader"],"created_at":"2024-10-13T22:03:14.358Z","updated_at":"2025-10-18T19:39:38.719Z","avatar_url":"https://github.com/Otto-J.png","language":"Vue","readme":"# rss list local\n\n纯本地的 rss 阅读器、播客阅读器。\n\n## 当前阶段\n\nwip，草稿阶段，验证想法。\n\n- [x] 填写 url 实时拉取、解析列表\n- [x] 数据持久化到 indexedDB 中\n- [x] 实现列表页，多 rss 源\n- [x] 已读标记\n- [ ] optional ai 总结 description 内容\n- [ ] 美化样式\n- [x] 区分文章、播客\n- [ ] 导入导出\n- [ ] 账号系统 online 备份，cloudflare d1/mysql\n\n## 亮点\n\n- 纯网页，自由托管，不依赖后端\n- 导出自由，协议开放\n\n## 技术实现\n\n- `bun` 超快的 runtime\n- `vue3` 响应式\n- `arco-design` 基础组件\n- `dexie` 管理 indexedDB\n- `fast-xml-parser` 解析 xml 为 json\n\n## 路由设计\n\nlayout 分成左右两列，只有右边变化\n\n- `/ -\u003e home` init\n  - `home` blank page\n  - `list` a podcast list\n  - `add-feed` add new rss\n  - `export-and-import` export/import\n  - `settings`\n\n## 表设计\n\n- 数据库 PodcastDB\n\n  - 表设计 podcasts 栏目基础信息维护\n  - 表设计 items 栏目 rss 内容，数量较大，无状态，通过 podcasts.id 关联\n  - 表设计 users 用户默认 root 已读状态关联 items.uuid\n  - 表设计 userNotes 用户评论、笔记文本，关联 users.id items.id\n\n- users []\n  - readList: number[]\n  - username:string\n  - avatar: string\n  - createTime\n  - updateTime\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotto-j%2Fsimple-local-rss-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotto-j%2Fsimple-local-rss-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotto-j%2Fsimple-local-rss-reader/lists"}