Manage App Platform Networking

App Platform is a Platform-as-a-Service (PaaS) offering that allows developers to publish code directly to DigitalOcean servers without worrying about the underlying infrastructure.


Add a static IP addresses to your app that allow you to route traffic to and from your app with consistent IP addresses.
Add a custom domain to use for your app, in addition to its included ondigitalocean.com subdomain.
Enable cross-origin resource sharing in App Platform.
Set up internal routing between components in your app to support API gateways, backend job processing, and microservice architecture.
Change the ingress URL paths in your app to create more manageable URLs or redirect traffic to different URLs.