export_project
Generate a complete project scaffold with config, HTML, CSS, and component files. Returns a structured manifest ready to write to disk based on design system, color palette, and page archetype.
Instructions
Export a complete project scaffold: tailwind.config.js, index.html, input.css, package.json, and component files. Returns all files as a structured manifest ready to write to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Design system: ant|carbon|fluent|atlassian|apple-hig|polaris|material|minimal|glass|neumorphism|neo-brutalism|claymorphism|skeuomorphism|swiss|swiss-archival|m3-pastel|neo-m3 | |
| palette | Yes | Color palette: pastel|dark|vibrant|mono | |
| archetype | Yes | Page archetype: dashboard|settings|table-detail|marketing-hero|editorial-landing | |
| projectName | No | Project name (default: my-project) |