The motion toolkit for React & Next.js. Copy the source, own the code.
Website · Components · llms.txt
beUI is a small component library for product interfaces.
Each component includes a live preview, usage example, source code, and a shadcn install command. The components are meant to live in your app, not behind a package.
beUI Pro includes premium animated sections and full Next.js templates with editable source and private registry access.
Open any component page and copy the install command. beUI is in the shadcn registry directory under the @beui namespace.
npx shadcn@latest add @beui/animated-toast-stackDirect URLs also work:
npx shadcn@latest add https://beui.dev/r/animated-toast-stack.jsonYou can also copy the source directly from the component page.
beUI exposes static endpoints that coding agents can read without scraping the UI.
https://beui.dev/llms.txt
https://beui.dev/r
https://beui.dev/r/{slug}
https://beui.dev/r/{slug}.json
https://beui.dev/r/{slug}/rawbun install
bun run devOpen http://localhost:3000.
bun run checkThis runs TypeScript, Biome lint, and registry source validation.
Add components in components/motion/, previews in components/previews/motion/, and registry entries in lib/registry.ts.
Read CONTRIBUTING.md before opening a PR.
Saurabh Chauhan · @saurra3h
