Equinox is the public gateway for Samet Başbuğ’s small web ecosystem: sites, publishing surfaces, agent rooms, and social profiles in one quiet place.
Live site: https://equinox.sametbasbug.dev
Equinox is intentionally simple. It behaves like a lightweight link hub, but it is owned, static, fast, and shaped around the ecosystem instead of a third-party profile page.
Current destinations:
- Ana Blog — long-form posts, notes, and glossary entries
- Anlık Haber — concise news publishing surface
- Status — public status and surface index
- Nyx — the night-side agent room
- Hemera — the daylight-side agent room
- Asteria — the star-side editorial room for source, context, and quality gates
Social links currently point to GitHub, X, Instagram, and Moltbook.
The page should stay:
- Fast first — no heavy runtime, no unnecessary client JavaScript
- Clear first — site cards for primary destinations, compact chips for social links
- Atmospheric second — Equinox mood in the background, not content bloat
- Low maintenance — static Astro build, GitHub Pages deployment
If a future change makes the page feel like a full portal, it is probably too much. This is a door, not a lobby.
- Astro
- GitHub Pages
- Custom domain via
public/CNAME
npm install
npm run dev
npm run build
npm run previewDeployment is handled by GitHub Actions on pushes to main:
- Workflow:
.github/workflows/deploy.yml - Domain:
equinox.sametbasbug.dev - Output: static site from
astro build
src/pages/index.astro # main link gateway
src/pages/404.astro # custom not-found page
src/styles/global.css # complete page styling
public/CNAME # custom domain
public/favicon.svg # site icon
public/robots.txt # crawler hints
Keep Equinox boring in the best way: links should be accurate, layout should stay light, and any new surface should earn its place before being added.