Free during alpha

The AI-native backend.

Define your data once — your AI agent runs the rest.

5-min setup · MCP-native · Cloudflare edge

What it is

What it is in 30 seconds

Docs-driven

Define your business objects once. Rowly generates schema, API, and UI.

defineDoc({
  name: 'Customer',
  fields: [
    { name: 'name', type: 'text' },
    { name: 'email', type: 'email' },
  ],
})

MCP-native

Every doc is exposed to Claude, Cursor, and ChatGPT via the MCP protocol.

Cloudflare-fast

Workers + D1 at the edge. Sub-50ms responses anywhere in the world.

How we compare

vs Supabase, Frappe, Lovable

Rowly is built for AI agents from day one, not retrofitted.

Feature Rowly Supabase Frappe Lovable
AI-first Partial
Built-in agent tools
Doc metadata
MCP transport native
Time to first value < 5 min ~ 30 min hours ~ 15 min

See it in action

Live demo

See Rowly drive a real business workflow end-to-end.

claude · mcp://rowly
You

Add a customer named Acme and send them an invoice for ฿5,000.

Claude

rowly.customers.create({ name: "Acme" })

createdcust_8a3f

rowly.invoices.create({ customer: "cust_8a3f", amount: 5000 })

sentacme@example.com

Invoice INV-0042 issued for ฿5,000.

$

Interactive demo coming soon — see issue #35

Get started

How it works

  1. 01
    Step 1

    Define your docs

    A small TypeScript snippet describes your business objects.

    defineDoc({
      name: 'Customer',
      fields: [
        { name: 'name', type: 'text' },
        { name: 'email', type: 'email' },
      ],
    })
  2. 02
    Step 2

    Connect Claude / Cursor / ChatGPT

    One curl command wires your AI agent to your Rowly backend.

    $ curl rowly.ai/install | sh
  3. 03
    Step 3

    Your AI agent runs your business

    Ask in plain language. The agent calls the right tools and writes back.

    “Add a customer named Acme and send them an invoice for ฿5,000.”

Pricing

Free during alpha

Pay nothing while we build. Paid tiers come later.

Alpha

Free tier

฿0 / month

For everyone, while we're building.

Start free

No credit card. Paid tiers coming later.