Docs-driven
Define your business objects once. Rowly generates schema, API, and UI.
Define your business objects once. Rowly generates schema, API, and UI.
Every doc is exposed to Claude, Cursor, and ChatGPT via the MCP protocol.
Workers + D1 at the edge. Sub-50ms responses anywhere in the world.
Rowly is built for AI agents from day one, not retrofitted.
| Feature | Rowly | Supabase | Frappe | Lovable |
|---|---|---|---|---|
| AI-first | ✓ | × | × | ~ |
| Built-in agent tools | ✓ | × | × | × |
| Doc metadata | ✓ | × | ✓ | × |
| MCP transport native | ✓ | × | × | × |
| Time to first value | < 5 min | ~ 30 min | hours | ~ 15 min |
See Rowly drive a real business workflow end-to-end.
Demo coming soon — see issue #35
A small TypeScript snippet describes your business objects.
defineDoc({ name: 'Customer', fields: [ { name: 'name', type: 'text' }, { name: 'email', type: 'email' }, ], })
One curl command wires your AI agent to your Rowly backend.
$ curl rowly.kubdee.com/install | sh
Ask in plain language. The agent calls the right tools and writes back.
Free during alpha — pricing soon.