API Platform apps are super easy to deploy in production on most cloud providers thanks to the native integration with Kubernetes.
The server part of API Platform is basically a standard Symfony application, which you can also easily deploy on your own servers. Documentation for deploying on various container orchestration tools and PaaS (Platform as a Service) are also available:
- Deploying to a Kubernetes Cluster
- Deploying with Docker Compose
- Deploying on Heroku
- Deploying on Platform.sh
The clients are Create React App skeletons. You can deploy them in a wink on any static website hosting service (including Netlify, Firebase Hosting, GitHub Pages, or Amazon S3 by following the relevant documentation.