Marketing Plan is the clearest example of a schema-first business workflow in
this repo. Users fill in a short form, pick a model, and get a validated
growth strategy back instead of free-form AI text.
Why This App Matters
This app shows the pattern you usually want for business tooling:- collect focused inputs
- define a schema for the output
- generate validated data with
Output.object(...) - render the result in a product-friendly UI
Built-In Output Shape
The generated result is structured into two main sections:- traditional growth tactics
- creative growth hacks
Files To Know
If you want to customize this app, start with:app/(apps)/marketing-plan/schema.tsapp/(apps)/marketing-plan/prompt.tsapp/(apps)/marketing-plan/form.tsxapp/(apps)/marketing-plan/output.tsxapp/(apps)/marketing-plan/api/route.tsapp/(apps)/marketing-plan/toolConfig.ts
Good Customizations
This app is a strong starting point for:- SEO planners
- content strategy tools
- growth consulting products
- GTM assistants
- founder planning tools

