# Roadmap · Onto
> What's live, in the order it shipped, and what's next: Read and Serve are live; Act isn't built yet.

**Source:** /roadmap
**Extracted:** 2026-09-24T18:14:20.088Z

---
Roadmap

## Read and Serve are live. _Act is next, and isn't built._

Five pieces are live, and the road shows them in the order they shipped. Act, where agents use a site by intent rather than only reading it, is next. It has no date yet, and this page will say when it does.

5

Live

1

Next, not built

MIT

SDK, core and MCP server

Live

### What you can use today.

In the order it shipped. Everything since is in the changelog.

1.  [**2 Mar**_2026_Serve**The Serve SDK**@ontosdk/next writes a Markdown copy of every prerendered page at build, and its middleware hands it to agents at the same URL. Next.js 14+, App Router.](/serve-sdk)
2.  [**18 Mar**_2026_Read**The AIO score**Any page scored from 100 down, every penalty named, and the Markdown an agent gets. Free in the scanner, no signup.](/scanner)
3.  [**18 May**_2026_Read**The Read API**Any URL as clean Markdown for 1 credit, failures refunded. Score, map, batch and extract alongside; PDFs since June.](/read-api)
4.  [**18 May**_2026_Read**The MCP server**The API as six tools in Claude Code, Cursor and any MCP client, and since June a remote connector in ChatGPT and Claude.](/mcp-server)
5.  [**19 May**_2026_Serve**The Serve dashboard**Which agents visit which pages, once the SDK has a key. Pro adds a year of history, context per route and unknown agents.](/serve-sdk#control)

[Every change since, in the changelog →](/changelog)

Next

### Act: agents that do things, not just read.

Not built. What it's meant to be, and what's true today.

Meant to be

A way for an agent to use a site by intent — find a plan, book a slot, fill a form — using the same understanding of a page that Read and Serve already build, rather than clicking at pixels.

True today

*   No code for it ships in any Onto package.
*   There is no date. When there is one, it goes here.
*   Read and Serve don't depend on it; they're complete on their own.

Open, free and paid

### What costs money, and what doesn't.

The code that runs on your site and in your client is MIT and on GitHub. The hosted API and dashboard have free tiers; volume and history are paid.

Open source · MIT

*   [`@ontosdk/next`](https://github.com/ravixalgorithm/ontosdk) The build step and the middleware
*   [`@ontosdk/core`](https://github.com/ravixalgorithm/ontosdk) The cleaner, the scorer and the agent list
*   [`@ontosdk/mcp`](https://github.com/ravixalgorithm/onto-mcp) The local MCP server

Free, hosted

*   **The scanner**Any page, no signup
*   **Read API · 1,000 credits / month**Score is always free
*   **Serve · 1 site**30 days of history

Paid, hosted

*   **Read · $9, $49, $250 a month**More credits and concurrency, plus credit packs
*   **Serve · $19 or $99 a month**A year of history or unlimited, context per route, up to 10 sites

[See pricing](/pricing)

Start now

### Everything marked live is usable today.

You don't have to wait for Act to get value from Read. Free scan, free tier, no card.

[Get started](https://app.buildonto.dev/signup) [Scan your site](/scanner)

[See what shipped →](/changelog)

---
## Structured Data (JSON-LD)
```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://buildonto.dev/#org",
      "name": "Onto",
      "url": "https://buildonto.dev",
      "logo": "https://buildonto.dev/icon.png",
      "sameAs": [
        "https://x.com/buildonto",
        "https://github.com/ravixalgorithm/ontosdk"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://buildonto.dev/#site",
      "url": "https://buildonto.dev",
      "name": "Onto",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "name": "Onto",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Web",
      "url": "https://buildonto.dev",
      "description": "Onto serves AI agents clean Markdown from your own site, at the same URL, and shows you which agents came. Plus the AIO score, a Read API and an MCP server.",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "description": "Free tier: 1,000 credits / month"
      }
    }
  ]
}
```
