Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gradial.com/llms.txt

Use this file to discover all available pages before exploring further.

Hosting

ACI is not a hosting provider. Your live site runs on infrastructure that already delivers ultra-high availability and ultra-low latency at global scale. ACI orchestrates the build and publish pipeline, then hands off to your hosting platform for serving. Your users never hit an ACI server. They hit your CDN, your edge network, your infrastructure. ACI leverages the platforms that are already best at this rather than building another one.

How It Works

ACI publishes through hosting adapters, lightweight integrations that know how to deploy rendered artifacts and routing configuration to a specific platform. The adapter receives the output of the publish pipeline (static HTML, compiled JSON, route tables, and CDN configuration) and deploys it to your infrastructure. Once deployed, your hosting platform takes over entirely. The CDN serves your content with global edge caching. The edge functions run in your account. You get the full performance and availability of these mature platforms without building anything new.

Available Adapters

AWS CloudFront + S3

Static pages served from S3 through CloudFront’s global CDN. Edge composition and personalization handled by CloudFront Functions and regional Lambda. Battle-tested infrastructure trusted by millions of sites.

Vercel

Deploy to Vercel’s edge network with full SSR support. Vercel handles global distribution, edge functions, and caching. If you already use Vercel for your frontend, ACI plugs directly into your existing setup.

Why This Matters

When a user loads your site, the request goes to your CDN and your edge functions. These platforms are purpose-built for high availability and low latency at global scale. Your site’s performance comes directly from their infrastructure, with no extra hops or intermediaries.
Already using CloudFront? Vercel? ACI deploys to what you have. No migration to a proprietary hosting platform. No new vendor in your serving path. Your ops team manages the same infrastructure they already know.
CloudFront and Vercel handle billions of requests daily across millions of sites. Your site gets the same global distribution, edge caching, and availability guarantees that these platforms provide to everyone. ACI leverages that scale rather than replicating it.
Every release is an immutable artifact deployed to your hosting platform. Previous releases remain available on the CDN, making rollback a simple pointer change. Your ops team can manage releases with standard infrastructure tooling.

Next: Customer-Owned Data →