> ## Documentation Index
> Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Frameworks and SDKs

> Framework guides, starter projects, and SDKs for integrating ButterCMS with any tech stack.

Use this section to integrate ButterCMS with your tech stack. Choose a framework guide, clone a starter project, or install an SDK.

<CardGroup cols={3}>
  <Card title="SDKs" icon="cube" href="./sdks/overview">
    Official client libraries for JavaScript, Python, Ruby, PHP, Java, .NET, and Go.
  </Card>

  <Card title="Framework Guides" icon="layer-group" href="./overview">
    Step-by-step guides for 20+ frameworks covering setup, data fetching, and deployment.
  </Card>

  <Card title="Starter Projects" icon="bolt" href="starter-projects/overview">
    Pre-configured projects with pages, blog, media CDN, and one-click deploy to Vercel or Heroku.
  </Card>
</CardGroup>

## How these sections relate

* **SDKs** are the official client libraries for each language. They handle authentication, requests, and response parsing.
* **Framework Guides** show how to use an SDK within a specific framework — covering project setup, data fetching patterns, rendering, and deployment.
* **Starter Projects** are complete, working repos that demonstrate a framework integration end to end. Clone one to explore or use as a starting point.
