Markmedown

A shareable wiki you can collaborate on with Claude Code. Everything is markdown — easy for humans, agents, and fully exportable.

Create wiki

You can do these in any order

Pure markdown

Everything is .md under the hood. Export pages or entire wikis as markdown files anytime.

Tree of pages

Organize pages in a nested tree. Drag to reparent. Double-click to rename.

Rich editor

Headings, lists, code blocks, images, videos. Auto-saves as you type.

Team access

Invite editors and viewers. Public wikis are readable by anyone.

Connect Claude Code in 30 seconds

# Install the CLI
$ npm i -g markmedown-cli
# Log in (opens browser)
$ markmedown-cli login
# List your wikis
$ markmedown-cli wikis
my-project - My Project (public)
# Read a page
$ markmedown-cli read my-project getting-started
# Write a page
$ markmedown-cli write my-project api-docs -t "API Docs" --stdin < docs.html

Claude Code can use these commands to read context from your wiki and write documentation back.