> For the complete documentation index, see [llms.txt](https://docs.adapta.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adapta.org/central-de-ajuda/plataforma/skip/onde-meu-projeto-fica-hospedado.md).

# Onde meu projeto fica hospedado?

O seu projeto fica hospedado automaticamente no **Skip Cloud**, a infraestrutura de alojamento própria da plataforma.

Aqui estão os pontos principais sobre como funciona a hospedagem no Skip:

* **Publicação Instantânea:** Não precisa de configurar servidores, serviços de FTP ou serviços de nuvem externos (como AWS ou Azure). Ao clicar no botão "Publicar", o Skip faz o *deploy* e coloca o seu site no ar em menos de um minuto.
* **URL Segura:** Por padrão, o seu projeto recebe uma URL segura com certificado SSL (HTTPS) incluso.
* **Domínios Personalizados:** Se tiver um plano Gold ou Pro, pode configurar o seu próprio domínio (ex: `app.suaempresa.com.br`) para substituir o endereço padrão do Skip.
* **Backend Integrado:** Além da interface, o Skip Cloud também gere a comunicação com o seu banco de dados no Supabase, garantindo que tudo funcione de forma integrada e rápida.

Em resumo: você foca-se em descrever o que o seu software deve fazer e o Skip cuida de toda a infraestrutura para mantê-lo online.


---

# 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.adapta.org/central-de-ajuda/plataforma/skip/onde-meu-projeto-fica-hospedado.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.
