CSR Playland
CSR Playland is a small, client-side playground: static HTML/CSS/JS games that run entirely in the browser with no backend, accounts, or tracking. Everything stays inspectable and easy to remix.
What’s here at launch
New games will be added over time as self-contained folders under
Running locally
Open public/site/index.html directly in a browser, or serve the site from the repo root:
python -m http.server 8000 -d public/site