(deployment_guide)=
---
maxdepth: 2
hidden: True
---
flyio
under_the_hood
Once you've built your Wagtail site, it's time to release it upon the rest of the internet.
Wagtail is built on Django, and so the vast majority of the deployment steps and considerations for deploying Django are also true for Wagtail. We recommend choosing one of the hosting providers listed below.
Several hosting providers offer varying levels of support for Wagtail. We’ve organized them into three categories:
These hosting providers offer first-class support for Wagtail deployments and installations, designed to make it as easy as possible to run a Wagtail site.
These hosting providers offer Python environments as a service. Usually, you will need to configure a WSGI server, file storage for media hosting, and a database.
Read our guide on deploying to Fly.io.
These hosting providers offer the tools needed to run a Linux server, database, file storage, etc. Popular infrastructure providers include: AWS, Azure, Digital Ocean, Google Cloud, and Linode.
Some examples of deployments on a few hosting platforms can be found in [](/advanced_topics/third_party_tutorials). This is not a complete list of platforms where Wagtail can run, nor is it necessarily the only way to run Wagtail there.
For a technical deep-dive into the many aspects of Wagtail hosting, see [](under_the_hood).
Are you a hosting provider who supports Wagtail, and want to add yourself to this list? See if you meet our requirements for hosting providers.