Generate Project Blueprint
generate_project_blueprintTurn an app idea into a launch-ready MantleKit project blueprint with pages, dashboard sections, entities, and MVP scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Name of the planned product. | |
| adminNeeds | No | Whether the product needs dashboard/admin workflows. | |
| oneLineIdea | Yes | Short description of the product. | |
| authRequired | No | Whether users need accounts, login, or protected areas. | |
| contentNeeds | No | Whether the product needs CMS, blog, docs, or SEO content. | |
| coreFeatures | No | Core user-facing features to include in the MVP. | |
| supportNeeds | No | Whether the product needs tickets, chat, or support workflows. | |
| commercialUse | No | Whether this is for client delivery or commercial agency use. | |
| ecommerceNeeds | No | Whether the product needs products, orders, carts, or fulfilment. | |
| targetAudience | No | Primary audience or buyer segment for the product. | |
| themePreference | No | Desired MantleKit theme style or brand direction. | |
| paymentsRequired | No | Whether the app needs checkout, subscriptions, or paid plans. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | ||
| appSummary | Yes | ||
| installCommand | Yes | ||
| suggestedPages | Yes | ||
| recommendedTier | Yes | ||
| recommendedTheme | Yes | ||
| recommendedMvpScope | Yes | ||
| recommendedLaunchPlan | Yes | ||
| suggestedDatabaseEntities | Yes | ||
| suggestedDashboardSections | Yes | ||
| recommendedMantleKitFeatures | Yes |