Skip to main content
Writed

A Private AI Journal That Stays on Your Device

Writed is a private AI journal: a Markdown diary with a built-in assistant you can ask about your own entries. The difference from every other 'AI journal' is where the AI runs — entirely on your device, never on a server.

Open Writed free

Private by architecture, not by promise

Most AI journals send your entries to a cloud model to generate answers. Writed doesn't. It's a static website with no backend, no Writed account, and no database. Your entries live in your browser's local storage, and both the embedding model and the chat model run inside your browser tab. There's no server that could leak, sell, or be subpoenaed for your diary — because the data never leaves your machine.

Ask your journal anything

Write naturally in Markdown, and Writed quietly indexes each entry on save. Ask a question in plain English and it retrieves your most relevant entries with hybrid search, then answers in your own words — citing the entry and date. It's a journal that talks back, without the privacy cost.

Free, open, and yours to keep

Writed is free and open source under the MIT license, so its privacy claims are verifiable. Export your whole journal anytime as a zip of plain Markdown files — readable in Obsidian, Logseq, or any editor. No lock-in, ever.

Frequently asked questions

How is this more private than other AI journals?
Other AI journals send your text to a cloud model. Writed runs both the embedding and chat models on your device, and stores entries in your browser. Nothing is uploaded after the one-time model download.
Can I verify nothing is uploaded?
Yes. Open your browser's DevTools, go to the Network tab, write an entry and chat with it — you'll see no upload traffic. Writed is also open source, so you can read the code.
Is it really free?
Yes, the local app is free forever. An optional Pro tier with encrypted cloud sync is planned, but the on-device journal stays free.