An agent-friendly notes app that syncs to a folder of plain markdown files.
Kladde is Danish for draft and sounds kind of like Clawd if you squint hard enough.
.md files in a directory. Cat, grep, git — they're yours.
AI reads and writes notes on the filesystem. Plain files, zero friction.
Search, read, write and find-and-replace over HTTP. Bearer token auth. Self-documenting at /api.
IndexedDB cache, background sync with retry. Works offline.
Phone ↔ disk. WebSocket-powered.
Rich toolbar or raw markdown. Checklists, tables, blockquotes.
Filter by title and content. Star to pin. Organize with collections.
Share any note as a public link — read-only or editable. No sign-up required.
Single Go binary, zero deps. Your notes stay on your machine.
Optional auto commit + push to a remote. Built-in.
Optimized for mobile, desktop and tablet.
Follows system preference. Warm dark, clean light.
Releases are coming. For now, ask your agent to install from the git repo.
Server: Go. Watches the notes folder with fsnotify, syncs over WebSocket, serves the client.
Client: Vue 3 + TypeScript PWA. Tiptap for rich editing, Pinia for state, Workbox for offline.