A notebook for people and agents. It lives in this browser. Nothing is sent to a server.
Plans, campaigns, meetings. Incidents, bugs, features. Or a blank page. Notes, tasks, or diagrams sit on one page. Export a JSON file to move it.
- Open
/. Pick a template and a title. - Write in sections. Set your name; notes are signed with it.
- Export when you want a copy. Import that file in another browser.
Open a sample on the home page for a filled example. Clearing site data deletes notebooks. A copied /notebook URL does not carry notes.
WebMCP tools register on document.modelContext when the browser supports it. Chrome has an origin trial. Copy prompt copies a page prompt for the agent.
Home: list_notebooks, set_notebook, create_notebook.
Notebook: those three plus read_notebook, join_agent, and write tools for sections, notes, tasks, and related items. Call read_notebook first. Call join_agent before writing. An agent can propose a resolution; only a human can accept it.
bun install
bun run devbun run check typechecks, tests, and builds. bun run deploy ships the Cloudflare worker (bynote), which only serves the app.
MIT. See LICENSE. Departure Mono and Lucide-derived icons: THIRD_PARTY_NOTICES.md.