A notebook for vibe-coded websites
Anything you're curious about becomes your own interactive page.
Model your retirement to age 100 Plan a 10-day trip Compare 5 neighborhoods on your terms Build a guide for your cats Learn Japanese your way
and more
To anyone who's been there
How does our application work?
1
2
3
Why did we build it?
What's behind our application?
It's just files on your disk
Every note is a plain folder — open it in any editor, move it, duplicate it, back it up. Uninstall the app tomorrow and your work is still right there.
my-workspace/
finance/# just a regular folder — organize however you like
retirement-planner/# each note is a folder on your disk
index.html# the note itself — open it in any browser, even without the app
memory.md# what the AI remembers about this note
storage/# your local databases — one per note, owned entirely by you
kv.json# simple settings & small values (human-readable JSON)
db.sqlite# tables & lists (open with any SQLite tool)
files/# attachments — PDFs, images, anything you drop in
report.pdf
buy-vs-rent-simulator/# another note, same shape — no special setup
index.html
memory.md
storage/
kv.json# just the inputs you typed in; no database needed
research-on-kafka/# notes can live anywhere — nested or at the top
index.html
memory.md
storage/
kv.json
scripts/# run your own Python/shell scripts against the note
fetch_data.py# e.g. pull data from an API into storage/
logs/
fetch_data.log# output is captured automatically so you can scroll back
plain files on your disk — inspect with ls, grep, sqlite3, or any tool you already use
Bring your own coding agent
Your prompts go straight to the CLI you already use — no proxy, no rewrapping, no extra subscription. It's just a terminal — same as anywhere else.