Guide
Built for developers who build with AI
Each component is standalone source in a shadcn-style registry, with an llms.txt and AGENTS.md so your coding agent installs the file, its dependencies, and the provider wiring — correctly.
# Ask your AI tool, or run:
npx shadcn@latest add https://recipebooq.com/r/glass-button.json
// then use it — theme provider already wired
import { GlassButton } from "@/components/glass/GlassButton";
<GlassButton label="Save" variant="accent" onPress={save} />