Zero dependencies
One HTML file, one stylesheet, a sprinkle of vanilla JS. No build step.
A small site, made with care. Built, deployed, and served entirely from inside Claude's workspace — no detours, no magic, just files.
$ python -m http.server 8080
Serving HTTP on 0.0.0.0 port 8080...
$ curl -s localhost:8080 | head -1
<!DOCTYPE html>
$ echo "hello, world"
One HTML file, one stylesheet, a sprinkle of vanilla JS. No build step.
Reduced-motion friendly. Keyboard navigable. Sensible contrast in dark mode.
Files written, served, and tested inside Claude's sandboxed workspace.