Application Hosting
Application hosting allows you to deploy applications from source code right onto Kinsta infrastructure.
For the best possible compatibility with our service, we recommend following the guidelines of The Twelve-Factor App (aka Cloud-Native apps). This ensures your application is ready to work in an ephemeral/stateless environment like our Application Hosting.
Supported Languages
We support and have tested:
We have hello world repositories available for these languages and some frameworks like Laravel, static site hosting with Gatsby, and some examples of how to send emails with Application and Database Hosting.
You can deploy an application through Docker using a Dockerfile, which means you can package any configuration you’d like, and we’ll be able to run it for you. We also have hello world repositories for getting started with a Dockerfile.