A hyper-premium, frontend-only domain hub for unused and reserved domains. Multiple domains point to this same site — the page detects which one you arrived on and highlights it.
Live URL: all of the ones bellow
Maintained by: @homophobiaa
- Current-domain detection — uses
window.location.hostnameto match the visitor's host against the listed domains and highlight the active card. - Premium hero with status pill, gradient headline, and a glass "you are visiting" panel.
- Animated background — soft blurred gradient orbs, fine dot/grid mesh, cursor-following radial glow, drifting hairlines, and a subtle noise layer.
- Domain cards with status pills (Reserved / Unused / Personal / Experimental), copy-to-clipboard, open-in-new-tab, hover lift + glow, and staggered entrance animations.
- Micro-interactions: copy feedback, animated active glow, focus rings,
domain count, and full
prefers-reduced-motionsupport. - Responsive — laid out for desktop, laptop, tablet, and mobile.
- Static & lightweight — no backend, no auth, no database, no UI library.
| Domain | Status | Purpose |
|---|---|---|
getflowhub.app |
Reserved | Reserved for FlowHub |
getflowhub.xyz |
Experimental | Experimental FlowHub workspace |
getflowhub.cloud |
Reserved | Cloud / infrastructure flavored FlowHub |
gamehubbg.com |
Unused | Held for a future gaming-adjacent project |
deyanilkov.com |
Personal | Personal branding domain |
To add or change a domain, edit src/data/domains.ts.
- React 18 + TypeScript
- Vite 5 for dev server and bundling
- Plain CSS variables — no Tailwind, no UI library
src/
data/
domains.ts # domain registry + lookup helper
hooks/
useCurrentDomain.ts # hostname detection
components/
Background.tsx
DomainCard.tsx
DomainList.tsx
Footer.tsx
Hero.tsx
StatusPill.tsx
TopNav.tsx
icons.tsx
styles/
globals.css
App.tsx
main.tsx
npm install
npm run devThen open the local URL printed in the terminal (typically
http://localhost:5173). On localhost the hero falls back to a "Preview
environment" message because no listed hostname matches.
npm run build
npm run previewnpm run build runs the TypeScript project-references check and then
vite build, emitting a static bundle to dist/.
This is a fully static SPA — Vercel's defaults work out of the box.
- Import the repository on vercel.com.
- Framework preset: Vite.
- Build command:
npm run build. - Output directory:
dist. - Add each parking domain to the project's Domains tab; they will all
serve the same bundle, and
useCurrentDomainwill highlight whichever one the visitor arrived on.
No environment variables are required.
See LICENSE.
