Node status
live-ishThis 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.
- 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)
Purpose
the honest partMost 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?
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?
Can I contact someone here?
/.well-known/security.txt —
it is the only routed inbox this site advertises.
Will this ever become a real site?
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.Colophon
how this page worksSince 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.
animation-timeline: scroll(root) and every
section reveal uses animation-timeline: view() — no scroll
listeners, no JS, fully compositor-driven.
anchor-name /
position-anchor and position-area, with
position-try-fallbacks flipping it when space runs out.
Zero positioning JavaScript.
[popover] elements: light-dismiss, focus
handling and top-layer stacking for free. The entry animation uses
@starting-style with transition-behavior: allow-discrete.
@view-transition { navigation: auto } morphs between the
static documents, and the brand mark carries a shared
view-transition-name across pages.
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.
<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.