HextaUI
Extended components and application blocks for shadcn/ui.
Local development
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
pnpm verify checks the registry, TypeScript, ESLint, formatting, and tests.
See for the four-file authoring workflow.