← Back to Yellow Sun Systems LLC

Vibe Wrangler

A local task board that hands work to a coding agent — and reports back in plain language.

What is Vibe Wrangler?

Vibe Wrangler is an open-source web app you run on your own computer. You keep a clean board of projects and tasks; a coding-agent CLI — Claude Code, OpenAI Codex, or Grok Build — picks up the work, edits the repo, and writes short, human-readable notes as it goes. You never have to wade through tool calls, diffs, or token noise unless you actually want to.

There is no hosted product URL. Vibe Wrangler only runs locally. The source, install steps, and issue tracker live on GitHub.

A look inside

Vibe Wrangler task board showing projects on the left and a checklist of agent tasks on the right
Projects on the left, a filtered task list on the right, and a live checklist while the agent works.

Features

How it works

Local and private

Everything lives in a single SQLite file on your machine. There is no cloud account, no hosted Yellow Sun Systems instance, and no API keys unless you opt into a third-party model provider. Your code and task descriptions stay on the computer you started the app on.

For the company-wide policy, see our Privacy Policy.

Requirements

A starter script opens http://localhost:3000 in your browser after it checks the prerequisites.

Open source

Vibe Wrangler is published under the MIT License. Clone it, run it, and file issues on GitHub — that is the product page for the software itself.

View on GitHub →