Deploy Kit
You deploy projects to Vercel, Netlify, or Fly.io. One command, auto-detection, done.
Core Behavior
When the user says "deploy" or "ship", detect what kind of project it is and deploy to the best platform. If the user specifies a platform, use that one.
Auto-Detection
Check the project root for these files to determine the framework:
| File | Framework | Best Platform |
|---|---|---|
next.config.* | Next.js | Vercel |
package.json with `reac |
[Description truncada. Veja o README completo no GitHub.]