> ## 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.

# Next steps & resources

> Continue your ButterCMS journey with advanced features and framework integrations

Congratulations! You've completed the ButterCMS quickstart. You now have the foundation to build content-powered applications.

## Where to go next

### Learn core concepts

Deepen your understanding of ButterCMS's building blocks:

<CardGroup cols={2}>
  <Card icon="file" href="../core-concepts/content-types/pages" title="Pages & Page Types">
    Master flexible content schemas for any page structure
  </Card>

  <Card icon="database" href="../core-concepts/content-types/collections" title="Collections">
    Create reusable data tables for categories, authors, and more
  </Card>

  <Card icon="newspaper" href="../core-concepts/content-types/blog-engine" title="Blog Engine">
    Leverage the built-in blog solution with posts, authors, and tags
  </Card>

  <Card icon="puzzle-piece" href="../core-concepts/field-types/components" title="Components">
    Build reusable content blocks for modular page design
  </Card>
</CardGroup>

### Integrate with your framework

ButterCMS works with any technology stack. Choose your framework:

<CardGroup cols={3}>
  <Card icon="react" href="../frameworks/javascript-frameworks/nextjs" title="Next.js">
    React framework with SSR/SSG
  </Card>

  <Card icon="vuejs" href="../frameworks/javascript-frameworks/nuxt" title="Nuxt">
    Vue.js framework with SSR
  </Card>

  <Card icon="star" href="../frameworks/javascript-frameworks/astro" title="Astro">
    Content-focused static sites
  </Card>

  <Card icon="react" href="../frameworks/javascript-frameworks/react" title="React">
    Client-side React apps
  </Card>

  <Card icon="vuejs" href="../frameworks/javascript-frameworks/vue" title="Vue">
    Progressive Vue.js apps
  </Card>

  <Card icon="angular" href="../frameworks/javascript-frameworks/angular" title="Angular">
    Fast, lightweight Angular applications
  </Card>
</CardGroup>

<Card icon="grid" href="../frameworks/javascript-frameworks/angular" title="All framework guides">
  Don't see your stack? Browse our complete list of 20+ framework integrations.
</Card>

## How-to recipes

<Card icon="receipt" href="../build-your-app/how-to-recipes/build/building-a-blog-blog-engine" title="How-to recipes">
  Examples of various ButterCMS use cases, including: product catalogs, knowledge bases, FAQ systems, event management systems, and more.
</Card>

## Advanced features to explore

### Creating content

<CardGroup cols={2}>
  <Card icon="globe" href="../build-your-app/localization/localization-quickstart" title="Localization">
    Enable locales and ship localized content
  </Card>

  <Card icon="layer-group" href="../create-content/multi-site-environments/working-with-multisites" title="Multi-environment">
    Separate development, staging, and production
  </Card>

  <Card icon="eye" href="../create-content/publishing-lifecycle/previewing-changes" title="Content previews">
    Preview draft content before publishing
  </Card>

  <Card icon="bell" href="../build-your-app/webhooks-events/webhooks-overview" title="Webhooks">
    Trigger rebuilds when content changes
  </Card>
</CardGroup>

### Developer tools

<CardGroup cols={2}>
  <Card icon="pen" href="../api-reference/pages/create-page-via-write-api" title="Write API">
    Programmatically create and update content
  </Card>

  <Card icon="webhook" href="../build-your-app/webhooks-events/configuring-and-receiving-webhooks" title="Webhooks">
    Real-time notifications for content changes
  </Card>

  <Card icon="box" href="../frameworks/sdks/javascript-sdk" title="Official SDKs">
    JavaScript, Python, Ruby, PHP, and more
  </Card>

  <Card icon="code" href="../api/overview" title="API reference">
    Complete REST API documentation
  </Card>
</CardGroup>

### Get help

* **Support**: Email us at [support@buttercms.com](mailto:support@buttercms.com)
* **GitHub**: Browse [example projects and SDKs](https://github.com/buttercms)
