Roadmap
See what we're building and what's next. Your feedback shapes our priorities — share your ideas at [email protected]
DPA and Legal Documents
A signable Data Processing Agreement together with the legal pages around it: terms of service, privacy policy, subprocessor list, and security overview. Everything a procurement or security review asks for, published and versioned, so nobody has to open a support thread to get it.
TLS Termination at Edge Locations in Türkiye and the United States
Edge points in Türkiye and the United States that terminate TLS close to the visitor instead of at a single origin. The handshake finishes at the nearest location, so first byte arrives sooner for traffic from those regions, with no change to how you deploy.
Audit Logs for Workspaces & Teams
Comprehensive audit logging for all workspace and team activities. Track user actions, deployment events, configuration changes, and access patterns. Export logs for compliance, security analysis, and debugging with detailed timestamps and user attribution.
Branch-Based Network Visibility
Configure public or private access per branch. Keep staging environments private while production stays public — all managed from your networking settings.
Database Role Password Reset
Easily reset passwords for database roles directly from the dashboard. Manage user credentials, rotate passwords for security compliance, and update access credentials without manual database commands.
Health Check Configuration
Configure HTTP, TCP, or command-based liveness and readiness probes per service.
Managed Rollback Settings
Configure automatic rollback policies for your deployments. Set health check thresholds, rollback triggers, and retention policies. Instantly revert to previous versions with one click or let the platform automatically rollback failed deployments based on your defined rules.
PostgreSQL Database Branching
Create isolated database branches for each deployment branch. Automatically provision branch-specific PostgreSQL instances with cloned data from production. Perfect for testing, staging, and preview environments without affecting your main database.
Two-Factor Authentication
A second factor on your Out Plane account, using an authenticator app. Enrolment covers recovery codes for the day you lose the device, and team owners will be able to require it across their team so a single reused password cannot reach production.
Notification Management
Route deployment, scale, and alert events to email, Slack, or webhooks with per-event filtering.
Agent Skill for Coding Tools
Teaches the agent in your editor which command to reach for, what applies at once and what waits for a deploy, and why a destructive one hands back a command instead of running it. It loads itself and installs with the CLI.
GitHub Deployment Status Integration
Every build writes a success or failure status on its commit, visible in the commit list and in any pull request that carries it. A successful one also records a deployment on the repository's Environments page.
Otto, the AI Agent in the Console
Say what you want in plain language. Otto reads your apps, databases, logs and metrics to answer questions and diagnose failures, then proposes every change as a plan you approve before anything runs.
Out Plane CLI
The platform from your terminal: deploy, follow builds, read logs, set variables, open ports, attach disks, provision PostgreSQL, open a shell. One static binary, with an exit code per outcome so pipelines can act rather than parse.
Pause and Resume Applications
Stop an application without deleting it. Pausing takes it to zero instances while configuration, variables, domains and volumes stay put. Resuming brings it back on the same address at the same instance count.
Sign in with Google
Sign in or create an account with a Google account, alongside the existing GitHub and email methods. New addresses are registered on the spot with no verification step, and an address already tied to another method is refused rather than merged.
API Tokens
Personal access tokens with optional expiry, revocable at any time. Authenticate pipelines and external tooling against the API without an interactive login.
Custom Command & EntryPoint
Override a service's container command and entrypoint without rebuilding the image.
In-App Terminal
Open a shell into any running container from the console. No kubectl, no SSH.
IP-Based Access Control
Reusable IPv4 and IPv6 allowlists, attached to one application or many. The rules apply to platform domains and custom domains alike.
Managed Redis
Managed Redis for caching, sessions and live data. Provisioned in one step, with failover and persistence options.
Persistent Volumes
Durable block storage attached at a path you choose. Data survives restarts, redeploys and image changes, so databases, queues and file storage have somewhere to live.
Environment Variable Groups
Define a set of environment variables once at team level and link it to any application. Each group is scoped to runtime or to build, and an application's own variables win on a key conflict.
Automatic SSL/TLS for Custom Domain Mapping
Certificates are issued and renewed on their own for every platform subdomain and every custom domain. HTTPS with nothing to configure.
Build Filters
Glob patterns decide which file changes start a build. Restrict builds to one directory, or skip them when only documentation or CI configuration changed.
Multi-Service App Templates
Launch a whole stack at once. A template defines several connected services and deploys them together.
PostgreSQL Read Replicas
Replicas that serve reads only, spreading query load away from the primary and holding read performance up as traffic grows.
Private Container Registry
Store registry credentials once per team and deploy private images from Docker Hub, GHCR, GitLab, ECR, Azure, Quay or any registry of your own. Pick them while creating an application.
TCP Network Management
Applications can take raw TCP. Open the ports you need and run databases, game servers, or any protocol that is not HTTP.
Tracing Monitoring & Metric View
Traces and metrics for every service. Follow a request through the system, find the slow step, and watch performance over time.
Instance Resize & Scaling
Set the instance type and the smallest and largest instance count per service. Resizing happens without downtime.
Internal Service Networking
Services get internal addresses and reach each other privately, with no route in from the public internet.
PostgreSQL Managed Database
Managed PostgreSQL with automatic backups, recovery to any point in time, and high availability. Provisioned in one step and wired into your services.
DPA and Legal Documents
A signable Data Processing Agreement together with the legal pages around it: terms of service, privacy policy, subprocessor list, and security overview. Everything a procurement or security review asks for, published and versioned, so nobody has to open a support thread to get it.
TLS Termination at Edge Locations in Türkiye and the United States
Edge points in Türkiye and the United States that terminate TLS close to the visitor instead of at a single origin. The handshake finishes at the nearest location, so first byte arrives sooner for traffic from those regions, with no change to how you deploy.
Audit Logs for Workspaces & Teams
Comprehensive audit logging for all workspace and team activities. Track user actions, deployment events, configuration changes, and access patterns. Export logs for compliance, security analysis, and debugging with detailed timestamps and user attribution.
Branch-Based Network Visibility
Configure public or private access per branch. Keep staging environments private while production stays public — all managed from your networking settings.
Database Role Password Reset
Easily reset passwords for database roles directly from the dashboard. Manage user credentials, rotate passwords for security compliance, and update access credentials without manual database commands.
Health Check Configuration
Configure HTTP, TCP, or command-based liveness and readiness probes per service.
Managed Rollback Settings
Configure automatic rollback policies for your deployments. Set health check thresholds, rollback triggers, and retention policies. Instantly revert to previous versions with one click or let the platform automatically rollback failed deployments based on your defined rules.
PostgreSQL Database Branching
Create isolated database branches for each deployment branch. Automatically provision branch-specific PostgreSQL instances with cloned data from production. Perfect for testing, staging, and preview environments without affecting your main database.
Two-Factor Authentication
A second factor on your Out Plane account, using an authenticator app. Enrolment covers recovery codes for the day you lose the device, and team owners will be able to require it across their team so a single reused password cannot reach production.
Notification Management
Route deployment, scale, and alert events to email, Slack, or webhooks with per-event filtering.
Agent Skill for Coding Tools
Teaches the agent in your editor which command to reach for, what applies at once and what waits for a deploy, and why a destructive one hands back a command instead of running it. It loads itself and installs with the CLI.
GitHub Deployment Status Integration
Every build writes a success or failure status on its commit, visible in the commit list and in any pull request that carries it. A successful one also records a deployment on the repository's Environments page.
Otto, the AI Agent in the Console
Say what you want in plain language. Otto reads your apps, databases, logs and metrics to answer questions and diagnose failures, then proposes every change as a plan you approve before anything runs.
Out Plane CLI
The platform from your terminal: deploy, follow builds, read logs, set variables, open ports, attach disks, provision PostgreSQL, open a shell. One static binary, with an exit code per outcome so pipelines can act rather than parse.
Pause and Resume Applications
Stop an application without deleting it. Pausing takes it to zero instances while configuration, variables, domains and volumes stay put. Resuming brings it back on the same address at the same instance count.
Sign in with Google
Sign in or create an account with a Google account, alongside the existing GitHub and email methods. New addresses are registered on the spot with no verification step, and an address already tied to another method is refused rather than merged.
API Tokens
Personal access tokens with optional expiry, revocable at any time. Authenticate pipelines and external tooling against the API without an interactive login.
Custom Command & EntryPoint
Override a service's container command and entrypoint without rebuilding the image.
In-App Terminal
Open a shell into any running container from the console. No kubectl, no SSH.
IP-Based Access Control
Reusable IPv4 and IPv6 allowlists, attached to one application or many. The rules apply to platform domains and custom domains alike.
Managed Redis
Managed Redis for caching, sessions and live data. Provisioned in one step, with failover and persistence options.
Persistent Volumes
Durable block storage attached at a path you choose. Data survives restarts, redeploys and image changes, so databases, queues and file storage have somewhere to live.
Environment Variable Groups
Define a set of environment variables once at team level and link it to any application. Each group is scoped to runtime or to build, and an application's own variables win on a key conflict.
Automatic SSL/TLS for Custom Domain Mapping
Certificates are issued and renewed on their own for every platform subdomain and every custom domain. HTTPS with nothing to configure.
Build Filters
Glob patterns decide which file changes start a build. Restrict builds to one directory, or skip them when only documentation or CI configuration changed.
Multi-Service App Templates
Launch a whole stack at once. A template defines several connected services and deploys them together.
PostgreSQL Read Replicas
Replicas that serve reads only, spreading query load away from the primary and holding read performance up as traffic grows.
Private Container Registry
Store registry credentials once per team and deploy private images from Docker Hub, GHCR, GitLab, ECR, Azure, Quay or any registry of your own. Pick them while creating an application.
TCP Network Management
Applications can take raw TCP. Open the ports you need and run databases, game servers, or any protocol that is not HTTP.
Tracing Monitoring & Metric View
Traces and metrics for every service. Follow a request through the system, find the slow step, and watch performance over time.
Instance Resize & Scaling
Set the instance type and the smallest and largest instance count per service. Resizing happens without downtime.
Internal Service Networking
Services get internal addresses and reach each other privately, with no route in from the public internet.
PostgreSQL Managed Database
Managed PostgreSQL with automatic backups, recovery to any point in time, and high availability. Provisioned in one step and wired into your services.
Start deploying in minutes
Connect your GitHub repository and deploy your first application today. Start with a 14-day free trial.