← Back to the full tour PREVIEW Not yet publicly released

Code is not a second-class citizen here.

DevWork is a real development environment in the browser — a proper editor with version history, a real terminal, and every project sealed off in its own sandbox. Describe a change in plain English and watch it get made, reviewed and saved.

acme.clearworksuite.com/devwork
A real bug, described in plain English — the agent reads the file, proposes a diff for approval, then runs the fixed code itself to prove it.
A real dev environment

An editor, a shell,
and version history.

acme.clearworksuite.com/devwork
The DevWork editor open on a Node.js project, showing the file tree, syntax-highlighted script.js, and the built-in terminal tab at the bottom.
The actual DevWork editor — file tree, syntax highlighting and a real terminal tab, captured straight from the running product.

A proper editor

Real syntax highlighting, real version history — so you can always go back — not a code-shaped text box.

Sealed-off sandboxes

Every project runs isolated from every other one, so nothing one project does reaches any other project's data.

A genuine terminal

Not a simulated console — real commands, run for real, with real output.

Describe a change, watch it happen

Describe a change in plain English and watch it get made, reviewed and saved. Choose which AI model does the work.

Demos — describe it, then share it

The fourth office format
is an interactive one.

Documents, spreadsheets and slides are three formats office software gives you. Demos is a fourth: something that actually runs — a calculator, a form, a prototype, a small game. You don't open an editor; you describe what you want, and the platform builds it for you.

acme.clearworksuite.com/demos
"A break-even calculator with sliders for rent, labour and average ticket." About a minute later it exists — and moving a slider recalculates it.
How it actually goes
01 · YOU TYPE

"A break-even calculator for a new location. Sliders for rent, labour and average ticket."

02 · IT BUILDS

The platform writes the project, runs it and reports back. It does not silently retry, so a failed build can't quietly re-spend your budget.

03 · YOU SHARE

Send the link. It's a working calculator you can actually use — not a picture of one.

04 · THEY FORK

A colleague forks it, swaps the assumptions for their region, and shares it back — with the original credited and its lineage tracked. Outgrown it? Convert the demo into a full DevWork project in one step.

From a plain-English request
to a working thing.