Technology Radar
Purpose
Assess technology maturity and fitness for the project, placing it on a radar quadrant with a clear adoption recommendation and risk profile.
Inputs
- Technology, framework, or tool to evaluate
- Current tech stack and existing choices
- Project requirements and constraints
- Team size, skills, and familiarity
- Timeline and urgency
Process
Step 1: Categorize the Technology
Classify into one or more categories:
- Language (TypeScript, Rust, Go, Python)
- Framework (Next.js, SvelteKit, Remix, Astro)
- Library (React, Vue, Solid, htmx)
- Tool (Vite, Turbopack, Biome, ESLint)
- Platform (Vercel, Cloudflare, AWS, Supabase)
- Infrastructure (Docker, Kubernetes, Terraform, Pulumi)
Step 2: Assess Maturity Level
Place the technology in one quadrant:
- Adopt — Proven in production at scale, low risk, strong ecosystem. We recommend using this.
- Trial — Promising technology worth exploring in non-critical paths. We've seen enough to recommend trying it.
- Assess — Interesting technology worth watching and experimenting with. Not ready for production use.
- Hold — Use with caution or actively migrate away. Known issues, declining ecosystem, or better alternatives exist.
Evidence for placement:
- Production usage at notable companies
- Stability of API (frequency of breaking changes)
- Age and version history
- Community sentiment trend (growing, stable, declining)
Step 3: Evaluate Ecosystem Health
- Documentation quality: Official docs completeness, tutorials, examples
- Community size: GitHub stars, npm downloads, Discord/forum activity, conference talks
- Corporate backing: Funded by a company? Independent maintainers? Foundation-backed?
- Plugin/integration ecosystem: Middleware, extensions, adapters for common tools
- Hiring market: Can you find developers who know this? Learning resources available?
Step 4: Check Team Familiarity and Learning Curve
- How many team members have experience with this technology?
- What is the learning curve (days, weeks, months to productivity)?
- Are there similar technologies the team already knows that transfer?
- What training or ramp-up would be needed?
Step 5: Estimate Migration Cost from Current Stack
- What does the current solution look like?
- How many files, modules, or systems would need to change?
- Can migration be incremental or must it be all-at-once?
- What is the estimated effort (days/weeks/months)?
- What risks exist during migration (dual-system complexity, feature parity gaps)?
Step 6: Assess Long-term Viability
- Funding model: VC-funded, open source donations, corporate sponsor, commercial license
- Roadmap clarity: Published roadmap? Active development toward clear goals?
- Adoption trend: Growing, plateau, declining? (npm downloads over 2 years)
- Lock-in risk: How hard is it to switch away if needed?
- Standards alignment: Does it follow web standards, or create proprietary abstractions?
Step 7: Evaluate Alignment with Project Requirements
- Does it solve the specific problem at hand?
- Performance characteristics match requirements?
- Deployment model compatibility (serverless, edge, traditional server)?
- Scaling characteristics for expected load?
- Security posture and vulnerability response history?
Output Format
Technology Radar Placement
ADOPT
|
+-----------+
| [Name] | (or placed in TRIAL / ASSESS / HOLD)
+-----------+
|
HOLD ------- + ------- TRIAL
|
ASSESS
Quadrant: [Adopt / Trial / Assess / Hold]
Confidence: [High / Medium / Low]
Category: [Language / Framework / Library / Tool / Platform / Infrastructure]
Adoption Recommendation
Recommendation: [Adopt now / Trial in next sprint / Assess and revisit in N months / Hold and consider alternatives]
Timeline: [Immediate / Next quarter / Next half / Not recommended]
Migration path: [Description of incremental adoption strategy if applicable]
Risk Assessment
| Risk |
Likelihood |
Impact |
Mitigation |
| ... |
High/Med/Low |
High/Med/Low |
... |
Comparison with Current Solution
| Aspect |
Current |
Proposed |
Delta |
| Performance |
... |
... |
... |
| DX |
... |
... |
... |
| Ecosystem |
... |
... |
... |
| Maintenance |
... |
... |
... |
Quality Checks
Evolution Notes
1---2name: technology-radar3description: Technology maturity assessment with adoption recommendation and risk analysis4---56# Technology Radar78## Purpose910Assess technology maturity and fitness for the project, placing it on a radar quadrant with a clear adoption recommendation and risk profile.1112## Inputs1314- Technology, framework, or tool to evaluate15- Current tech stack and existing choices16- Project requirements and constraints17- Team size, skills, and familiarity18- Timeline and urgency1920## Process2122### Step 1: Categorize the Technology2324Classify into one or more categories:25- **Language** (TypeScript, Rust, Go, Python)26- **Framework** (Next.js, SvelteKit, Remix, Astro)27- **Library** (React, Vue, Solid, htmx)28- **Tool** (Vite, Turbopack, Biome, ESLint)29- **Platform** (Vercel, Cloudflare, AWS, Supabase)30- **Infrastructure** (Docker, Kubernetes, Terraform, Pulumi)3132### Step 2: Assess Maturity Level3334Place the technology in one quadrant:35- **Adopt** — Proven in production at scale, low risk, strong ecosystem. We recommend using this.36- **Trial** — Promising technology worth exploring in non-critical paths. We've seen enough to recommend trying it.37- **Assess** — Interesting technology worth watching and experimenting with. Not ready for production use.38- **Hold** — Use with caution or actively migrate away. Known issues, declining ecosystem, or better alternatives exist.3940Evidence for placement:41- Production usage at notable companies42- Stability of API (frequency of breaking changes)43- Age and version history44- Community sentiment trend (growing, stable, declining)4546### Step 3: Evaluate Ecosystem Health4748- **Documentation quality:** Official docs completeness, tutorials, examples49- **Community size:** GitHub stars, npm downloads, Discord/forum activity, conference talks50- **Corporate backing:** Funded by a company? Independent maintainers? Foundation-backed?51- **Plugin/integration ecosystem:** Middleware, extensions, adapters for common tools52- **Hiring market:** Can you find developers who know this? Learning resources available?5354### Step 4: Check Team Familiarity and Learning Curve5556- How many team members have experience with this technology?57- What is the learning curve (days, weeks, months to productivity)?58- Are there similar technologies the team already knows that transfer?59- What training or ramp-up would be needed?6061### Step 5: Estimate Migration Cost from Current Stack6263- What does the current solution look like?64- How many files, modules, or systems would need to change?65- Can migration be incremental or must it be all-at-once?66- What is the estimated effort (days/weeks/months)?67- What risks exist during migration (dual-system complexity, feature parity gaps)?6869### Step 6: Assess Long-term Viability7071- **Funding model:** VC-funded, open source donations, corporate sponsor, commercial license72- **Roadmap clarity:** Published roadmap? Active development toward clear goals?73- **Adoption trend:** Growing, plateau, declining? (npm downloads over 2 years)74- **Lock-in risk:** How hard is it to switch away if needed?75- **Standards alignment:** Does it follow web standards, or create proprietary abstractions?7677### Step 7: Evaluate Alignment with Project Requirements7879- Does it solve the specific problem at hand?80- Performance characteristics match requirements?81- Deployment model compatibility (serverless, edge, traditional server)?82- Scaling characteristics for expected load?83- Security posture and vulnerability response history?8485## Output Format8687### Technology Radar Placement8889```90 ADOPT91 |92 +-----------+93 | [Name] | (or placed in TRIAL / ASSESS / HOLD)94 +-----------+95 |96 HOLD ------- + ------- TRIAL97 |98 ASSESS99```100101**Quadrant:** [Adopt / Trial / Assess / Hold]102**Confidence:** [High / Medium / Low]103**Category:** [Language / Framework / Library / Tool / Platform / Infrastructure]104105### Adoption Recommendation106107**Recommendation:** [Adopt now / Trial in next sprint / Assess and revisit in N months / Hold and consider alternatives]108**Timeline:** [Immediate / Next quarter / Next half / Not recommended]109**Migration path:** [Description of incremental adoption strategy if applicable]110111### Risk Assessment112113| Risk | Likelihood | Impact | Mitigation |114|------|-----------|--------|------------|115| ... | High/Med/Low | High/Med/Low | ... |116117### Comparison with Current Solution118119| Aspect | Current | Proposed | Delta |120|--------|---------|----------|-------|121| Performance | ... | ... | ... |122| DX | ... | ... | ... |123| Ecosystem | ... | ... | ... |124| Maintenance | ... | ... | ... |125126## Quality Checks127128- [ ] Technology categorized accurately129- [ ] Maturity level justified with evidence (not opinion)130- [ ] Ecosystem health assessed across all dimensions131- [ ] Team familiarity and learning curve honestly evaluated132- [ ] Migration cost estimated with scope133- [ ] Long-term viability assessed (funding, adoption trend, lock-in)134- [ ] Project-specific requirements checked for alignment135- [ ] Risk assessment includes mitigation strategies136137## Evolution Notes138<!-- Observations appended after each use -->