Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1,073 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧡
Frizz

A local web UI for running many coding agents at once.
by @colinhacks


License npm stars


Frizz is for you if you have any of these opinions:

  • Terminal UIs are dated and have fundamental limitations that are incompatible with good user experience.
  • Orchestrator-style apps like Conductor feel overly complex.
  • It's annoying to constantly switch between sessions to check in on my agents' progress.

Getting started

Requirements. Node 22.13+, and the Claude Code or Codex CLI installed and signed in β€” Frizz drives the subscription you already pay for.

Then run it in any directory β€” a repo, a jj checkout, or a folder of scripts. Frizz has no opinion about version control and does not require Git.

$ cd path/to/project
$ npx frizz

  FRIZZ v0.2.0  ready in 4.0s

  ➜  Local:    http://127.0.0.1:4922/
  ➜  Project:  project β€” path/to/project
  ➜  Logs:     ~/.frizz/projects/979dae3c-fe15-4038-817e-11d0e7491959/logs/frizz-2026-08-01T13-44-43-16931.log

  press ctrl-c to stop Β· run with --debug for the full event feed

A browser tab opens on localhost β€” a dedicated workspace for this directory. One tab per project! Runs on macOS, Linux, and Windows.

Frizz running in a browser tab at 127.0.0.1:4921: a sidebar of threads on the left, and on the right a card where an agent is asking an answerable question with lettered options, above Snooze and Mark as done.


Features

Frizz is a browser tab, a queue, and the agent CLIs you already pay for. It brings no model of its own, automates none of your workflow, and keeps every opinion it does have in a text file you can edit.

  • πŸ—‚οΈ A task queue, not a sidebar. Every agent that comes to rest needing you becomes a card. Work the queue top to bottom instead of polling ten terminals.
  • πŸ”Œ Headless. Every thread's agent runs in its own detached background process. Close the tab, quit the browser, ctrl-c the server, reboot β€” your threads are all still there when you come back, and Frizz reconnects to the ones still running rather than replaying them from disk.
  • πŸ€– Claude Code and Codex. Pick the backend per thread and run both against the same repo at once. Frizz supports Claude Code and Codex subscriptions β€” the CLIs you already have installed and signed in.
  • 😴 Snooze. Not everything needs an answer now. Park a card for an hour, until tomorrow morning, or until a date you pick β€” optionally with a follow-up prompt attached, so the thread wakes up already working on what you told it to do next.
  • πŸ”„ Heartbeats. Give a thread a prompt that repeats β€” every time it comes to rest, on a clock you set in minutes, or both. Good for "keep going until CI is green" without you re-asking. A scheduled one reaches the agent even mid-turn, so it can nudge a thread that never stops. Switch it off whenever, or let the agent say it's finished.
  • πŸ™ GitHub integration. Browse your repo's issues and pull requests without leaving the composer, and turn a selection of them into threads. Workers can read issues, diffs, and CI on their own.
  • πŸ‘€ Built-in CI and PR watchers. A worker waiting on a build or a review doesn't hand the thread back to you to be told "keep going." It watches, and picks the work back up when the run goes green or a review lands.
  • πŸ“ No magic. A thread behaves like a Claude Code session you started yourself. Frizz adds no worktrees, no branches, no dev server, no build integration, no workflow engine to fight with.
  • πŸ”’ Local only. No cloud, no account, no telemetry. The server binds 127.0.0.1 by default and its state lives in ~/.frizz/, never in your checkout.

The queue

A sidebar of sessions makes every agent something you have to remember to go check. Frizz gives you one queue instead.

When an agent comes to rest needing you, a card is added to it. You can quickly evaluate what it has done since your last message and decide to answer its questions, steer it, snooze the card, or mark the session complete. You're continuously presented with a set of action items in one place, instead of constantly switching back and forth between sessions.

The queue is strict about what earns a card, which is what keeps it a real todo list. A thread resting only because its own helpers are still working isn't waiting on you, so it stays quiet until they're back. Nothing shows up just to be dismissed.

Threads are built to run without you. A worker keeps going until it reaches something only you can settle β€” a product call, a fork where guessing wrong is expensive to undo, an irreversible action β€” and then it hands back an answerable question rather than a wall of text for you to re-read and interpret.

A question card titled Question: 'Should the settings store use SQLite or a JSON file?' with two lettered options, A tagged RECOMMENDED, and a third row for typing something else.

Options are lettered and answered in one click, and a worker marks its own recommendation when it has one β€” so the common case is a single keystroke. There is always a row for writing something else instead.

When the answer isn't one thing, the same card takes several: check any combination and add a note.

A question card titled Select multiple: 'Which of these findings should I fix in this pass?' with three checkbox options, the first two ticked, and a field for adding a note.

GitHub

Browse the repo's issues and pull requests from the composer, select any number of them, and each becomes its own thread.

The GitHub picker open over the composer, listing real open issues from colinhacks/zod with numbers, authors, and reaction counts; three are checked and a Start investigations button is enabled.

Workers can also read issues, diffs, and CI on their own β€” but only read. A worker never comments, labels, closes, or merges unless you ask it to.

Snooze

Park a card for an hour, until tomorrow morning, or until a date you pick. Attach a follow-up prompt and the thread wakes up already working on it.

The snooze menu open on a queue card, offering 1 hour, tomorrow at 9am, 1 day, 3 days, 1 week, and a custom time and prompt.

Heartbeats

Give a thread a prompt that repeats. Send it every time the agent comes to rest, on a clock you set in minutes, or both β€” a scheduled send reaches the agent even mid-turn, without cutting off work in progress.

The recurring prompt panel: one prompt saying to keep going until the test suite is green, with both triggers switched on β€” every time it stops, and every 30 minutes.


CLI

$ npx frizz --help

Frizz production launcher

Usage: npx frizz [options] [repository]

Runs the npm-resolved immutable Frizz package, then opens it in your default browser. Use frizz-dev
only for a source checkout.

Options:
  --app                  use the legacy dedicated app window instead of a browser tab
  --no-app               print the URL without opening a browser
  --port <port>          request a fixed port for a new workspace server
  --host [address]       serve on a network address instead of loopback (bare --host means 0.0.0.0)
  --allowed-host <name>  with --host, also accept this DNS name as the board's address (repeatable)
  --public-origin <url>  serve behind a proxy/tunnel reachable at this exact origin
  --debug                stream the full event feed to the terminal instead of the compact readout
  -h, --help             show this help

Environment:
  FRIZZ_HOST             same as --host
  FRIZZ_ALLOWED_HOSTS    same as --allowed-host, comma separated
  FRIZZ_PUBLIC_ORIGIN    same as --public-origin

--host puts a board that can run shell commands as you on the network, and Frizz has no login:
anyone who reaches the port controls it. Only do this on a network you trust. An IP address works
as-is; to reach the board by DNS name you must list that name with --allowed-host ("*" allows any).

--public-origin serves the board through a tunnel or reverse proxy without putting it on the LAN
at all β€” Frizz stays on loopback and the tunnel dials it. Frizz still has no login, so require
authentication at the proxy: with Cloudflare Access, that is the whole of your access control.

FAQ

Does Frizz run its own agent or model?

No. It drives the Claude Code or Codex CLI already installed and signed in on your machine. Your subscription, your rate limits, your settings.

Does anything leave my machine?

Nothing from Frizz. There's no account, no telemetry, and the server binds to 127.0.0.1 unless you ask for otherwise with --host. The agents themselves talk to their providers, and gh talks to GitHub, but Frizz is a local process looking at local files.

What happens if I close the tab?

Nothing. Each thread's agent runs in its own detached background process, independent of the browser and of Frizz itself β€” you can stop Frizz entirely and your agents keep working. Relaunch, and it reconnects to the sessions that are still running.

Does it put junk in my repo?

Barely. Dispatching a thread writes no thread file into your repo β€” the agent session is the thread. All Frizz adds to your working tree is a .frizz/ directory holding a scratchpad per thread plus a couple of tiny hook state files. Everything durable lives outside your checkout in ~/.frizz/projects/<id>/, so you can delete .frizz/ and keep every thread and setting. Frizz does not touch your .gitignore, so add .frizz/ yourself if you don't want it in git status.

Do I have to use worktrees?

No. Frizz doesn't own your git workflow and won't create branches or worktrees behind your back. Tell your agents what you want in FRIZZ.md. If you do run Frizz inside a linked worktree, it isolates that worktree's state from its siblings automatically.

Can I run it on several repos at once?

Yes β€” one server and one tab per repo, each fully isolated. There is deliberately no cross-repo board.

Can I reach it from another machine?

Yes, with --host β€” the flag every dev server has, and it means the same thing here:

npx frizz --host              # every interface, i.e. 0.0.0.0
npx frizz --host 192.168.1.5  # one interface

Frizz prints the addresses to use and warns you as it starts. Reaching it by IP works as-is; reach it by name and you have to say so β€” --host --allowed-host frizz.local β€” because an unlisted name is how DNS rebinding gets a browser to treat an attacker's page as same-origin with your board. FRIZZ_HOST and FRIZZ_ALLOWED_HOSTS do the same thing when the launch command lives in an image or a unit file.

Understand what you're turning on. Frizz has no login: reaching the port is the authorization, and the board runs shell commands as you. Only do this on a network you trust, and prefer a tunnel (ssh -L 4922:127.0.0.1:4922 you@box, using the port Frizz printed, the same on both ends) if you just want your own board from your own laptop β€” that needs no flag at all.

Can I reach it from anywhere, not just my LAN?

Yes β€” put it behind a tunnel and tell Frizz the address the tunnel answers on, with --public-origin:

npx frizz --public-origin https://frizz.example.com
cloudflared tunnel --url http://127.0.0.1:4922   # the port Frizz printed

Frizz stays bound to 127.0.0.1 β€” --public-origin is not --host and does not put anything on your LAN. The tunnel runs on the same machine and dials the loopback port, so the only way in is through the tunnel. That is also what makes this the good remote option rather than merely a working one: the tunnel terminates TLS, so the board is a real https:// origin and therefore a secure context, which plain --host over a LAN IP is not. Copy buttons and desktop notifications work again, and it works on a phone.

The address you pass must be the exact origin your browser shows β€” scheme and host, no path. Frizz accepts that one origin, and accepts X-Forwarded-* only on requests that actually arrived as it.

This is the part that matters: Frizz has no login, so whatever you put in front of the tunnel is your access control. A bare tunnel publishes a shell-capable board to the open internet for anyone who has the URL. Require authentication at the proxy β€” with Cloudflare, that means a Cloudflare Access application over the hostname, with a policy allowing only your own email, created before the hostname resolves. Tailscale Serve is the same idea with device identity instead of SSO. Frizz prints this warning on every launch that names a public origin, and it is not boilerplate.

What platforms does it run on?

macOS, Linux, and Windows. Windows support landed once the last dependency that had no native Windows build was removed.

How is this different from the other orchestrator apps?

Those apps wrap your agents in their own workflow. Frizz doesn't: it's a viewer and a queue over the CLIs you already run, with every piece of orchestration judgment sitting in editable text instead of inside the binary.


Glossary

Frizz has its own small vocabulary. Most of it names a feature, so this doubles as an index of the opinionated parts.

Term What it means
Thread One effort, start to finish. Not a chat tab and not a branch. The session is the thread β€” there's no sidecar document to keep in sync, and dispatching doesn't write a file into your repo.
Worker The agent driving a thread: a real Claude Code or Codex process, running as you, with your credentials and your CLI config.
Sub-agent A helper a worker dispatches for an independent prong of its own task. Frizz binds each one back to its parent, so the fan-out is visible under the parent's card.
Rested An agent that has ended its turn and is waiting on a human. A rested thread isn't idle, it's your move.
The queue The single list of threads that need you. A thread only earns a card when it genuinely wants a human.
Snooze Hide a card until later β€” an hour, tomorrow morning, or a date you pick β€” optionally with a follow-up prompt attached.
Heartbeat A prompt that repeats on its own β€” every time a thread rests, on a clock, or both β€” until you switch it off or the agent says it's done.
Scratchpad A thread's durable working memory, readable under its Doc tab. Where a worker keeps what a summary would otherwise lose: the approach, the alternatives it rejected, the decisions you made and reversed.
FRIZZ.md An optional file at your repo root whose contents are injected into every thread, for when you want agents to follow your repo's own norms.

Docs

  • ARCHITECTURE.md β€” the invariants, layout, and design decisions. Read it before changing anything.
  • FRIZZ.md β€” this repo's own worker norms, as a worked example of the optional per-repo prompt.

License

MIT

About

The UI your coding agent should have implemented. Runs on localhost, designed for massively parallel work.

Topics

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages