Skip to main content

Static Sites

Deploy frontend applications with global CDN distribution, SSR (Server-Side Rendering), and ISR (Incremental Static Regeneration) support.

What are Static Sites?

Static Sites are pre-rendered web applications that are distributed globally via CDN. Antryk supports both fully static sites and dynamic sites with SSR/ISR capabilities.

Key Features

  • Global CDN: Content distributed across 200+ edge locations worldwide
  • SSR Support: Server-Side Rendering for Next.js, Nuxt, and other frameworks
  • ISR Support: Incremental Static Regeneration for optimal performance
  • Automatic Deployments: Deploy automatically on git push
  • Preview Deployments: Get preview URLs for pull requests
  • Custom Domains: Use your own domain with automatic SSL
  • Image Optimization: Automatic image optimization and compression
  • Analytics: Built-in performance analytics

Use Cases

  • React, Vue, Angular, and Svelte applications
  • Next.js, Nuxt, Gatsby, and SvelteKit sites
  • JAMstack applications
  • Documentation sites and blogs
  • Marketing pages and landing pages
  • Progressive Web Apps (PWAs)

Supported Frameworks

  • Next.js: Full SSR and ISR support
  • Nuxt: SSR and static generation
  • SvelteKit: SSR and adapter support
  • Gatsby: Static site generation
  • Vite: Build tool integration
  • React/Vue/Angular: Static exports

Getting Started

  1. Create a new Static Site from your dashboard
  2. Connect your repository containing your frontend code
  3. Configure build settings (build command, output directory)
  4. Set environment variables for runtime configuration
  5. Deploy and get your site URL

Build Configuration

Configure your site with:
{
  "buildCommand": "npm run build",
  "outputDirectory": "dist",
  "installCommand": "npm install",
  "nodeVersion": "18"
}

Performance Optimization

  • Edge Caching: Static assets cached at edge locations
  • Smart Routing: Automatic HTTPS and HTTP/2 support
  • Compression: Automatic gzip and brotli compression
  • Minification: CSS and JavaScript minification
  • Image CDN: Automatic image optimization and WebP conversion

Pricing

Static Sites pricing includes:
  • Build minutes: Time spent building your site
  • Bandwidth: Data transfer from CDN
  • Build concurrency: Simultaneous builds

Deploy Your First Static Site

Get started with static sites