An unofficial mobile client for Vercel. Manage your projects, monitor deployments, and configure your infrastructure from your phone.
This app gives you full access to your Vercel account from iOS or Android. You can view projects, check deployment status, manage environment variables, configure DNS records, and pretty much everything else you'd do from the web dashboard.
You'll need a Vercel access token to sign in. Create one at vercel.com/account/tokens and paste it into the app when you first open it.
Clone the repo and install dependencies:
npm installStart the development server:
npm startRun on a specific platform:
npm run ios
npm run android- Project management and overview
- Real-time deployment monitoring
- Domain and DNS configuration
- Environment variable management
- Runtime logs
- Team switching
- Promote deployments to production
- Redeploy previous builds
Built with React Native and Expo. Uses TypeScript throughout and connects directly to the Vercel REST API.
This is an unofficial project and isn't affiliated with Vercel. It's just a mobile interface for their public API.