close
Image

Open source at Fastly

We have a lot of code and we love to see people using it to do great things. All the code examples you can find on this website are available to use with permissive licences, and larger codebases are hosted on GitHub. Check out our GitHub organization profile, or take a look at some of our releases here.

Our most high profile open source projects are well supported and continue to be actively developed:

  • fastly/cli
    Build, deploy and configure Fastly services from your terminal
  • fastly/Viceroy
    Viceroy provides local testing for developers working with Compute.
  • fastly/fastly-dashboards
    A comprehensive, out-of-the-box monitoring and alerting solution for Fastly services.
  • fastly/mcp
    Model Context Protocol (MCP) server for AI-powered Fastly CDN management.
  • fastly/pushpin
    A proxy server for adding push to your API, used at the core of Fastly's Fanout service
  • fastly/vscode-fastly-vcl
    A Visual Studio Code extension which brings full IDE support for Fastly Varnish Configuration Language (VCL) to Visual Studio Code, from syntax highlighting to intelligent diagnostics

All projects

See understanding topics and support levels for more details of how we organize and support our open source code.

RepositoryTypeSupport level
cli
Build, deploy and configure Fastly services from your terminal
ToolProduct
compute-sdk-go
Go SDK for building Fastly Compute applications
Compute SDKProduct
js-compute-runtime
JavaScript SDK and runtime for building Fastly Compute applications
Compute SDKProduct
Viceroy
Viceroy provides local testing for developers working with Compute.
ToolProduct
compute-actions
GitHub Actions for building on Fastly Compute.
PluginOSS Tier 1
compute-hibp-filter
Fastly Compute enrichment to detect compromised passwords
DemoOSS Tier 1
compute-rust-opentelemetry-exporter
Export OpenTelemetry traces from your Rust Compute services
Compute libraryOSS Tier 1
esi
A streaming Edge Side Includes parser and executor designed for Fastly Compute.
Compute libraryOSS Tier 1
expressly
Express style router for Fastly Compute
Compute libraryOSS Tier 1
fastly-dashboards
A comprehensive, out-of-the-box monitoring and alerting solution for Fastly services.
ToolOSS Tier 1
fastly-exporter
A Prometheus exporter for the Fastly Real-time Analytics API
ToolOSS Tier 1
fastly-magento
Magento Extension for working with the Fastly Content Delivery Network
PluginOSS Tier 1
fastly-magento2
Module for integrating Fastly CDN with Magento 2 installations
PluginOSS Tier 1
go-fastly
A Fastly API client for Go
API clientOSS Tier 1
insights.js
Real user monitoring of network timing signals using the Open Insights framework
PluginOSS Tier 1
mcp
Model Context Protocol (MCP) server for AI-powered Fastly CDN management.
ToolOSS Tier 1
terraform-provider-fastly
Terraform Fastly provider
PluginOSS Tier 1
CaptchaOnEdge
A Rust app that generates a captcha and saves a signed token in a cookie which is used to verify the captcha when it is resolved. It's completely stateless and runs entirely on Fastly's Compute serverless platform
DemoOSS Tier 2
compute-js-apiclarity
compute-js-apiclarity
ToolOSS Tier 2
compute-js-auth
OAuth 2.0 implementation for Fastly Compute, in JavaScript
DemoOSS Tier 2
compute-js-esi
An implementation of ESI (Edge Side Includes) for Fastly Compute JavaScript
Compute libraryOSS Tier 2
compute-js-opentelemetry
An implementation of OpenTelemetry for Fastly Compute
Compute libraryOSS Tier 2
compute-js-static-publish
Static Publisher for Fastly Compute JavaScript
ToolOSS Tier 2
compute-ll-hls
Fastly Compute application for LL-HLS playlist manipulation.
DemoOSS Tier 2
compute-rust-sentry
Send error reports from Rust Fastly Compute services to Sentry.
Compute libraryOSS Tier 2
compute-segmented-caching
Segmented Caching as a Fastly Compute app
DemoOSS Tier 2
demo-fiddle-ci
Using Fastly Fiddle to enable CI testing of Fastly services
DemoOSS Tier 2
edgeml-recommender
POC: similarity search recommendation engine at the edge using only Fastly Compute & Rust
DemoOSS Tier 2
fanout-chat-demo
Demonstrates the use of Fastly Fanout to maintain a chat system and send update messages across devices in real time.
DemoOSS Tier 2
fanout-compute-js-demo
Fanout Fastly Compute JavaScript demo
DemoOSS Tier 2
fanout-leaderboard-demo
Leaderboard Demo for Fastly Fanout
DemoOSS Tier 2
fastly-go
A Fastly API client for Go
API clientOSS Tier 2
fastly-js
A Fastly API client for JavaScript
API clientOSS Tier 2
fastly-perl
A Fastly API client for Perl
API clientOSS Tier 2
fastly-php
A Fastly API client for PHP
API clientOSS Tier 2
fastly-py
A Fastly API client for Python
API clientOSS Tier 2
fastly-ruby
A Fastly API client for Ruby
API clientOSS Tier 2
fastly-rust
A Rust Fastly API client library.
API clientOSS Tier 2
fastly-typo3
Extension for integrating Fastly CDN with TYPO3 installations
PluginOSS Tier 2
graphql-compute-example
An example of using GraphQL inside Fastly Compute
DemoOSS Tier 2
http-compute-js
Node.js-compatible request and response objects
Compute libraryOSS Tier 2
js-compute-testing
Write JavaScript tests from Node.js, against a local or remote Fastly Compute application
ToolOSS Tier 2
js-serve-grip-expressly
Extension of js-serve-grip to work with Expressly
Compute libraryOSS Tier 2
open-insights-provider-fastly
An open-insights provider for Fastly
PluginOSS Tier 2
remix-compute-js
Remix for Fastly Compute JavaScript
PluginOSS Tier 2
sigsci-splunk-app
Splunk app for Fastly (Signal Sciences)
PluginOSS Tier 2
sse-demo
A demo of a streaming data use case for Fastly
DemoOSS Tier 2
url-shortener
A tool makes your message easier to read
DemoOSS Tier 2
vscode-fastly-vcl
A Visual Studio Code extension which brings full IDE support for Fastly Varnish Configuration Language (VCL) to Visual Studio Code, from syntax highlighting to intelligent diagnostics
PluginOSS Tier 2
wafefficacy
Measures the effectiveness of your Web Application Firewall (WAF)
ToolOSS Tier 2
WordPress-Plugin
The Official Fastly WordPress Plugin
PluginOSS Tier 2

Understanding topics and support levels

We use GitHub topics to help group our open source repositories into themes:

  • Tools: These projects are tools you can run in your own environment, usually to help you interact with Fastly.
  • Plugins: Sometimes we release code that can be used with third-party products to help them integrate with Fastly.
  • Demos: Applications that you can run on or with Fastly, demonstrating creative uses of the Fastly platform.
  • API clients: The Fastly API is accessible over HTTP and therefore any HTTP client (e.g. curl or Postman) will work, but we also provide dedicated adapters for a variety of languages.
  • Compute Starter kits: The Fastly Compute platform allows you to run your code on our giant edge network in a variety of languages. Starter kits offer complete example Compute applications that are great for scaffolding new projects.
  • Compute SDKs: Run within Fastly Compute and allow you to access platform features from your preferred language. Use our SDK comparison table to understand the differences between SDKs.
  • Compute libraries: We've made and open sourced code that you can run on our Compute platform, to help make complex tasks easy.

We also use topics to help you understand how we support and work with the community, and what minimum expectations you can have of our open source repositories:

fastly-productfastly-oss-tier1fastly-oss-tier2
Part of Fastly's official productsActively developedMaintenance mode
Support options
Community support via Fastly Connect
Public issue tracker
Supported by Fastly customer support
Documented in Fastly docs
Stability
Development cadenceContinualRegularSporadic
Critical dependency updatesProactiveProactiveReactive
Critical fixes
Works in Fiddle if applicable
Maintains compatibility with Fastly platform
Compliance
Complies with retirement policy

If a repository is no longer supported at all, we archive it. Archived repositories are not tested and do not receive dependency or security updates.