This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/sheshbabu on 2025-06-21 12:21:13+00:00.
Hello everyone,
I’ve been building a distraction free notes app called Zen for the past few months.
- It’s built using Go and uses SQLite database for storage.
- It’s fast and uses less memory (~20MB) and CPU resources
- Supports standard Markdown with tables, code, etc
- It’s built using as few dependencies as possible, so less bitrot long term
- Has search with BM25 ranking
- Designed thoughtfully with minimal color palette
Here are some links: * Project page * Demo * Docs * GitHub
You must log in or register to comment.