Out Plane
Reference

URL Format

How default application URLs are structured.

When you expose a public HTTP port, Out Plane serves your application at a URL of this form:

https://{name}-{port}-{team}.outplane.app
PartMeaning
{name}The application name.
{port}The exposed port.
{team}Your team slug.

For example, app acme-web on port 3000 in team acme is served at https://acme-web-3000-acme.outplane.app. HTTPS is provisioned automatically.

One URL per Public Port

Because the port is part of the hostname, each public HTTP port has its own URL. An application that exposes ports 3000 and 8080 publicly gets two addresses.

TCP Ports

A public TCP port does not use the outplane.app HTTP address. It is assigned a host and port on its first deployment, shown on the application's Networking page.

Custom Domains

To serve an application from your own domain, see Custom domains.

On this page