Software Factory

Clonk runs a fleet of agents that plan, build, test and ship to the web or the App Store — while you live life

10k+ clonkers

ClaudeAntigravityCursorOpenAIOpenCodeKimiGrokHermes

powered by subscriptions you already pay for

Claude Opus 5
2/2
Send a message or press ⌘⌘ for voice
Multiplayer VPS

Rooms are shared state today but the machine underneath is not — two people in the same vibespace each get their own sandbox, so a file one of them writes is invisible to the other. Fixing that at the host layer.

Explored 4 files, ran 1 command

The room record already carries membership and roles, so the host can hang off the same document instead of a second source of truth.

checkpoint22m ago
every vibespace should get its own VPS so a whole team can jump into the same box

Mapping the room model onto real machines. Each vibespace claims one VPS on first join and holds it while anyone is present, so the filesystem, the dev server, and the agent processes are the same for everybody in the room instead of one copy per person.

Explored 6 files, ran 2 commands
  • Provisioning: provisionRoomHost boots the box on the first join and parks it after the last person leaves, so an idle room costs nothing.

  • Presence: heartbeats every 5s, cursors and agent runs broadcast on the same channel — you see who is driving which agent in real time.

  • Handoff: anyone in the room can take an agent that is mid-run without restarting it, because the session lives on the host and not in the tab.

Edited 3 files, ran 1 command

Ports are proxied per room, so a preview on :3000 resolves to one shared URL everyone can open. Wiring the reconnect path now so a dropped client rejoins the same host instead of provisioning a second one.

Tasks1/32 active
Host lifecycle: provision on join, park the box when the room emptiesdone
Presence channel: cursors, agent runs, 5s heartbeat, rejoin on dropactive
Port proxy: one shared preview URL per room, not per personactive
Working on it4m 12s

ask for more changes

OpenAIGPT 5.6Thinking
Make Vibespace feel m…CeresChatAgents2
make vibespaces feel magical — it should feel alive, not like a dashboard

Taking “magical” as a set of concrete rules rather than a vibe: nothing snaps, nothing pops in flat, and every surface reacts to what is behind it. Reading how the canvas paints today before I touch the motion layer.

Explored 6 files, ran 2 commands

Cards now settle with a spring instead of an ease, so dragging one and letting go carries its momentum. The grab lifts the shadow and desaturates the pane underneath, which reads as the card leaving the surface rather than sliding on it.

Explored 2 files, edited 2 files

The glass is sampling the wallpaper for real now — useBackdropAccent pulls the dominant hue out of the backdrop and feeds it to --vs-accent, so chips, rails, and bubbles all re-tint together when you change the scene. No hardcoded palette left in the card styles.

Explored 2 files, ran 1 command, edited 2 files

Agents animate their own state: the sprite breathes while thinking, tool lines type in one at a time, and the elapsed counter ticks in the header so a running agent is legible from across the canvas.

Still tuning the entrance. Cards currently stagger at 40ms which feels mechanical on a full room — trying a distance-based delay so the ones nearest your cursor arrive first, and cutting the whole thing to a single fade under prefers-reduced-motion.

Tasks1/32 active
Liquid glass: sample the backdrop, re-tint chips, rails and bubblesdone
Card physics: spring settle, momentum on release, lift on grabactive
Entrance: distance-based stagger + reduced-motion fallbackactive
Working on it18m 3s

ask for more changes

ClaudeFable 5Thinking
PreviewiPhone 17 Prolive
9:41
Add Apple Pay checkout+3−3

Reading how the paywall gates entitlements today before I touch StoreKit — the receipt check and the sync on launch both live in the same place.

StoreKit { product: "pro.monthly" }Done

Purchase flow returns a transaction and the entitlement syncs on relaunch. Sandbox checkout completes end to end, and restore brings Pro back on a clean install.

Undo this turn
Commit & Push6+3−3

Send a command... @files, skills, plugins

Claude
komand-iosAutomain
2 online

Automate Your Codex/Claude Plans

Clonk doesn't resell tokens. Plug in the subscriptions you already pay for — we orchestrate them, you keep your plan.

Claude CodeClaude Codeclaude login
Codex CLICodex CLIcodex login
Grok CLIGrok CLIgrok login
CursorCursorcursor-agent
GitHub Copilotgh auth login
AntigravityAntigravitygoogle sign-in
Kimi CLIKimi CLIkimi login
OpenCodeOpenCodeopencode auth
No per-token charges. Ever.No keys resold. No quota caps.
still charging per credit:LovableLovableBolt.newBolt.newRorkRork10x10xReplitReplit

MRRrrr-Generating Ideas

Challenges app
App mockup 2
App mockup 3
App mockup 4
App mockup 5
App mockup 6

"easier than vibe coding"

App mockup 7

Autonomous
Dev Loop

front-end designbuilt-in backendbuilt-in auth

clonk loops build full-stack apps by running parallel agents for 24+ hours.

1discuss your idea
2clonk gets to work
3ready to ship
Clonk from Anywhere preview

Clonk from Anywhere

Control your Mac agents from iPhone

Parallel Work preview

Parallel Work

built to run multiple agents across multiple apps

Multiplayer preview

Multiplayer

build together in real time

Moving From
Another App?

Zero extra setup. Feel right at home

memoriespluginsskills
All AI Subscriptions
Agentic Browser
No Credit Burning
Cloud Environments
Vibespace
Multiplayer
Built-in Backend
1-Click Ship
Git
BYOK
Built-in Auth
Boilerplates

production app benchmark

Time to ship

same brief across tools: auth, database, payments, deploy, and a working production flow.

7 tools
tested
same brief
full-stack
lower
is better
Clonk Pro
autonomous loop keeps going
5h
Lovable
good start, repair-heavy finish
1.4d
Bolt.new
fast prototype, slower hardening
1.8d
Replit
solid environment, more setup
2.2d
E
Emergent
agentic build with manual checks
2.5d
Vibecodeapp
mobile-focused iteration loop
2.8d
v0
UI generation before app wiring
3.2d

credit burn benchmark

Cost to ship 100 apps

stop burning credits and get tokenmaxxing

100
apps
250
adjustments each
$0
clonk extra
$0
extra
Clonk Pro
bring your subscriptions, no app-by-app credit meter
$7,500
credits
If each app needs 250 adjustments, and Lovable usually charges about 1 credit per message/adjustment in chat mode, then 100 apps x 250 adjustments = 25,000 credits. At Pro top-up pricing of $15 per 50 credits, that works out to about $7,500 in usage.
Lovable
estimated chat-mode adjustment credits for 100 apps
$6,667
plan credits
Using the same 25,000-adjustment benchmark, Emergent Pro lists 750 monthly credits for $200/mo. That is about $0.27 per credit, so 25,000 credits is roughly $6,667 in plan-equivalent usage.
Emergent
plan-equivalent estimate for the same adjustment load
$12,500
est. tokens
Real-world estimate: Bolt says most token usage comes from reading, understanding, and syncing project files, so larger projects use more tokens per message. If each production-app adjustment averages 200K processed tokens, then 100 apps x 250 adjustments x 200K tokens = 5B tokens. At Pro pricing of $25 per 10M tokens, that works out to about $12,500.
Bolt.new
context sync turns repeated polish into token burn
$6,250
est. credits
Real-world estimate: Replit says Agent uses effort-based billing, and all Agent interactions are billable, including Plan Mode guidance and code changes. If the same 25,000 adjustment tasks average just $0.25 each, that is 25,000 x $0.25 = $6,250, before any hosting, storage, database, or third-party API usage.
Replit
every agent task is billable, even planning and guidance

free forever. pro when clonk takes the wheel.

Cheaper than burning credits on Lovable

bring the AI plans you already pay for. clonk is the workspace, agent loop, and remote control layer on top.

manual mode

Free

$0forever
  • Full macOS app
  • Use any AI Subscriptions: Codex, Claude, Cursor, etc
  • Multi-account AI subscriptions
  • Build full-stack apps
  • Vibespace
  • Built-in Git
Download Free

autonomous mode

Clonk Pro

for people who want clonk to ship stuff while they sleep

  • Everything in Free
  • 24hr+ autonomous dev loop
  • Full-stack apps, fast
  • 1-click ship web
  • 1-click ship iOS
  • Cloud environments
  • Multiplayer
  • No extra AI credit burning

grandfathered forever

keep your own AI subscriptions. no clonk credit meter.

own clonk forever

Clonk Lifetime

one payment, yours forever. every Pro feature with no subscription and no renewals.

  • everything in Pro
  • pay once
  • lifetime updates
$149once

loved by 10,000+ users

$149 is the final price — it doesn't go up again

$199
old price
$149
43 left

creators & makers

Make content? Get 50% off. Or don't pay at all.

if you post videos, write, stream, or build in public — DM us on X. we'll hook you up with at least 50% off, and plenty of times it's on the house.

DM us on X

tell us what you make — @clonkapp

FAQ