Privacy and data

Your draft stays in your browser.

This page describes the guest drafting workflow at /human and /md. That workflow has no account, publishing API, database, file-upload service, messaging system, or analytics code. Optional network routes are separate and depend on deployment configuration; these guest guarantees do not describe an account or profile deliberately submitted to those services.

Held in this browser session

  • Everything you type into the guided builder or Markdown editor.
  • Any .md file you explicitly open; the browser reads it directly into memory.
  • The preview generated from your current Markdown buffer.
  • The filename and file contents created when you choose Download.
  • Up to five named checkpoints kept in memory until the tab reloads or closes.

Served publicly by Vercel

  • The site interface, styles, JavaScript, and self-hosted editor assets.
  • The public agent drafting runbook and concise llms.txt site map.
  • The guest builder never adds your current draft to a public directory.

No hidden persistence

The guest draft provider uses in-memory React state. Opening a local .md file reads it directly in the browser. The guest builder does not write your content to localStorage, sessionStorage, IndexedDB, cookies, a server action, or an API route. Choosing Copy Markdown writes the draft to your system clipboard. Other applications or clipboard synchronization may access it according to your device settings.

Download is local

When you choose Download, the browser creates a temporary Markdown blob, starts a local file download, and immediately revokes the temporary object URL.

Save before leaving

Moving between the guided and Markdown views keeps the current buffer and session checkpoints. A full reload, browser crash, or closed tab can erase all of them, so download the source file before leaving. A clipboard copy, printout, or review report is not an editable Markdown backup.

The file remains yours

A downloaded .md file is ordinary UTF-8 text. The site does not track where you store it or what you choose to do with it afterward.

Open Markdown editor

Inspect the public instructions

These static files describe the exact standalone workflow and grant no authority over any person or file.