Noto: Local journaling chat UI with per-handle memory (Flask, SQLite, LM Studio)

3 bellis444 1 9/5/2025, 4:05:36 AM github.com ↗

Comments (1)

bellis444 · 16h ago
Hey folks! I open-sourced Noto, a tiny local-first chat companion. It talks to an LLM running in LM Studio (OpenAI-compatible) and stores light, per-handle “memory” in a local SQLite DB. It’s meant for casual journaling/check-ins—not therapy—and it’s easy to tweak. What it is Flask backend + simple HTML/JS chat UI (choose your handle in the UI)

Per-handle history & lightweight memory

Minimal crisis-language guardrails

Token-gated debug endpoints

Optional Cloudflare Tunnel if you want to expose it remotely

This is the MVP—feedback welcome! (Links in the first comment.)