spoonos-deployment-guide
Installation
SKILL.md
Deployment Guide
Production deployment patterns for SpoonOS agents.
Deployment Options
| Method | Best For | Complexity |
|---|---|---|
| Docker | Portability, consistency | Low |
| AWS Lambda | Serverless, event-driven | Medium |
| GCP Cloud Run | Auto-scaling containers | Medium |
| Vercel | API endpoints | Low |
| VPS | Full control, cost-effective | Medium |