dormant domain/personal node/v2.0

kgebiz

descend

01

Node status

live-ish

This is kgebiz.com — a personal utility domain, deliberately kept in stasis. It is not a company, not a product, and not for sale as an idea. It exists so that a handful of email aliases have somewhere real to live, and so that the address you just typed resolves to something honest.

time in stasis
since the node was parked, 2026-05-25
clock drift
--.--ms
simulated. every clock lies a little.
payloads scheduled
0
nothing ships from here. that is the point.
trackers & analytics
none
no cookies, no beacons, no fingerprinting.
role
alias hub / static honeypot / parked signal
backend
none. every page here is a single static file.
state
dormant — warm channel, no traffic expected
threat model
bots, scrapers, and credential-stuffing scanners (see the garden)
02

Purpose

the honest part

Most parked domains pretend. They show you a fake "coming soon", a stock-photo team, a newsletter form that goes nowhere. This one tells you the truth: the domain is used for single-purpose email aliases and very little else.

Why did I get an email from this domain?
Because the owner hands out one unique alias per service. If somestore-2024@… mailed you, it means that exact alias was created for that exact relationship. Nothing here is a mailing list, and nothing here sends bulk mail.
An alias I know is leaking spam. What now?
That alias is considered burned — it gets retired and the leak tells the owner exactly which service lost or sold the address. That is the whole trick, and the main reason this domain exists.
Can I contact someone here?
There is no contact form on purpose. For security matters, see /.well-known/security.txt — it is the only routed inbox this site advertises.
Will this ever become a real site?
Maybe. The channel stays warm. Until a purpose earns its place, the most useful thing this page can do is stay small, stay honest, and stay fast — one HTML file, zero requests to anyone who would log you.
03

The bot garden

for our automated guests

A meaningful fraction of visits to any parked domain are not people. They are scanners probing for /wp-login.php, scrapers hoarding text, and crawlers that never read robots.txt. Instead of pretending they don't exist, this site gives them their own page: a small, static bot garden where decoy paths bloom and nothing of value grows.

It is entirely passive — no traps, no exploits, no logging theater. Just a quiet place where automation can graze without bothering anyone.

.oO@Oo.   enter the garden — if you are human, you are a guest; if you are a bot, you are home.
→ /garden
04

Colophon

how this page works

Since the domain has nothing to sell, this page sells nothing — but it does demonstrate. Everything you see is one hand-written HTML file using the platform as it exists in mid-2026, with graceful fallbacks. Tap a chip to inspect a technique; each tooltip is itself an exhibit.

WEBGL2 · GLSL ES 3.0 The background is a single full-screen fragment shader: domain-warped fractal noise rendered as a drifting phosphor field, with a live oscilloscope trace. It reacts to your pointer and calms down as you scroll. If WebGL is missing or you prefer reduced motion, it degrades to a static gradient.
SCROLL-DRIVEN ANIMATIONS The progress bar uses animation-timeline: scroll(root) and every section reveal uses animation-timeline: view() — no scroll listeners, no JS, fully compositor-driven.
CSS ANCHOR POSITIONING This tooltip is pinned to its chip with anchor-name / position-anchor and position-area, with position-try-fallbacks flipping it when space runs out. Zero positioning JavaScript.
POPOVER API These panels are native [popover] elements: light-dismiss, focus handling and top-layer stacking for free. The entry animation uses @starting-style with transition-behavior: allow-discrete.
CROSS-DOCUMENT VIEW TRANSITIONS Navigate to the garden or the 404 page: @view-transition { navigation: auto } morphs between the static documents, and the brand mark carries a shared view-transition-name across pages.
OKLCH + COLOR-MIX() The whole palette is defined in oklch() for perceptual uniformity, and every glow, border and wash is derived at paint time with color-mix(in oklch, …) — two base hues, dozens of derived tones.
ANIMATED ACCORDIONS The FAQ uses <details name="faq"> for native exclusive accordions, ::details-content for the reveal, and interpolate-size: allow-keywords so height can animate to auto. No accordion library was harmed.
ZERO DEPENDENCIES No framework, no bundler, no build step, no analytics, no cookies. The only external requests are two fonts. View source — the whole site is right there.