Skip to main content

No US Cloud Act exposure

No US Cloud Act exposure FastAPI Hosting

The US Cloud Act lets US authorities demand data from US companies, anywhere in the world. For a FastAPI service handling EU personal data this is a real legal conflict. Hostim is operated by a German company with no US parent. There is no Cloud Act exposure for application data on Hostim.

# docker-compose.yml
services:
  api:
    image: my-fastapi-app
    command: uvicorn main:app --host 0.0.0.0 --port 8000
  db:
    image: postgres:16
850+apps deployed
320+developers building
200+services running now
Oct 2025in production since

What No US Cloud Act exposure means for FastAPI

A FastAPI app on AWS, GCP or Azure is on US-headquartered infrastructure. Even with EU regions, the Cloud Act gives US authorities a path. Hostim is structurally different: HOSTIM.DEV UG is German, no US parent, no US subsidiary, no US infrastructure. The platform runs on Hetzner bare metal in Germany. Engineering and support are EU-based. Your FastAPI container, your model weights on a persistent volume, your PostgreSQL — all sit on EU disks under EU jurisdiction.

What this means in practice

Definition. The US Cloud Act allows US authorities to demand data held by US companies, regardless of where the data is physically stored. This conflicts with GDPR Article 48 in many cases. EU customers in regulated sectors increasingly require an explicit "no Cloud Act" statement.

Why an EU host matters. A platform owned and operated by an EU company is not subject to the Cloud Act. The data, the operator, and the legal jurisdiction are all inside the EU. There is no US parent that could be served a warrant.

What Hostim provides. Hostim is a German company with no US parent, no US subsidiary, and no US infrastructure. Every server, every database, every log line is in Germany.

What Hostim does not claim. We do not provide a sovereign cloud certification (such as the French SecNumCloud). For most commercial use cases, EU operator + EU residency covers what buyers actually ask for.

How Hostim runs FastAPI

FastAPI hosting means running a Uvicorn or Gunicorn-Uvicorn worker process and exposing it over HTTPS. The framework is async by default, so the host has to support long-lived connections — websockets, server-sent events, streaming responses.

Deploy model

Hostim runs your FastAPI Docker image as a normal container. Long-lived connections work. Managed PostgreSQL is attached at runtime. If you serve an ML model, mount a persistent volume for the weights so they do not redownload on every deploy.

Common pitfalls

Cold starts from serverless platforms are not a fit for ML inference workloads. Hostim runs a permanent container, so model weights stay in memory across requests.

Typical env vars

DATABASE_URL, OPENAI_API_KEY, MODEL_PATH, LOG_LEVEL

Questions

FAQ

How is "no Cloud Act" different from "EU region"?

EU region means the disks are in the EU. No Cloud Act means the operator is an EU company with no US parent — so US authorities have no legal path to the data even if they tried.

Is anyone certifying this?

There is no formal "no Cloud Act" certification. The structural facts — German UG, German servers, no US entity — are publicly verifiable in the German commercial register and the Impressum.

Can a German court compel access?

Yes — under German law, like any German company. That is the trade-off of EU sovereignty: EU legal access, not foreign legal access.

Does this affect FastAPI streaming responses?

No. Hostim runs the container as a long-lived process; SSE and websockets work the same as on any host.

Ready to deploy FastAPI?

Spin up an app in minutes. Managed database on the free tier, custom domain included.

The numbers behind this

Platform figures from the published price list, docs and our own benchmark.

€2.50/month

Hostim entry app plan

Plan sa-1-1: 1 vCPU, 1 GB RAM. Flat price, billed hourly, no usage meter.

€0

Managed database free tier

PostgreSQL 256 MB, MySQL 256 MB, Redis 128 MB, volume 1 GB. No cap on how many free instances you create.

Included on every plan

Database high availability

PostgreSQL and MySQL run as a primary plus hot standby with automatic failover, shared plans included.

2,708 TPS

Managed PostgreSQL write throughput

pgbench, 4 clients, 300 s, plan drp-50 (2 vCPU / 4 GB). AWS RDS db.t4g.medium scored 1,080 TPS on the same test.

€0/GB

Traffic charges

No ingress fees and no per-GB egress line on app plans.

1 today (Falkenstein, Germany)

Regions

Bare metal, EU only, with more regions planned. No AWS, GCP or Azure underneath.

Managed PostgreSQL runs as a replicated cluster with automatic failover on every plan, shared and dedicated alike.

Hostim.dev docs, managed PostgreSQL

Sources

  1. Hostim.dev price listHostim.dev (checked 2026-08-06)
  2. Pricing model — plan-based billing, no meteringHostim.dev docs (checked 2026-08-06)
  3. Managed PostgreSQL — high availability and failoverHostim.dev docs (checked 2026-08-06)
  4. PostgreSQL benchmark: AWS RDS vs Hostim vs self-hosted on HetznerHostim.dev blog, July 2026 (checked 2026-08-06)