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

# Plausible

<img src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/plausible.png?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=c427fe579b06e21bbee61562c2df6b5f" alt="Plausible" width="2400" height="700" data-path="images/plausible.png" />

Plausible integration in ShipKit offers a straightforward, privacy-focused analytics solution. It's designed for ease of use, providing clear, actionable insights without tracking personal data. This makes it ideal for projects where user privacy is a priority, enabling you to make informed decisions while respecting user confidentiality.

Sign up for a free trail with <a href="https://plausible.io" target="_blank">Plausible</a>.

## Environment variables

To enable Plausible in your project, simply add the following environment variable to your `.env` file:

<Tabs>
  <Tab title="Astro">
    ```ini theme={null}
    # .env
    PUBLIC_PLAUSIBLE_DOMAIN=
    ```
  </Tab>

  <Tab title="Next.js">
    ```ini theme={null}
    # .env
    NEXT_PUBLIC_PLAUSIBLE_DOMAIN=
    ```
  </Tab>
</Tabs>
