What is codraft?

codraft is a macOS app where you and your AI agent write in the same document, at the same time. The agent edits the page you're looking at, with a visible caret that streams text in as it works. You highlight a line and say what you want changed, and the rewrite lands on the exact line you pointed at.

It's built around two ideas:

  • The doc is the interface. Everything happens on the page. No copy-paste, no separate output window.
  • Pointing beats prompting. Highlight the line you mean and ask for a change. Far more precise than describing the change in words.

What you can do in codraft

Comment, and it actsLeave a comment on a line, the agent reads the thread and rewrites that exact line.
Ask in chatType a request in the side panel; the agent writes straight into the document.
Ask it to reviewGive it an objective; it reads the whole doc and leaves comments on the lines that need work.
Sketch it outAsk for an architecture or sequence diagram, the agent draws it right into the page.
Roll back anytimeEvery change is snapshotted; restore any version in a click.
Take it anywhereSave your work as DOCX, PDF, Markdown, or HTML.

Your docs stay yours

codraft documents are plain Markdown files on your Mac. There's no cloud sync, no server-side copy, and no proprietary format to escape from. You can open, edit, version, and back up your files with any tool you already use.

Bring your own agent

codraft works with the AI coding agent you already pay for, no extra subscription, no token markup:

  • Claude Code (Anthropic)
  • Cursor CLI
  • Codex CLI (OpenAI)
  • GitHub Copilot CLI

You configure your agent once. See Connect your agent.

Next steps