Early AccessJoin Discord

Build with AIhow you want to.

Start with a chat. Build whatever you need. Designed for everyone.

Download for macOSFree during early access

Works with the coding agents you already run

  • Codex
  • Claude Code
  • Cursor
Codex
Claude Code
Cursor

Build what you want

No coding experience needed. Start a chat and watch it come together.

What are we building today?

Turn customers.csv into a searchable table.

Reading customers.csv (1,284 rows). Building a searchable, sortable table you can drop on any page.

Readcustomers.csv
WriteCustomerTable.tsx
Built the table component.
Nice. Add a filter for active customers only.

Added a status filter to the toolbar and wired it to the table.

EditCustomerTable.tsx
Done. It's now viewable in the preview.
Plan, @ for context, / for commands
Portfolio Site
CustomerTablecustomers.csv · 1,284 rows
Search customers…
Status: Active
NameEmailPlanStatus
Ada Lovelaceada@hey.comProActive
Grace Hoppergrace@navy.milTeamActive
Katherine Johnsonkj@nasa.govTeamActive
Linus Torvaldslinus@kernel.orgProActive

Take it more technical

Spin up a few agents side by side, each on its own job, and steer them as they work.

Pane 2 · webhook-handler
Add a webhook handler and verify the signature.

Added /api/webhooks with raw-body signature verification. Wiring the event switch now.

Bashbun add zod
Editapi/webhooks/route.ts
Waiting for your review on 2 files
Reply to the webhook agent…
feat/webhooksWT: webhooks
Portfolio Site
Pane 1 · auth-flow
Re-run the flaky auth suite and tell me which spec is racing.

Re-ran the suite in isolation. login.spec.ts fails only when the session refresh fires mid-redirect. Patching the await order now.

Readsrc/auth/session.ts
Editsrc/auth/session.ts
Thinking…
Reply to the auth agent…
fix/auth-testWT: auth-test
Portfolio Site

Turn it into automations

Save what you built as a flow that runs again - on a schedule, or whenever a trigger fires.

Schedule Trigger

Nightly dependency scan

Schedule Trigger · 0 2 * * *

Agent

Audit & bump packages

Update lockfile, open a draft PR, summarise the changelog deltas

Condition

Any breaking changes?

If majorBumps gt 0

Approval

Wait for review

Hold until you approve the upgrade before it merges

End

Done

Terminates this branch

Stay in the loop

Your work queue scales with you. Many agents run at once, and you step in whenever you want.

Work Queue22
Running6
Review1
Queued15
Plan ready - needs your reviewAdd Stripe webhook handler
Running now, across your projects
Fix flaky auth test
From CI · login session expiry
2m
Triage inbound bug report
From support@ · repro attached
6m
Backfill usage events
Post-task · after nightly sync
8m
6 agents reviewed and shipped today

Or stick to your roots

Prefer to write it yourself? Open a real editor - your files, your code, right here.

Hero.tsx
Navbar.tsx
styles.css
1import { Button } from './ui/button'
2
3// The friendly hero - one value prop, one call to action.
4export function Hero() {
5 return (
6 <section className="hero">
7 <h1>Build it your way.</h1>
8 <p>Chat, automate, or open the editor.</p>
9 <Button>Get started</Button>
10 </section>
11 )
12}
src/components/Hero.tsxtypescriptreact

Build with Frink.

Download for macOS