HextaUI
July 15, 2026 ยท View on GitHub
Extended components and application blocks for shadcn/ui.
Local development
corepack enable
pnpm install --frozen-lockfile
pnpm dev -- -p 3001
Use http://localhost:3001 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
pnpm build
pnpm verify checks the registry, TypeScript, ESLint, formatting, and tests.
See CONTRIBUTING.md for the four-file authoring workflow.