---
title: Starter kits in JavaScript
summary: null
url: https://www.fastly.com/documentation/solutions/starters/javascript
---


import StartersProvider from "~providers/starters"

These JavaScript starter kits are complete projects from [Fastly Labs](/developers/labs) that will work immediately and give you a functional foundation to build on as you explore what Fastly can do. To learn more about using JavaScript with our [Compute](/guides/compute) platform, see [using JavaScript](/guides/compute/developer-guides/javascript).

<StartersProvider render={(nodes) => (
  <CardGallery data={nodes.filter(n => n.language === "javascript").map((n) => ({
      link: n.path,
      title: n.title,
      content: <p>{n.summary}</p>,
      labels: [n.language],
    }))}
  />
)} />

