A small workshop of experiments, toys, and generative things — live at labs.chiibitsu.com.
Each experiment lives in its own folder and is served at its own path. The root is a landing page that lists them.
| Path | What it is | |
|---|---|---|
| Sigil | labs.chiibitsu.com/sigil/ |
Type a name, watch its universe grow — a generative cosmos of colour, glyph, motion, and sound, all from one word. Single file, zero dependencies. |
| Ghost Office | labs.chiibitsu.com/ghost-team/ |
Pitch a company in one sentence and watch a team of Claude Code sub-agents ship the founding plan, live. A playable demo of a sub-agent team for solo founders — then run it for real. |
labs/
├── index.html landing page (the hub)
├── CNAME custom domain: labs.chiibitsu.com
├── .github/workflows/pages.yml deploys the whole repo to GitHub Pages
└── sigil/ an experiment
├── index.html
├── og.png
├── README.md
└── scripts/
- Create a folder, e.g.
my-thing/, with its ownindex.html. - Add a card for it in the root
index.html(copy the Sigil card, point the link atmy-thing/). - Commit to
main— the Pages workflow publishes everything automatically, and it's live atlabs.chiibitsu.com/my-thing/.
No build step, no per-experiment DNS — one domain, many sub-paths.
Served by GitHub Pages (Settings → Pages → Source: GitHub Actions). The
pages.yml workflow uploads the repo root on
every push to main. The CNAME file binds the labs.chiibitsu.com domain.
Made by Chiibitsu Labs — chiibitsu.com