The public website for Wright Kit — modern tools for Overwatch Workshop development. This is the v0.1 product landing page: a small, static, prerender-first site built with SvelteKit, Svelte 5, TypeScript, and Tailwind CSS.
- SvelteKit with
@sveltejs/adapter-static - Svelte 5 (runes)
- TypeScript
- Tailwind CSS v4 — the visual system lives in
project-owned design tokens (
src/app.css,@themeblock): a black/white neutral foundation, a restrained orange accent, and a type scale.
The site is fully prerendered to static HTML — there is no server runtime, API, backend, or client-side data fetching.
Requires Node.js 20.19+ and pnpm.
pnpm install
pnpm devOpen the printed URL (http://localhost:5173 by default).
pnpm build # prerenders the site into build/
pnpm preview # serves the built output locallypnpm check runs svelte-check for type checking.
All copy, navigation, and capability claims live in
src/lib/site.ts. Capability terms are grounded in the
wright repository's current state — no
invented CLI commands, metrics, or features.