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

# Infraestructura

> Overview de la infraestructura de VIVLA

## Overview

VIVLA utiliza servicios cloud gestionados para minimizar la carga operativa.

| Servicio           | Proveedor  | Uso                         |
| ------------------ | ---------- | --------------------------- |
| API + DB           | Railway    | Backend NestJS y PostgreSQL |
| Docs               | Mintlify   | Documentación técnica       |
| DNS / CDN / Access | Cloudflare | DNS, protección y acceso    |

<Columns cols={2}>
  <Card title="Railway" icon="train" href="/infra/railway">
    Deploys del backend y base de datos.
  </Card>

  <Card title="Cloudflare" icon="shield" href="/infra/cloudflare">
    DNS, CDN y Cloudflare Access.
  </Card>

  <Card title="Slack Notifications" icon="bell" href="/infra/slack-notifications">
    Formato estándar para notificaciones de deploy.
  </Card>
</Columns>
