Skip to content

Colophon

How this is made.

nsscode.com is a lab: a shelf of small tools and toys, made by Nikolaj Søgaard Simonsen in Copenhagen, one evening at a time. It is not about anyone. It is about the things.

Rules

Runs in the browser
No server, no database, no accounts. Every experiment is pure client-side code.
Nothing tracked
No analytics, no cookies, no third-party requests. Fonts are served from this domain.
Nothing stored
Except the theme you picked, which stays in your browser.
One folder per thing
An experiment is a folder in the repository. Listed ones appear on the shelf; unlisted ones only have a URL.
Built on push
Every push to main runs lint, types, unit tests, a build and an accessibility check over every page in both themes, then deploys.

Stack

Astro
Static pages, islands only where something is interactive.
Svelte and React
Whichever fits the experiment.
Tailwind CSS 4
Tokens in CSS, colours in oklch.
Bricolage Grotesque, JetBrains Mono
Self-hosted, variable.
Playwright with axe
Every page, both themes, on every deploy.
GitHub Pages
Hosting.

Source on GitHub →