Documentation Index
Fetch the complete documentation index at: https://kubo-47e69177.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Full CRUD Example
Repository path
workspace
What this example demonstrates
- Contract-first actions with
defineAction. - Client reads with
useActionQuery. - Client writes with
useActionMutation. - Error boundaries around client components.
Start locally
terminal
Main files
examples/next-app/app/actions.tsexamples/next-app/app/providers.tsxexamples/next-app/components/todo-panel.tsx
Quick health checks
terminal