2 min read
Deployment
Web Deployment (Vercel)
Deploy this to Vercel. Walk me through each step.
The build failed with this error: [paste error]. Fix it so it deploys.
Set up environment variables for [API key name]. Show me where to configure them in Vercel.
Set up a custom domain for this project on Vercel.
The site works locally but [describe issue] is broken in production. Fix it.
Set up automatic deployments — every push to main should trigger a new deploy.
macOS Distribution
Build this app for distribution. I want to share the .app with others.
Create a DMG installer for this app.
The app won't open on other Macs — it says 'unidentified developer'. How do I fix this?
Help me set up code signing for this app.
iOS / TestFlight
Help me get this app on TestFlight so I can test on my phone.
Walk me through submitting this to the App Store.
I'm getting a provisioning profile error. Here's what I see: [paste error].
Run this on my iPhone connected via USB.
After Deployment
Set up a custom 404 page.
Add analytics so I can see how many people visit.
The site is slow. What can we do to make it load faster in production?
Update the deployed version with the latest changes.