2025-07-03 20:57:37 -04:00
# Future Plans
I have ambitious plans for the future, there are many features
## Building a great RSS Desktop Client
At minimum I need to build a functionally complete RSS reader which will include:
- Feed management
2025-07-19 20:42:07 -04:00
- Beautiful UI (gonna be hard!)
2025-07-03 20:57:37 -04:00
- Multimedia support
- Export stories to Markdown
### Performance
2025-07-19 20:42:07 -04:00
- Needs to make use of threads with UI feedback on processing (need to use tasks & `iced::stack` )
2025-07-03 20:57:37 -04:00
- Loads of caching
- Respect 304 (not modified)
## Pro-Decentralization
2025-07-19 20:42:07 -04:00
### Import/Export
- Many import/export options (OPML + full database)
- Import items from FreshRSS (stories)
-
2025-07-03 20:57:37 -04:00
### Discovery Service
2025-07-19 20:42:07 -04:00
RSSCAR will crawl links from the content to discover new feeds. This adds a crucial discovery feature that can help people actually browse the independent web without worrying about censorship.
2025-07-03 20:57:37 -04:00
### Darknet Support
Censorship resistance matters! Tor & I2P sites should be first-class citizens and handled accordingly.
### Podcasting 2.0
Where possible the podcast namespace should be supported (transcriptions, chapters, etc)
## Information Management
2025-07-19 20:42:07 -04:00
2025-07-03 20:57:37 -04:00
### Full-text search
Basically mandatory
2025-07-19 20:42:07 -04:00
- requires [triggers ](https://youtu.be/eXMA_2dEMO0 ) to stay up to date...
- Can help a great deal with performing as a useful search engine
2025-07-03 20:57:37 -04:00
### Categories
Manage feeds and put them in logical groups
2025-07-19 20:42:07 -04:00
## Auto archive?
- Add stories to wayback machine
2025-07-03 20:57:37 -04:00
### Markdown Export
2025-07-19 20:42:07 -04:00
Export stories for Logseq/Obsidian (how will you get keywords/tags?)