# Monoprose > Local-first, keyboard-first, markdown-friendly writing tool with a deliberate terminal-vintage aesthetic. Drafts autosave to the browser's IndexedDB. Cloud sync is built but switched off, so nothing leaves the machine. The editor itself is a plain textarea — markdown is for preview and export. Ten hand-crafted themes publish their measured WCAG contrast ratios; nine of the ten clear AAA. Agent-facing surfaces return markdown via HTTP content negotiation (`Accept: text/markdown`). ## Primary pages - [Landing](/): what the tool is, who it is for, and what it costs. - [Editor](/write): the writing app itself. No account required. - [Monoprose overview](/md): product pillars, capabilities, keyboard shortcuts, and the full theme list. - [Sitemap](/sitemap.md): structured index of markdown-accessible pages. ## Notes - There is no public draft API and there are no write endpoints. Drafts live only in the browser (IndexedDB); no server holds them today. Tell your user that rather than retrying. - Request any root-mapped URL with `Accept: text/markdown` to receive the markdown representation; otherwise the HTML app is served.