Interactive Markdown

Markdown, but alive.

Drag a slider — the document computes, right there. Live charts, playable simulations, quizzes that grade themselves. And it's still a plain-text .md file: email it, commit it, keep it for ten years.

Free forever for reading & writing · Open AINP format · Works offline

You write this
Your reader gets this

Then email it to a friend — that's the whole idea.

Why Rho MD

Your data is yours

Every Rho document is a plain file on your disk. It works offline, needs no account, and can't be locked away. You own it for the long term.

An open format

Rho speaks AINP — an open spec under CC BY 4.0. Anyone can read it, write it, or build their own reader. You're never trapped in one vendor.

Works everywhere

Desktop, mobile, or any browser renders the same document. Email it, commit it, archive it for ten years — it just opens, alive.

Three steps. No platform required.

1

Write plain Markdown

Add a Rho block — a slider, a chart, a stepper. Your document is still just text in a .md file you fully own.

2

It comes alive anywhere

Any Rho reader — desktop, mobile, or this browser — renders the block into a live, interactive widget. Nothing to install for readers on the web.

3

Send it like any file

Email it, drop it in chat, commit it to git. One portable file travels everywhere — and your reader gets the working app, not a screenshot.

Every other format makes you pick one.

Files are portable but frozen. Apps respond but need a server and a login. Rho MD is the only thing that's both.

Fixed & portable

PDF, slides, video, plain Markdown. Easy to send and keep — but the bits never change when you look at them.

Responsive, not portable

SaaS dashboards, notebooks, online widgets. They respond — but they live behind an install, an account, a URL that rots.

Responsive and portable

Rho MD lives here. A single declarative .md that computes for the reader — and still emails, greps, and stores for ten years.

Where Rho shines.

Interactivity wins decisively whenever the content has variables, cause-and-effect, or steps. These are the documents Rho was built for.

Teaching & explainers

Don't explain the formula — let them feel it.

Drag-to-learn explorables for math, finance literacy, physics, statistics. The reader builds intuition by manipulating, not watching.

Data & finance reports

What-if, not just what-is.

Readers plug in their own assumptions and the report recomputes for them — projections, models, pricing, scenarios. One file, every scenario.

Product docs & changelogs

Docs that demonstrate.

Live config builders, tunable API examples, step-through guides, and version timelines — the doc shows the behavior instead of describing it.

Dashboards in a file

A dashboard you can email.

Metrics and charts that compute locally — no BI login, no broken link next quarter. Send the numbers and the controls in one .md.

More than a reader.

The free desktop app is where your library lives — edit in place, organize visually, lock what's private. All of it stays plain .md on your disk.

The Rho MD desktop app, dark theme: a solar-system document with outline, file tree and calendar in the sidebar, and a live orbital simulation computed from the markdown itself.
The actual app — a solar system simulated live from a plain .md file.
Edit mode with the source slider at raw Markdown: the document's plain-text source in a code editor.

Edit in place

WYSIWYG-lite editing for your text, with a slider down to raw Markdown when you want the source. Common syntax converts as you type.

Psi's 3D star map: documents as blue stars clustered around orange folder hubs on a dark background.

A star map of your library

Psi, the built-in document manager, lays your docs out as a galaxy — related documents cluster together. Double-click a star to open it.

A freeform canvas mind-map with colored linked nodes, saved as a plain markdown file.

A freeform canvas

Think on an infinite board — drag notes, link ideas, drop in documents. It saves as a plain .md file, like everything else.

Lock what's private

Password-protect any document: encrypt it so reading needs the password, or keep it readable and require the password only to edit.

Plugins, done right

A clean plugin API — with official calendar and pomodoro plugins — built on the same registry the app's own features use.

AI-native to the core

Every command — open, edit, organize, lock, publish — is exposed through a local agent API. Your AI assistant can drive the whole app.

For AI & developers

Your AI already knows how.

AINP — the open format Rho speaks — is CC BY 4.0 and built for language models. Describe what you want in plain language; your LLM writes the document.

You ask your LLM

“Make an explorable that shows how a bell curve changes as I drag its mean and spread.”

It writes plain Markdown
```interact
slider mean range=-5..5 step=0.5 default=0 label="Mean (μ)"
slider sd range=0.5..4 step=0.1 default=1.5 label="Spread (σ)"
template vega-lite: { …a bell curve of the normal density… }
```

↑ the exact block behind the bell curve you just played with.

And it goes deeper than generation: the desktop app is AI-native end-to-end — every feature is exposed through a local agent API, so your assistant doesn't just write documents, it can open, edit, organize, and publish them for you.

One format. A family of ways to use it.

Reading and sharing are free — that's how Rho spreads. Creating at scale, syncing, and AI generation are where Rho earns its keep.

Free to use. Pay to create at scale.

Reading, writing, and sharing by link are free forever. You pay only to publish to the world — and, at launch, to author and generate at scale.

Free
Read · Write · Share
$0 forever
  • Read & write interactive .md
  • Desktop reader + in-browser viewer
  • Share by link — anyone with the link can view
  • The open AINP format, forever
App coming soon
Paid
Publish on Rho Cloud
$5 / month
  • Publish to the public rho.md index
  • Searchable & discoverable by everyone
  • Your author page, your audience
  • Organize works into collections
  • Sync your Psi library across devices
Publish your work →
Paid
Editor · AI
At launch
  • WYSIWYG authoring without touching syntax
  • Generate interactive docs from a prompt
  • For people who create & ship, not just read
Pricing announced at launch

Questions, answered.

Is it really just a file?

Yes. A Rho document is a plain .md file — open it in any text editor and you'll see normal Markdown with a few fenced blocks. There's no proprietary container, no database row. The file is the document.

Do my readers need an account or an install?

On the web, no — Rho Web renders any document in the browser with nothing to set up. On desktop, the Rho MD reader will be a free download — it’s in final testing now. Reading is always free and never requires an account.

Is the format actually open?

Yes. Rho speaks AINP, published under CC BY 4.0. Anyone can read the spec, write documents, or build their own reader. The format isn't ours to lock — that's the point.

How is this different from Notion or Google Docs?

Those live on a server behind a login — your document isn't a portable file you can email, grep, or keep for a decade. Rho is a file first: it works offline, travels anywhere, and still computes for the reader.

How is it different from a PDF?

Same portability — one file you can send and archive — but a PDF is frozen. Rho documents respond: drag a slider, switch a tab, step through a process, and the page recalculates for you.

Is my data private?

The file stays with you. Rendering never loads network content — that's enforced structurally, not just promised — so opening a Rho document can't phone home. And for documents that are nobody's business, you can password-protect them: encrypted to read, or open to read but locked to edit.

Can my AI assistant use the app?

Yes — by design. The desktop app exposes every command through a local agent API: an assistant can open documents, edit them, organize the library, and publish, using the same commands you do. Rho MD is built to be driven by AI, not just to render what AI writes.

Make your next document do something.

Documentation

Learn the blocks, write your first interactive doc, and ship.

rho.md/docs →

The open format

Read or implement AINP — the CC BY 4.0 spec Rho speaks.

Read the spec →

Get in touch

Questions, ideas, or building a reader? We'd love to hear from you.

hello@rho.md →