generate-fullstack-starter-kit
Generate full-stack project starter kits tailored to specific use cases, with customizable tech stacks, optional features, and research-informed recommendations for efficient development.
Instructions
Generates full-stack project starter kits with custom tech stacks, research-informed recommendations, and setup scripts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_optional_features | No | Optional features to include (e.g., ['Docker', 'CI/CD']) | |
request_recommendation | No | Whether to request recommendations for tech stack components based on research | |
tech_stack_preferences | No | Optional tech stack preferences (e.g., { frontend: 'Vue', backend: 'Python' }) | |
use_case | Yes | The specific use case for the starter kit (e.g., 'E-commerce site', 'Blog platform') |