> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ambarks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Projetos de exemplo

> Referências rápidas de estrutura e arquivos por stack.

# <Icon icon="code" color="#0516ee" size={30} /> Projetos de exemplo

Use estes exemplos como referência para organizar seu projeto antes do deploy.

## Node.js (Express)

```text theme={null}
meu-app/
  package.json
  package-lock.json
  server.js
  ambarks.json
```

## Python (FastAPI)

```text theme={null}
meu-app/
  requirements.txt
  main.py
  ambarks.json
```

## Site estático (Vite)

```text theme={null}
meu-site/
  package.json
  package-lock.json
  src/
  ambarks.json
```

Links úteis:

* [Guias por stack](/guias/visao-geral)
* [Runtimes suportados](/projetos/runtimes)
* [Como usar ambarks.json](/projetos/ambarks-json)
