Steering documents for framework-specific development patterns, best practices, and conventions.
Framework steering documents provide specialized guidance for working with specific frameworks and libraries. These documents help Kiro generate code that follows framework conventions and best practices.
| Document | Description | Framework | Tags |
|---|---|---|---|
| Coming soon | React component patterns and hooks | React | react, components, hooks |
| Coming soon | Vue.js composition API patterns | Vue.js | vue, composition-api |
| Coming soon | Angular component architecture | Angular | angular, components |
| Coming soon | Express.js API development | Express.js | express, nodejs, api |
| Coming soon | Django project structure | Django | django, python |
| Coming soon | FastAPI development patterns | FastAPI | fastapi, python, api |
Framework steering documents will help you:
-
Follow framework-specific conventions and patterns
-
Generate components that match framework best practices
-
Implement common framework patterns correctly
-
Maintain consistency across framework-based projects
# Copy a framework steering document to your project
cp categories/frameworks/react-patterns.md .kiro/steering/
Framework steering documents work best when combined with:
-
Code Quality: Base language formatting rules
-
Testing: Framework-specific testing patterns
-
Security: Framework security best practices
-
Use framework steering documents that match your project's stack
-
Combine with base language steering documents
-
Update steering documents when framework versions change
-
Share framework patterns that work well for your team
-
Code Quality - Base language formatting
-
Testing - Framework-specific testing
-
Workflows - Framework build and deployment
Framework-specific steering documents are highly valuable for teams using those frameworks. If you have patterns to share, see our contribution guidelines.