> For the complete documentation index, see [llms.txt](https://supersonic-ai.gitbook.io/supersonic-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supersonic-ai.gitbook.io/supersonic-documentation/for-developers/deployment-options.md).

# Deployment Options

Ready to get SuperSonic up and running? We've got several ways to deploy, depending on what works best for you. Let's walk through your options!

### Running Locally 🏠

* **On Your Own Machine**\
  Perfect for testing things out or getting familiar with the platform. Just follow our standard setup steps, and you'll be up and running in no time. It's also great for development and learning the ropes!

### Cloud Deployment ☁️

Want your SuperSonic instance running 24/7? Here are some cloud options we recommend:

* **DigitalOcean** 🌊\
  A budget-friendly choice that's easy to set up. Want to make things even smoother? Try using CapRover on DigitalOcean - it makes management a breeze!
* **Google Cloud Platform (GCP)** 🌐\
  Already using other Google services? GCP might be your best bet. It comes with lots of helpful tools built right in.
* **Amazon Web Services (AWS)** 📦\
  Perfect for production setups, especially if you're expecting heavy traffic. AWS gives you all the scalability you could need.
* **Railway** 🚂\
  Great for developers who want a simple deployment experience. It's particularly handy for smaller projects or when you're prototyping.

### Managing Your Setup

No matter which platform you pick, you'll use the same configuration tools we cover in our docs. Our modular design means you can make changes or add features without disrupting what's already working.

Need more detailed instructions? Check out:

* The [Eliza docs](https://elizaos.github.io/eliza/docs/guides/remote-deployment/) for in-depth deployment guides
* This handy [YouTube tutorial](https://www.youtube.com/watch?v=15-cvpGCHIA) showing how to deploy with DigitalOcean CapRover

Happy deploying! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://supersonic-ai.gitbook.io/supersonic-documentation/for-developers/deployment-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
