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

# All installation guides

> Install PostMetric on any platform

Choose your platform to see installation instructions:

<CardGroup cols={3}>
  <Card title="Next.js" icon="nextjs" href="/installation/nextjs">
    Next.js App Router
  </Card>

  <Card title="React" icon="react" href="/installation/react">
    React applications
  </Card>

  <Card title="Vue.js" icon="vue" href="/installation/vue">
    Vue.js projects
  </Card>

  <Card title="WordPress" icon="wordpress" href="/installation/wordpress">
    WordPress sites
  </Card>

  <Card title="Shopify" icon="shopify" href="/installation/shopify">
    Shopify stores
  </Card>
</CardGroup>

## Universal installation

If your platform isn't listed, you can use the universal installation method:

### Add to HTML

Add this script to the `<head>` section of your website:

```html theme={null}
<script src="https://your-domain.com/api/track.js?site=YOUR_TRACKING_CODE"></script>
```

Replace `YOUR_TRACKING_CODE` with your tracking code from the dashboard.

### Verify installation

1. Visit your website
2. Check your PostMetric dashboard - you should see your visit

## Need help?

If you need help installing PostMetric on a specific platform, [contact support](mailto:support@postmetric.io).
