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

# Infrastructure

> Cloud infrastructure and deployment architecture

## Overview

Trendteller runs on a multi-cloud infrastructure leveraging managed services for scalability and reliability.

## Cloud Services

### Google Cloud Platform

* **BigQuery**: Data warehouse (project: togo-425319)
* **Cloud Storage**: Backups and exports
* **Secret Manager**: API keys and credentials

### Other Services

* **Auth0**: Authentication
* **Netlify**: Frontend hosting
* **NeonDB**: PostgreSQL database
* **Hasura Cloud**: GraphQL API

## Deployment

All components are deployed using CI/CD pipelines from GitHub.

## Next Steps

<CardGroup cols={2}>
  <Card title="Architecture Overview" href="/architecture/overview">
    Return to architecture overview
  </Card>

  <Card title="Development Setup" href="/development/environment-setup">
    Set up local development
  </Card>
</CardGroup>
