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

# Hosted Overview

> Fully managed one-click deployments on Synthetiq-hosted infrastructure

Synthetiq Hosted is a fully managed deployment option designed for testing, prototyping, demos, and piloting the platform. Synthetiq provisions and manages dedicated cloud infrastructure for your organization — there is nothing to set up.

## What you get

When you deploy an app on Synthetiq Hosted, the platform automatically provisions and manages:

* **Compute** — dedicated Firecracker microVMs for your app and background workers, with auto-scaling and zero-downtime rolling deployments
* **Database** — dedicated serverless Postgres database per app with automatic scaling
* **CDN** — globally distributed content delivery with HTTP/2 and HTTP/3
* **TLS certificates** — automatic certificate provisioning and renewal
* **DNS** — each app gets its own subdomain at `https://{app-name}.synthetiq.link`
* **Traffic protection** — DDoS protection, bot mitigation, rate limiting, and web exploit filtering
* **Data encryption** — AES-256 encryption at rest, TLS 1.2+ in transit
* **Per-app isolation** — dedicated kernel, CPU, memory, database, credentials, and log streams per app
* **Monitoring** — built-in metrics, logs, workflow dashboards, and observability API

You don't need a cloud account, Dockerfile, CI/CD pipeline, or any infrastructure knowledge.

<Note>
  For production workloads, especially apps that handle sensitive or regulated data, [Bring Your Own Infrastructure](/docs/platform-docs/deployments/byoi/overview) is recommended. BYOI gives you full ownership of compute, networking, and data storage in your own cloud account.
</Note>

## Deploying an app

Apps are deployed with a single click from the Synthetiq console. Users must have the `entities:deploy` scope on the Synthetiq platform to trigger deployments.

## Next steps

* [Security boundaries](/docs/platform-docs/deployments/hosted-security) — learn how apps are isolated from each other on shared infrastructure
