Overview

Section.io, founded in 2013 and headquartered in Boulder, Colorado, was one of the earliest CDN acceleration platforms to practice edge computing. Before "edge computing" became a buzzword, Section.io already proposed a complete Edge Apps architecture—letting developers run custom logic at CDN edge nodes rather than only caching content.

Its core innovation was the modular Edge App Marketplace: users could pick prebuilt apps (A/B testing, URL rewriting, security header injection, image optimization, device detection, geo-location) and deploy them to global edge nodes in one click, while a VCL (Varnish Configuration Language) and Lua edge scripting engine provided far finer control than traditional rule engines. In 2018, Section.io was acquired by StackPath, with its technology and team integrated into StackPath's edge platform. Though no longer independently updated, its early exploration deeply influenced later products like Cloudflare Workers, Fastly Compute@Edge, and Akamai EdgeWorkers.

Key Strengths

  • Edge computing pioneer: Proposed running code at CDN edges in 2013-2014, years before Cloudflare Workers (2017) and Fastly Compute@Edge (2019). VCL scripts handle fine cache policies, request rewriting, and conditional routing; Lua powers dynamic content and API gateway logic; hot deployment propagates changes globally in seconds.
  • Modular edge app marketplace: Pluggable modules for edge A/B testing (edge-side splitting, zero origin intrusion), URL rewriting, security header injection (CSP/HSTS/X-Frame-Options per the security headers guide), real-time image optimization (WebP/AVIF), device detection, and geo-routing.
  • Edge A/B testing engine: Fully at the edge with Cookie/IP/random-ratio splitting, multivariate orthogonal experiments, and real-time metrics, isolating origin performance.
  • Developer-friendly edge experience: RESTful API management, local simulation environment, Git integration for version control, and real-time logging observability—design ideas later adopted broadly by Fastly and Cloudflare.

Product Ecosystem

Edge App Marketplace

Modular apps including A/B testing, URL rewriting, security headers, image optimization, device detection, and geo-routing, upgrading the traditional "cache-origin" binary model into a "cache-compute-origin" ternary model.

VCL/Lua Edge Scripting Engine

Varnish-based VCL and Lua engine for fully custom request handling, dynamic content generation, API gateway logic, and format conversion with hot deployment in seconds.

Developer Toolchain

RESTful API covering edge app config, script management, cache purge, and monitoring; local edge simulation; Git integration; and real-time logs pushed to third-party analytics.

Limitations

  • Brand integrated into StackPath: No longer active as an independent brand; technology and customers migrated to StackPath's edge computing line. New users should evaluate StackPath, Cloudflare Workers, or Fastly Compute@Edge.
  • Limited node coverage: About 20+ global nodes concentrated in North America and Europe, with limited Asia-Pacific and South America coverage—an order of magnitude below Cloudflare's 330+ cities and Akamai's 4100+ nodes; see the cross-border CDN guide.
  • Almost no China market support: No mainland nodes, Chinese docs, or support; requests route via Hong Kong/Japan. For mainland audiences choose Aliyun CDN or Tencent EdgeOne.
  • Incomplete security ecosystem: Basic edge security headers and IP access control only, without commercial WAF, DDoS, or Bot management; enhanced later by StackPath.

Use Cases

  • Technical history research and selection reference (★★★★): An early landmark of edge-computing CDN; understanding its architecture informs evaluation of modern platforms; see edge-computing CDN trends 2026.
  • StackPath users understanding the technology source (★★★★): Its VCL/Lua engine is the core of StackPath's edge computing, so understanding Section.io clarifies StackPath's capabilities.
  • Edge computing introductory education (★★★): The modular marketplace is a great primer on what edge computing can do; pair with the CDN beginner's guide.
  • Teams needing edge A/B testing (★★★): Leading design ideas (zero origin intrusion, edge splitting, multivariate experiments) serve as a reference architecture for building your own.
  • Content security diagnosis (★★★): Automated security header logic (CSP/HSTS/X-Frame-Options) is now standard; its design aids effective hardening.

Pricing

Service Historical Pricing Current Alternative
Basic CDN + Edge Apps Per traffic StackPath CDN from $10/mo
Edge A/B Testing Included Cloudflare Workers A/B testing
Image Optimization Add-on Per processing Cloudflare Images / Fastly Image Optimizer

Section.io no longer offers service directly. For same-technology edge-computing CDN, evaluate StackPath or compare active platforms like Cloudflare and Fastly; alternatives in the CDN provider selection guide.

FAQ

  • Does Section.io still provide service? No new customers; after the 2018 StackPath acquisition, technology and customers moved to StackPath, so use StackPath's edge-computing CDN.
  • What is its relationship with Cloudflare Workers? Section.io pioneered edge-computing CDN about 4 years before Cloudflare Workers (2017); no direct inheritance, but it validated the market; see the CDN comparison.
  • Where is the core technology now? The VCL/Lua edge scripting engine and team were integrated into StackPath's edge computing platform, forming its core capability; see StackPath.
  • Is it suitable for new users? No, the standalone product is discontinued; evaluate Cloudflare or Fastly.
  • Is it China-friendly? No mainland nodes, docs, or support; use domestic CDN providers for mainland-facing audiences; see cross-border website CDN acceleration.