> For the complete documentation index, see [llms.txt](https://docs.discloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discloud.com/development-environment/supported-languages.md).

# Linguagens Suportadas

A Discloud suporta uma **ampla gama de linguagens de programação**, permitindo que desenvolvedores façam deploy facilmente de [**bots**](/how-to-host/bots.md)**,** [**websites**](/how-to-host/websites-and-apis.md)**,** [**APIs**](/how-to-host/websites-and-apis.md) **e outras aplicações**. Seja você usando linguagens **interpretadas** ou **compiladas**, a Discloud fornece um **processo de deploy contínuo**.

***

## 📑 **Linguagens Disponíveis**

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th></th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/t0lUOxHCLSzFPoh7xnPC">/pages/t0lUOxHCLSzFPoh7xnPC</a></td><td>Largamente usado para bots e APIs, especialmente com Node.js.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/3Iz7B3CE4UJyZpE5N6Q4">/pages/3Iz7B3CE4UJyZpE5N6Q4</a></td><td>Ideal para scripts e bots com frameworks populares como Flask e Django.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/HzDyPrMlOGLvSwAib9Ay">/pages/HzDyPrMlOGLvSwAib9Ay</a></td><td>Uma escolha sólida para aplicações robustas e escaláveis.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/M2aNu3kB6iWxyhEe2sQP">/pages/M2aNu3kB6iWxyhEe2sQP</a></td><td>Perfeito para desenvolvedores usando Ruby on Rails e frameworks similares.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/UlRBLyPpwRhAsnlhcYxa">/pages/UlRBLyPpwRhAsnlhcYxa</a></td><td>Excelente para aplicações de alto desempenho e fácil implementação.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/Gx4PHmb0EayusBWaktzm">/pages/Gx4PHmb0EayusBWaktzm</a></td><td>Muito popular para desenvolver websites dinâmicos e backends.</td><td></td><td></td><td></td></tr><tr><td><a href="/pages/Uzb1dJlJqSSiJptCPhyA">/pages/Uzb1dJlJqSSiJptCPhyA</a></td><td>Conhecido por sua segurança e alto desempenho, ideal para sistemas críticos.</td><td></td><td></td><td></td></tr></tbody></table>


---

# 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.discloud.com/development-environment/supported-languages.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.
