Vibecode Skribbl

track this build5 steps, step by step
KINDA · weekend project
price $8.25/moyou'd save $99/yrbuild time a weekend for the canvas, multi-day for the parts that make it trustworthycategory 🛠️ dev toolsreplaced by 0 people

The canvas is the easy half. React Flow plus xterm.js plus node-pty gets you panning, zooming and half a dozen live agent terminals in a weekend, and it is a genuinely nice way to watch a fleet work. The gaps are all in the boring layer underneath: knowing when an agent is actually blocked on you rather than just quiet, keeping sessions alive across a restart or a crash, and counting tokens accurately enough that the number can be trusted. Each of those is days of work on its own, and the weekend build reads as finished until the first agent silently dies behind a tab you were not looking at.

the project pack4 files · fastest path to a working personal build
README.md
# Skribbl indie build

## Goal

Build the smallest trustworthy replacement for the core Skribbl workflow for one developer or a tiny team.

## Scope

Spawn real shells as draggable nodes on a pan/zoom canvas, run a coding agent in each one, and watch several of them work side by side.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- hook-driven agent status, so a blocked agent looks the same as an idle one
- session survival across restarts and crashes
- an accurate token meter, cache reads price nothing like input tokens
- a signed and notarized Mac build, so Gatekeeper blocks what you ship to anyone else

If those capabilities are essential, use claude-squad instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

Not for the canvas. For the layer that keeps twelve child processes honest: status that comes from the agent itself instead of scraped output, sessions that come back after a reboot, and a spend number accurate enough to act on before the bill arrives.

what you lose

xhook-driven agent status, so a blocked agent looks the same as an idle one

xsession survival across restarts and crashes

xan accurate token meter, cache reads price nothing like input tokens

xa signed and notarized Mac build, so Gatekeeper blocks what you ship to anyone else

prior art · use these instead of building, if you'd ratherclaude-squadopen-source terminal manager for multiple agents in tmux and git worktreesCrystalopen-source desktop app running parallel agent sessions in worktreesvibe-kanbanopen-source board for queueing and reviewing coding agent tasks
share on X ↗"I just replaced Skribbl ($8.25/mo) with one prompt"
the numbers

Skribbl pricing

planmonthlyannual (per mo)what you get
founding infinity$29/user$8.25/user3 concurrent agents; founding-plan access while licenses remain available.

free tierno free tier; 14-day trial only

billingmonthly or annual

hidden costsThe plan does not include Claude Code, model API or other agent-provider subscriptions; the trial requires a card from day 2 and charges on day 15 unless cancelled.

verified 2026-08-14 · source ↗

questions
Vibecode Skribbl

Kinda. The core of Skribbl is buildable in a weekend with the prompt on this page, but there are real gaps: hook-driven agent status, so a blocked agent looks the same as an idle one, session survival across restarts and crashes. Read the honest list above before committing.

How much does Skribbl cost?

Skribbl costs about $8.25/month (Pro, checked 2026-08-03), which is $99 per year.

What do I lose by replacing Skribbl?

Honestly: hook-driven agent status, so a blocked agent looks the same as an idle one; session survival across restarts and crashes; an accurate token meter, cache reads price nothing like input tokens; a signed and notarized Mac build, so Gatekeeper blocks what you ship to anyone else. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Skribbl?

Yes: claude-squad (open-source terminal manager for multiple agents in tmux and git worktrees), Crystal (open-source desktop app running parallel agent sessions in worktrees), vibe-kanban (open-source board for queueing and reviewing coding agent tasks). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.