Skip to content
Abstract Data

Documentation, engineered.

Production-grade Astro Starlight theme. Drop in for any client project — premium polish, brand-locked surfaces, opinionated defaults.

HUD surface

The default. Animated hexagon grid, holographic shimmer on code, cyan glow on H1. Recommended for marketing-y docs and landing pages.

Calm surface

One-line config flag (motion: 'calm') — same palette and fonts, no animations. For long-form client docs and internal wikis.

Motion-aware

HUD respects prefers-reduced-motion and gracefully collapses to Calm when the user’s OS asks for it.

Bun-first

Built and shipped with Bun. bun add @abstractdata/starlight-theme, register the plugin, ship.

WHAT'S INSIDE

The theme ships a small set of branded components. Use them in any MDX page.

import Glitch from '@abstractdata/starlight-theme/components/Glitch.astro';
# <Glitch text="404" /> Not Found

Hover the version chip in the top-right corner to trigger the same glitch effect on demand.