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.
- Integration with ollama / HuggingFace models
- No AI slop! Real human expert knowledge.
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)
- Clone the repo
git submodule initgit submodule update- Put the content of
wwwinto your webserver
- To customize the PWA edit
www/js/config.js. - To add/remove CLI commands edit
www/js/command.js - Customize check tools in
www/js/views/Checks.js - Update base URL + title in
www/index.htmlandwww/manifest.json
FIXME: describe how to setup SaaS multi status updating!
npm install
npm test
npm start
npm run build