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

# Integration

> Find the right guide for your platform.

bchic Analytics runs on almost every website. Whether you use a website builder, a CMS, or a modern JavaScript framework – setup usually takes just a few minutes.

Select your platform to get to the specific guide.

## CMS & Site Builder

<CardGroup cols={2}>
  <Card title="WordPress" href="/en/integration/wordPress">
    Installation via Code Snippet plugin or theme files.
  </Card>

  <Card title="Webflow" href="/en/integration/webflow">
    Integration via Custom Code settings (Head Code).
  </Card>

  <Card title="Framer" href="/en/integration/framer">
    Design tool integration with automatic SPA detection.
  </Card>

  <Card title="Wix" href="/en/integration/wix">
    Setup via Dashboard (Custom Code).
  </Card>

  <Card title="Squarespace" href="/en/integration/squareSpace">
    Use of "Code Injection" for header and events.
  </Card>

  <Card title="Mintlify" href="/en/integration/mintlify">
    Embed tracking directly in your documentation.
  </Card>
</CardGroup>

## Frameworks & Code

<CardGroup cols={2}>
  <Card title="Vue.js" href="/en/integration/vue">
    Guide for Vue 2 & 3, including TypeScript support.
  </Card>

  <Card title="Other SPAs" href="/en/integration/sPAs">
    React, Angular, Svelte, and generic Single Page Applications.
  </Card>
</CardGroup>

## Platform not listed?

If your platform is not listed above, our generic HTML snippet works in 99% of cases. You just have to copy it into the `<head>` area of your website.

<Card title="Standard HTML Integration" icon="html5" href="/en/integration/sPAs">
  Here you will find the generic snippet and advanced options.
</Card>
