Widget
Other Frameworks
Use Faster Fixes with non-React frameworks via the core client.
We are actively working on integrations for other frameworks. In the meantime, you can use the core client directly:
npm install @fasterfixes/coreimport { FasterFixesClient } from "@fasterfixes/core";
const client = new FasterFixesClient({
apiKey: "your-api-key",
apiOrigin: "https://faster-fixes.com", // optional
});The core package provides the API client, selector generation utilities, and browser info helpers without any React dependency. See the Feedback API for all available endpoints.