Hybrid AI + human content
The computational content platform
Built for high-quality journalism, marketing and information distribution. Connect any source, chain agents and editorial review, deliver everywhere.
We're in Alpha — sign up for updates.
How it works
One pipeline. Source to surface.
- 01
Connect
WordPress, DatoCMS, Slack, Airtable, and many more, plus custom sources you build yourself.
- 02
Transform
Chain AI agents and processors — translate, illustrate, review, narrate, more.
- 03
Deliver
Next.js sites, CMSs, APIs, the cloud edge — plus URL redirects.
flow.json
Flow builder
{
"name": "blog-publishing",
"inputs": [
{ "id": "wp", "type": "wordpress" },
{ "id": "dato", "type": "datocms" },
{ "id": "slack", "type": "slack" }
],
"transformations": [
{ "agent": "AutoTranslate", "to": ["es", "de"] },
{ "agent": "Illustrator" },
{ "agent": "LegalEagle" }
],
"redirects": [
{ "from": "/old/*", "to": "/new/*" }
],
"outputs": [
{ "id": "edge", "type": "cloudflare" },
{ "id": "site", "type": "nextjs" }
]
}Inside the platform
- Content Lakes
- Stores for content items as they flow through the system.
- Dashboard
- Live volume, errors and replay for every transformation.
- Marketplace
- Sell, share, buy or import content across the platform.
- Webhooks
- Subscribe to flow events from any external system.
- API Security
- Token-scoped endpoints for inputs and outputs.
- Redirects
- Import and manage URL redirects alongside your content.