How to use?
Prompt Instructions
- Copy the prompt - Click "Copy Prompt" to copy the prompt into your clipboard.
- Prepare your startup pitch - Write a 2-5 sentence description of your product: what it does, who it's for, and any key technical requirements (real-time, high concurrency, large file storage, etc.).
- Paste into your AI tool - Paste the prompt into your AI tool (e.g., Kiro CLI, Cursor, Claude), then provide your startup pitch as input.
- Review the output - You'll get a 6-section architecture recommendation: architecture overview, AWS services table, cost estimates at 3 scale tiers, scaling strategy, startup-specific risks, and week-1 quick wins.
- Iterate - Refine your pitch description for more specific recommendations, or ask follow-up questions about any section.
Example Usage
Input: We're building a real-time collaborative design tool like Figma but for 3D models. Users can co-edit 3D scenes in the browser with sub-100ms latency. We expect to store millions of 3D assets and need real-time sync across up to 50 concurrent editors per session.
Expected output: A detailed architecture using AppSync/API Gateway WebSockets for real-time sync, S3 + CloudFront for asset delivery, ElastiCache for session state, ECS/Fargate for 3D processing, with cost estimates and scaling notes.