Files
zk c0dca6f6a9 feat: manual human pass over the code, untangle and remove entropy (#1668)
* fix: use 3003 for seeds port + expose ports consistently

* fix: seeds-webui license AGPL3 -> MIT

* fix: more port 3100 to 3003

* feat: remove "GPT/UGPT" as a phrase from the codebase

* fix: clean up some ridiculous legacy code hoops
2026-06-17 21:34:26 +01:00
..
2026-05-26 19:22:55 +01:00
2026-04-21 23:25:54 +00:00
2026-04-21 23:25:54 +00:00
2026-05-17 19:38:29 +00:00
2026-04-21 23:25:54 +00:00
2026-04-21 23:25:54 +00:00
2026-04-21 23:25:54 +00:00
2026-04-21 23:25:54 +00:00
2026-04-21 23:25:54 +00:00

Seeds WebUI

The seeds workstation. Browse, query, diff over git history - and, in localdev, edit db/seeds/*.json directly.

Running

# Local dev (editing enabled, spawns a Vite dev server on :3003)
just seeds-webui

# Build a static, read-only bundle (no editing)
cd typescript/seeds-webui && bun run build