# 🐹 Deployment
This page outlines tips, resources, and tools for getting your team's project deployed and running!
WARNING
This section is a work in progress.
# Inertia
Several Launch Pad projects in the past have utilized our in-house deployment tool, Inertia, to kickstart their projects.
A comprehensive usage guide is available in the Inertia documentation. A good place to start might be to look into leveraging Inertia's AWS integration that lets you easily provision a remote for deployment.
Feel free to swing by #ask-inertia if you have any questions!
# Heroku
Heroku is a cloud platform that allows you deploy a variety of applications. Heroku can be used as a remote target, or you can have it track a branch on a Github repository and auto-deploy whenever that branch is updated. You can find more information on Heroku's documentation.
Heroku is typically a good option to quickly bootstrap applications, it also offers a free option with some limitations.