Startino · testing sandbox

A clean SvelteKit scaffold, ready to build on.

This is the Startino testing sandbox app: SvelteKit + TypeScript, Tailwind CSS v4, and shadcn-svelte components -- styled the way Station builds its UI, but fully public and self-contained. No auth, no database, just a polished starting point.

Tailwind CSS v4

Styled with the v4 engine via @tailwindcss/vite and tw-animate-css. Design tokens live as OKLCH custom properties for crisp light and dark themes.

shadcn-svelte

Accessible, composable UI primitives built on bits-ui. Owned in-tree under src/lib/components/ui -- copy, tweak, and ship.

Dark mode, built in

mode-watcher drives a no-flash light and dark theme with a one-click toggle in the header. Defaults to a tasteful dark palette.

Deploy ready

adapter-node produces a standalone server that listens on $PORT. RAILPACK autodetects Node -- no Dockerfile required.

See the UI layer in action

A live showcase of buttons, cards, dialogs, tabs, and more -- proof the scaffold renders end to end.

Open showcase

© 2026 Startino — testing sandbox.

SvelteKit + Tailwind v4 + shadcn-svelte GitHub