Backend Manager & Deploy
Deploy projects to 7 cloud providers with a single tap, monitor metrics in real time and manage domains β all from your Android.
Supported providers (7)
Connect your account for each provider in Settings β Deploy and Pocket Code handles authentication and API calls automatically.
Vercel
Frontend / full-stack. Zero-config for Next.js, React, Vueβ¦
Netlify
Static sites, serverless functions and built-in forms.
Railway
Backends, databases and Docker containers in seconds.
Fly.io
Globally distributed edge containers with low latency.
Firebase Hosting
Google CDN hosting. Integrates with Firebase Auth and Firestore.
AWS
S3 + CloudFront, Elastic Beanstalk, Lambda and more services.
Google Cloud (GCP)
Cloud Run, App Engine, Cloud Functions and Firebase.
One-tap deploy
Pocket Code auto-detects the framework and configures the build for you. No need to edit config files or know the details of each platform.
- 1Open the Deploy module from the navigation bar.
- 2Tap "New deploy" and select the project.
- 3Choose the target provider (Vercel, Railwayβ¦).
- 4Pocket Code detects the framework and suggests the optimal config.
- 5Review and tap "Deploy". The app uploads the code and monitors the build.
[Pocket Code Deploy]
β Framework detected: Next.js 16
β Build command: next build
β Output dir: .next
β Uploading to Vercel...
β Build complete (42s)
β Deployed β https://my-app.vercel.appInfrastructure files
The editor includes full support for infrastructure as code files. Available in the Free plan:
Dockerfile
Editor + AI generator
Docker Compose
Multi-service with validation
Kubernetes YAML
Deployments, services, ingress
Monitoring
View the status of your active deploys in real time:
Basic metrics available in the Free plan. Full dashboard with alerts: Premium.
Free vs Premium
| Feature | Free | Premium |
|---|---|---|
| Dockerfile / Compose / K8s YAML editor | β | β |
| Active deploys | 1 | Unlimited |
| Basic monitoring (CPU, mem, logs) | β | β |
| Full monitoring dashboard | β | β |
| Preview deployments (per branch) | β | β |
| Custom domains | β | β |
| One-tap rollback | β | β |
Next
Configuration