recommend_stack
Evaluate deployment environment, target devices, network conditions, and infrastructure constraints to score 40+ technologies across 8 criteria, receiving a tailored technology stack recommendation.
Instructions
Recommend the best technology stack considering deployment environment, target devices, network conditions, and infrastructure constraints. Scores 40+ technologies across 8 criteria + environment fit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | Yes | Project scale | |
| features | No | Key features/keywords of the project (e.g., ["chat", "AI assistant", "video call", "mobile app"]). Used to auto-detect required tech categories. | |
| compliance | No | Compliance requirements: GDPR, HIPAA, PCI-DSS, SOC2 | |
| preferences | No | Technology preferences (e.g., ["React", "PostgreSQL"]) | |
| project_type | Yes | Type of project | |
| deployment_env | No | Where to deploy: cloud_managed, edge, vps, serverless, on_premise, shared_hosting | |
| existing_stack | No | Currently used technologies | |
| target_devices | No | Target devices: low_end_mobile, iot_device, standard_desktop, etc. | |
| concurrent_users | No | Expected concurrent users | |
| max_server_ram_gb | No | Max server RAM in GB (e.g., 1 for small VPS) | |
| network_condition | No | Network: fiber, mobile_3g, offline_first, intermittent, etc. | |
| max_bundle_size_kb | No | Max frontend bundle size in KB | |
| max_monthly_cost_usd | No | Monthly infrastructure budget cap in USD | |
| max_response_time_ms | No | Max response time in ms (e.g., 200 for real-time) | |
| max_server_cpu_cores | No | Max CPU cores available | |
| cold_start_tolerance_ms | No | Acceptable cold start time for serverless in ms |