Getting started
Add a utility
Section titled “Add a utility”-
Choose an implementation. Browse functions, React hooks, or Zod schemas and open the page you need.
-
Pick a download method. Use the page’s
wgetordegitcommand, or copy the displayed source. -
Use the named export. Import the copied function from
src/lib, hook fromsrc/hooks, or schema fromsrc/schemas, then adapt it to fit your project.
Use a Zod schema
Section titled “Use a Zod schema”Schema files import Zod. Add it to the project that receives the copied file:
bun add "zod@^4"Work on the documentation
Section titled “Work on the documentation”From the repository root:
bun installbun run devCreate a production build with bun run build.