LangENKO

Recipes

Copy-paste patterns for common tasks — auth, forms, data, deploy.

since v0.22
On this page

Recipes

Task-sized snippets. Each page answers one question.

Pages

Arriving in W3:

  • Auth with sessions
  • Form handling
  • Data fetching patterns
  • Deploying to Docker / Vercel / Cloudflare

🤖 Agent Prompt

🤖 Agent Prompt — Recipes
Apply the guidance from the Mandu docs page at https://mandujs.com/docs/recipes/index to my project.

Summary of the page:
Recipes hub. Task-oriented copy-paste snippets.

Then:
1. Make the change in my codebase consistent with the page.
2. Run `bun run guard` and `bun run check` to verify nothing
   in src/ or app/ breaks Mandu's invariants.
3. Show me the diff and any guard violations.

For Agents

AI hint

Recipes hub. Task-oriented copy-paste snippets.

Guard scope
recipe