scaffold_full_application
Generate a complete project boilerplate with ML-composed pages for React, Next.js, Vue, Angular, Svelte, or HTML with Tailwind CSS and optional state management.
Instructions
Generate full project boilerplate with ML-composed pages for React, Next.js, Vue, Angular, Svelte, or HTML with Tailwind CSS and optional state management
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Frontend framework to scaffold | |
| styling | No | Styling framework | tailwindcss |
| architecture | No | Project architecture pattern | flat |
| state_management | No | State management solution | none |
| project_name | Yes | Project name (used for directory and package.json) | |
| mood | No | Design mood/personality for composed pages | |
| industry | No | Target industry for composed pages | |
| visual_style | No | Visual style for composed pages | |
| brand_identity | No | JSON string from branding-mcp generate_brand_identity. Overrides design context with brand tokens. |