The landing page for cyberdeck.tools — a deck of cyberpunk / TTRPG browser tools. A single static index.html (markup + inline CSS) served via GitHub Pages. No backend, no build step.
| Tool | Status | Description |
|---|---|---|
| COMMLINK | online | Cyberpunk dialog / chat screenshot constructor. PNG export. → /commlink-ui/ |
| CHRONOS | online | Cyberpunk calendar constructor. Different colors, PNG export. → /chronos-ui/ |
| GRIDMAP | online | Cyberpunk battle-map grid detector. Reports NN×MM, PNG export. → /gridmap-ui/ |
| ATLAS | compiling | Cyberpunk city / region map generator. Hillshade terrain, glowing districts. |
| EIDOLON | compiling | Token / avatar maker for TTRPG characters. |
| SINFORGE | compiling | Cyberpunk document constructor. ID cards, badges, keycards. |
Live cards link out to the deployed tool; compiling… cards are placeholders for tools not yet shipped.
Just open the file:
xdg-open index.html # Linux
open index.html # macOS
start index.html # Windows
No server needed — augmented-ui and the fonts load from CDN.
Served from the CyberDelaai/CyberDelaai.github.io repo via GitHub Pages, with the cyberdeck.tools apex domain set in CNAME. The sibling tools (commlink-ui, chronos-ui, …) live at their own paths under the same domain.
- Fonts: Share Tech Mono (console-style logo + tool names) and JetBrains Mono (body), loaded from Google Fonts.
- Clipped corners: augmented-ui v2 (CDN) shapes the tool cards (
tl-clip br-clip border) and the donate button. - Scanlines: a fixed full-viewport
body::beforeoverlay (z-index: 9999,pointer-events: none) tints the whole page like a CRT. - Status alignment: cards are flex columns; the
▸ online _line usesmargin-top: autoso it pins to the bottom of every card regardless of description length. Only the_afteronlineblinks. - Donate button: a fixed bottom-right "ghost" link. Invisible by default, occasionally flickers into view (
donateGhostloop); on hover/focus it materializes through a short heavy glitch burst (donateGlitchIn) and stays solid. Falls back to a dim static button for touch devices andprefers-reduced-motion.
If you find these tools useful, you can support development here: boosty.to/cyberdelaai/donate
MIT © 2026 CyberDelaai