---
title: Code examples
summary: null
url: https://www.fastly.com/documentation/solutions/examples
---


import CodeExamplesProvider from '~providers/code-examples'

Our code examples library is an always-evolving set of samples to do just about anything on the Fastly edge cloud. Browse or search for a keyword to find the perfect, ready-made solution you can paste into your service or adapt and customize for your own needs. Using [Fastly Fiddle](https://fiddle.fastly.dev), play with any example and take advantage of the Fastly edge cloud, all without registering or affecting any existing account.

<CodeExamplesProvider render={nodes => (
  <CardGallery
    data={nodes.map((node) => ({
      link: node.path,
      title: node.title,
      labels: node.tags,
      linkPrefix: "/solutions/examples?tag=",
      content: node.summary,
    }))}
  />
)} />

<Partial name="license" />
