Every Kura page grows multiple "projections" from one Markdown source, each for a different reader.
One source, four projections
| Projection | For whom | How to get it |
|---|---|---|
| HTML | Humans | Just browse this page |
| Markdown | People / agents | Append .md to the URL |
| JSON | Programs | Append .json to the URL |
| MCP tool | AI agents | POST /mcp |
Copy as Markdown
A "Copy Markdown" split button sits at the top of every page. Its primary action copies the
page's raw Markdown to the clipboard — exactly the format you want to paste into ChatGPT,
Claude, or any other LLM. The chevron opens a menu with more actions: "View as Markdown"
(open the .md directly), "Open in ChatGPT", and "Open in Claude" to start a chat about the
page.
Because every projection comes from the same source, what a human sees and what an agent gets are always consistent — never out of sync.