@incidental/project-templates
Version:
Claude Code template library for JavaScript projects with framework auto-detection
65 lines (40 loc) • 1.27 kB
Markdown
# Technology Stack - [Project Name]
## Core Technologies
### Runtime & Framework
- [List your main framework, e.g., Next.js, React, Node.js]
### Language
- [TypeScript, JavaScript, etc.]
### Styling
- [Tailwind CSS, CSS Modules, styled-components, etc.]
## Architecture
[Describe your project architecture]
## Key Dependencies
### Production Dependencies
- **Package 1**: Purpose
- **Package 2**: Purpose
- **Package 3**: Purpose
### Development Dependencies
- **Package 1**: Purpose
- **Package 2**: Purpose
## Technical Decisions
[Document important technical decisions and why they were made]
### Decision 1: [Title]
- **Context**: Why this decision was needed
- **Decision**: What was chosen
- **Rationale**: Why this choice was made
- **Alternatives**: What else was considered
## Performance Requirements
[What are the performance goals?]
- Metric 1: Target
- Metric 2: Target
## Security Considerations
[What security measures are in place?]
## Technical Constraints
[What limitations or constraints exist?]
## Testing Strategy
[How is the project tested?]
- Unit tests: [Framework]
- Integration tests: [Framework]
- E2E tests: [Framework]
---
*This is a template. Replace all bracketed sections with your project-specific information.*