rolandal/pixel-agents-standalone

46 stars · Last commit 2026-03-13

Standalone web app that visualizes Claude Code sessions as pixel art characters in a virtual office. Fork of pablodelucca/pixel-agents.

README preview

# Pixel Agents Standalone

A standalone web app that visualizes your Claude Code sessions as pixel art characters working in a virtual office.

Each Claude Code agent becomes a character that walks around, sits at a desk, and visually reflects what it's doing — writing code, running tools, waiting for permission, or idle.

![Screenshot](webview-ui/public/Screenshot.jpg)

> **Based on [pixel-agents](https://github.com/pablodelucca/pixel-agents) by Pablo De Lucca** (MIT License).
> The original is a VS Code extension. This fork runs as a standalone web app in your browser — no VS Code required.

## What's Different

| Original (VS Code Extension) | This Fork (Standalone Web App) |
|-------------------------------|-------------------------------|
| Runs inside VS Code webview | Runs in any browser at `localhost:3456` |
| Uses VS Code extension API | Express + WebSocket server |
| Requires VS Code | Works with any terminal |

## Quick Start

View full repository on GitHub →