Examples

Reproducible generate_scaffold calls. Confirm ids on /catalog.json before calling — this list can drift.

All examples target Next.js today, the first stack in the catalog — more will land as new stacks join.

Marketing site with a navbar

nextjs-base + tailwind + navbar
{
  "tool": "generate_scaffold",
  "arguments": {
    "components": [
      "nextjs-base",
      "tailwind",
      "navbar"
    ],
    "projectName": "marketing-site"
  }
}

Full walkthrough: nextjs-base + tailwind + navbar.