> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/gravity-server/deployment.md).

# Deployment

{% hint style="success" %}
[Get $200 of free credits on Digital Ocean.](https://m.do.co/c/e4c24293fe5d)
{% endhint %}

You can deploy the server to any provider that supports Node.js. I recommend using a PaaS service like [Heroku](https://heroku.com) or [Digital Ocean](https://m.do.co/c/e4c24293fe5d) for easy deployments.\
\
Digital Ocean has a much better database service than Heroku.&#x20;

## Using Docker

You can use [this template to deploy with Docker](https://github.com/ctrlTilde/node-api-skeleton), kindly created by [Allan](https://github.com/ctrlTilde).


---

# 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:

```
GET https://docs.usegravity.app/gravity-server/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
