A backend less content aggregator for Markdown and RSS. Collect and hoard knowledge like in the 90s!
- Install tech knowledge from a curated catalog lwindolf/lzone-cheat-sheets.
- No AI slop! Real human expert knowledge.
- Integration with local ollama / HuggingFace models
On the functional side this web app
- allows you to install hundreds of cheat sheets from a curated catalog
- read your installed cheat sheets offline
- "own" the content forever if needed
- search it using the app, stop googling
- embedded feed reader
On the technical side
- Vanilla JS progressive web app with minimal dependencies
- using Cloudflare CORS proxy for RSS
- backend-less offline content caching app
- for now: Web only (mobile is not focus)
You can copy the www directly into your webserver root.
Although you might want to customize stuff first:
- To customize the PWA edit
src/js/config.js. - To add/remove CLI commands edit
src/js/command.js - Update base URL + title in
src/index.htmlandsrc/manifest.json
Update dependencies
npm i
Test source without bundling in src
npm run startDev
Bundle and test production source in www
npm run build
npm start