LangENKO

Architect

The three pillars — Prerender, Island, Guard — that shape every Mandu app.

since v0.22
On this page

Architect

Mandu rests on three pillars. Agents that stay inside the rules cannot break the app.

Pages

  • Overview — the three pillars at a glance.

Deep-dive pages per pillar land in W2.

🤖 Agent Prompt

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

Summary of the page:
Architect category hub. Three pillars: Prerender (default), Island (opt-in), Guard (invariants).

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

Architect category hub. Three pillars: Prerender (default), Island (opt-in), Guard (invariants).

Guard scope
architecture