Describe an agent.
Ship the app.
Write what you want. Something picks the model, wires up integrations, generates the UI, and gives you a working, shareable application — no glue code.
>
From single-purpose bots to full agentic apps.
Real integrations, real models, real UI — not a chat box wrapping ChatGPT.
Inbox triage
Daily Gmail digest, urgency-ranked. Drafts replies in your voice; waits for your nod.
Research analyst
Multi-query web search → one-page brief with inline citations and a what-to-read-next.
Resume screener
Read 1,000 applications, score on rubric, export a ranked sheet to Drive.
Customer support
Knowledge-grounded chat trained on your docs. Hand-offs to humans when it's not sure.
Issue triage bot
Reads new GitHub issues, labels, summarises duplicates, surfaces high-priority bugs.
Scheduling assistant
Reads your calendar, proposes times, drafts the reply. You confirm — it sends.
From sentence to live app, in five steps.
No scaffolding, no glue code. The platform handles models, hosting, secrets, OAuth, and the UI.
- 01
Describe
Plain English. Be sloppy — the builder asks one or two clarifying questions if needed, otherwise it proceeds with sensible defaults.
- 02
Watch it assemble
Skills are picked. Model is routed (Haiku / Sonnet / Opus by complexity). Files stream into the file tree in real time.
- 03
Live preview
A custom React UI is generated for your agent — not a chat box. Edit it in Monaco; the preview hot-reloads.
- 04
Connect what's needed
If the agent touches Gmail, Slack, or GitHub, you click one Connect button. The platform stores tokens; the agent inherits them.
- 05
Ship & share
Hit deploy. Get a public URL. Friends, customers, or your team can use it immediately. No infra to set up.
One platform, real OAuth.
Connect once — every agent you build inherits the grant. No API keys, no scope memorisation.
Plus generic http, python_exec, file_io skills — agents can hit any API directly.
Shipping in public.
What's live, what's next, what's coming. Honest dates, no vapor.
- Q1 2026Shipped
Builder + Runtime online
Meta-agent builder, in-process agent runtime, per-owner Neon branches, Clerk auth.
- Q2 2026Live now
Skills, OAuth, dashboards
Gmail / Slack / GitHub OAuth, agent_db for per-user persistence, generated dashboard UIs, mobile responsive IDE.
- Q3 2026Up next
Triggers & scheduling
Cron, webhook, and email-in triggers. Agents that run without you opening the app.
- Q4 2026Planned
Multi-agent + memory
Agents call other agents as tools. Long-term memory with pgvector, shared knowledge bases.
- 2027Planned
Marketplace + API
Publish your agent for others to fork or pay-per-use. REST/SDK access for programmatic invocation.