# Developer Experience

We believe that analytics infrastructure should be developer-first. Signet is built to integrate seamlessly into modern development workflows.

#### Framework Native

While Signet works with any JavaScript environment, we provide first-class support for the modern React ecosystem. Our library includes dedicated hooks and components that make integration into Next.js App Router and standard React applications intuitive.

#### Debug Mode and API Playground

To facilitate rapid implementation, Signet includes a robust set of debugging tools. Developers can enable verbose logging in local environments to verify that events are firing correctly before deploying to production. Additionally, our interactive API playground allows you to test queries and explore the structure of your data, ensuring that you can build custom integrations and dashboards with confidence.


---

# Agent Instructions: 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.signtoken.vip/2.-core-features/developer-experience.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.
