quaq-viz

Installation
SKILL.md

Quaq Viz Skill

Launch

cd core && zig build run -- viz path/to/strategy.toml

Serves on http://127.0.0.1:8420. Opens browser automatically on macOS.

The server runs the full engine pipeline (parse, validate, compile, run) on startup, precomputes all JSON payloads, then serves them statically. There is no live reload — restart the server after changing the strategy TOML.

Architecture

Two-layer system: Zig HTTP backend + React SPA frontend, compiled into a single binary.

Backend: core/src/viz_server.zig

Installs
1
Repository
lubluniky/quaq
GitHub Stars
1
First Seen
Jun 12, 2026
quaq-viz — lubluniky/quaq