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 on the examples page.

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.

Read the AINP spec Rho AI · Coming soon