A place for experiments
Sep 26, 2026 — dev.jeffpelton.com is live: one command from build folder to a URL.
I keep starting small projects: games, visual toys, one-page tools. Most never needed a server, but each one still needed somewhere to live before anyone could try it.
Now they live here. Any project that builds to static files can run
curl -fsSL https://dev.jeffpelton.com/_site/devsite.cjs | node - publish
and it's live at dev.jeffpelton.com/<name>/ within a minute, listed on the front page unless it asks not to be.
It's an S3 bucket behind CloudFront, so it costs close to nothing and needs no babysitting.
The details are on the hosting page.