@alepha/ui

Every component, with its variants.

A live reference for the components Alepha ships. Each page renders the real component, not a screenshot, so what you see here is what the current build does.

AlephaTable
Server-paged and static tables, with filters, sorting and a column picker.
Controls
The Control family: text, number, password, select, date, array and object.
AutoForm
A whole form derived from a zod schema, conditionals and all.
Toasts and dialogs
useToast and the imperative useDialog API that replaces window.confirm.
Buttons
Theme, language and brand affordances for an app shell.
Primitives
The 43 shadcn primitives @alepha/ui ships, and where they come from.
No backend
This site ships no database, no migrations and no auth. The blocks that normally talk to a server are fed by a handful of actions over an in-memory dataset, so every screen is the real component with real data, and nothing here can be signed into.
Source lives in the Alepha monorepo under apps/ui.