# Umami Analytics

> Umami is not included as a built-in analytics provider in this repo.

*Canonical: https://makerkit.dev/docs/tanstack-drizzle/analytics/umami-analytics-provider*

---

This repository does not currently ship an Umami provider package.

## Current State

- No Umami integration exists in `packages/`
- The analytics manager currently registers only `null`

## Extension Path

If you want Umami:

1. Implement `AnalyticsService` for Umami
2. Register that provider in `packages/analytics/src/index.ts`
3. Add matching server-side wiring only if your integration needs it

Use [Custom Analytics Provider](./custom-analytics-provider) as the base pattern.
