GitHub

Examples

End-to-end reference apps built with @appboxo/ui-kit. Switch tabs to filter by intent, scroll for the live preview, file tree and source of each.

Kitchen Sink

ViteAll componentsBrand toolbar

Single-page kit gallery — every component on one page with a brand toolbar (37 themes) and light/dark toggle. Start here to see the full surface in one scroll.

Try it in your terminal
git clone https://github.com/Appboxo/ui-kit && cd ui-kit/examples/kitchen-sink && pnpm install && pnpm dev

Basic App

ViteStarter

70-line hello world. The minimum @appboxo/ui-kit consumer that still looks like a real screen.

Try it in your terminal
git clone https://github.com/Appboxo/ui-kit && cd ui-kit/examples/basic-app && pnpm install && pnpm dev