---
title: Demos
summary: null
url: https://www.fastly.com/documentation/solutions/demos
---


import DemosProvider from "~providers/demos"

Our demos showcase some examples of how the Fastly edge cloud can add value to your website or application.

<DemosProvider render={(nodes) => (
  <CardGallery data={nodes.map((n) => ({
      link: n.path,
      title: n.title,
      content: <p>{n.description}</p>,
      image: n.publicImage
    }))}
  />
)} />
