---
title: "Databuddy Analytics"
description: "Use Databuddy Analytics in your Nuxt app."
canonical_url: "https://scripts.nuxt.com/scripts/databuddy-analytics"
last_updated: "2026-05-03T02:50:02.317Z"
---

[Databuddy](https://www.databuddy.cc/) is a privacy-first analytics platform focused on performance and minimal data collection.

<script-stats>



</script-stats>

<script-docs>



</script-docs>

### CDN / Self-hosted

By default the registry injects `https://cdn.databuddy.cc/databuddy.js`. If you host the script yourself, pass `scriptUrl` in options to override the `src`.

```ts
useScriptDatabuddyAnalytics({
  scriptUrl: 'https://my-host/databuddy.js',
  clientId: 'YOUR_CLIENT_ID'
})
```

<script-types>



</script-types>
