> For the complete documentation index, see [llms.txt](https://docs.millimetric.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.millimetric.ai/sdks.md).

# SDKs

- [Browser — @millimetric/track](https://docs.millimetric.ai/sdks/browser.md): @millimetric/track — the browser SDK. ~1.8 KB gzipped.
- [Node — @millimetric/track-node](https://docs.millimetric.ai/sdks/node.md): @millimetric/track-node — server-side SDK. Node 18+ / Bun / Deno.
- [curl & raw HTTP](https://docs.millimetric.ai/sdks/curl.md): Plain HTTP — no SDK required.
- [Framework recipes](https://docs.millimetric.ai/sdks/frameworks.md): Drop-in setup for React, Next.js, Vue, Svelte, and other JS frameworks.
- [React](https://docs.millimetric.ai/sdks/frameworks/react.md): React (Vite, CRA, Remix client) + @millimetric/track.
- [Next.js](https://docs.millimetric.ai/sdks/frameworks/nextjs.md): Next.js (App Router and Pages) + @millimetric/track. Covers RSC and edge.
- [Vue](https://docs.millimetric.ai/sdks/frameworks/vue.md): Vue 3 (and Nuxt) + @millimetric/track.
- [Svelte / SvelteKit](https://docs.millimetric.ai/sdks/frameworks/svelte.md): Svelte 5 / SvelteKit + @millimetric/track.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.millimetric.ai/sdks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
