HextaUI

Extended components and application blocks for shadcn/ui.

Local development

bash
corepack enablepnpm install --frozen-lockfilepnpm dev -- -p 3001

Use when another application already owns port 3000. HextaUI does not reserve a port permanently.

pnpm dev builds the local shadcn registry before starting Next.js. Generated public/r/*.json files are build artifacts and are intentionally not committed.

Verification

bash
pnpm verifypnpm build

pnpm verify checks the registry, TypeScript, ESLint, formatting, and tests.

See for the four-file authoring workflow.