Event pipelines you can read, as a concept site. A terminal-first home page, a product tour in three primitives, pricing with a usage calculator, three guides as generated doc pages, a changelog, and a status page computed from regional data.
Live: conduit.signalizeai.org
A devtool site is judged on its terminal before anyone reads a word of it, so the identity here is mono blocks on light paper rather than colour. Ink on white, one cobalt accent on links and bills, and a single dark terminal that is the only dark thing on the site. Deliberately the inverse of the dark-everywhere SaaS default: the docs are the design.
The calculator island only enhances: without JavaScript the tier table beneath it is the entire answer, and the bills it shows come from the same function the tests assert.
| Route | What it is |
|---|---|
/ |
Terminal hero, fleet stats, guides, tiers |
/product |
Three primitives with the terminal again |
/pricing |
Usage calculator island plus the static tier table |
/docs |
Three guides, no account required |
/docs/[slug] |
A page per guide: sections with command blocks |
/changelog |
Dated entries, newest first |
/status |
Fleet uptime and per-region latency from data |
Astro, static output, Tailwind v4, two React islands for nav and calculator. Space Grotesk Variable, Inter Variable, and JetBrains Mono Variable from Fontsource.
Everything is a static file. The whole site reads with JavaScript disabled, which is checked rather than assumed.
npm install
npm run dev
npm test # billing math, uptime, catalogue, nav
npm run buildMIT. A fictional platform, built as a design exercise.