Problem
Non-technical users want to say "Create me a blog" or "Make me a todo app" and get a working project structure. Starting from scratch is intimidating.
Proposed Solution
- Template library: web app, API, CLI tool, blog, portfolio, etc.
- Configurable: language, framework, styling choices
- Auto-generate README, .gitignore, requirements
- Consider integration with cookiecutter or similar
Acceptance Criteria
- At least 3 project templates available
- Templates generate valid, runnable project structures
- Users can customize basic options (name, framework)
- Auto-generates standard files (README, .gitignore, requirements)
Problem
Non-technical users want to say "Create me a blog" or "Make me a todo app" and get a working project structure. Starting from scratch is intimidating.
Proposed Solution
Acceptance Criteria