/ship
Deploy your project to Vercel and optionally set up feedback collection. One command to go from local prototype to a live URL you can share.
When to use this
- Your prototype is ready for other people to see
- You want to share a live URL with stakeholders for feedback
- You want to set up a feedback form to collect user responses
How to use it
/shipClaude checks that your project builds cleanly, then deploys to Vercel. If this is your first deploy, it walks you through linking to a Vercel project.
For production deploys:
/ship to productionFeedback collection
Ask Claude to set up feedback and it offers two options:
- Floating widget — a small button in the corner that opens a quick feedback form (text + sentiment). Minimal and unobtrusive.
- Dedicated page — a full
/feedbackroute with structured questions, feature ratings, and optional contact info.
Prerequisites
- A Vercel account (free tier works)
- The Vercel CLI is used automatically via
npx vercel— no global install needed
What to do next
Share your deploy URL and collect feedback. Use the insights to iterate — run /design to refine based on what you learn, then /ship again.