Skip to main content
Yates Design Boilerplate

Yates Design Boilerplate

A production-ready starting point — auth, database, forms, tests, and dark mode, wired up and working out of the box.

SvelteKit

Full-stack framework

The toolkit that turns a pile of pages into a real website. It decides what shows up at each web address and handles talking to the server.
Svelte 5

Runes & reactivity

How we build the things you see — buttons, cards, menus. When the data changes, the screen redraws itself automatically.
TypeScript

Typed JavaScript

JavaScript with a spell-checker. It catches mistakes — like using a value the wrong way — before anyone ever loads the page.
Vite

Build tool & dev server

The fast helper that stitches all our code together and shows changes on screen the instant we save them.
Tailwind CSS

Utility-first styling

A big box of ready-made styling stickers. Instead of writing styles from scratch, we add little labels to make things look right.
shadcn-svelte

UI components

A set of good-looking, pre-built pieces — buttons, dialogs, menus — that we drop in so we don't have to reinvent them.