A single-page setup wizard that walks you through sandboxing your AI coding assistant with nono. Answer a few questions about which tool you use (Claude Code, Goose, Pi, GitHub Copilot CLI, and more) and how much freedom it should have, and the wizard generates the exact nono profile and run command to lock it down — so it can only touch what you explicitly allow, even if it makes a mistake or is tricked by something it reads online.
Live: https://saderi.github.io/nono-wizard/
It's a single static HTML file with no build step. Just open it in a browser:
open index.html
or serve it:
python3 -m http.server