
Hey everyone!
Wanted to share a recent project exploring how far we can push Streamlit beyond traditional data dashboards: Dear Diary.
It’s a dual-page, leather-bound AI journal powered by Gray Box as the memory retrieval engine.
What the app does:
-
Lets you handwrite (via stylus/canvas) or type notes on antique parchment.
-
“Seals” entries into structured entity nodes using background indexing.
-
Lets you chat with your past memories—it answers in dynamic bleeding ink with grounded source citations (
[1] person/...). -
Fully private and compatible with local Ollama endpoints or custom API keys via LiteLLM.
Check out video demos:
Short Demo
Full Demo
Link for Gray Box: https://github.com/Aaryanverma/graybox
Feedback and suggestions are very welcome!