@formbricks/js
TypeScript icon, indicating that this package has built-in type declarations

1.6.5 • Public • Published

Formbricks Browser JS Library

npm package MIT License

Please see Formbricks Docs. Specifically, Quickstart/Implementation details.

What is Formbricks

Formbricks is your go-to solution for in-product micro-surveys that will supercharge your product experience! 🚀 For more information please check out formbricks.com.

How to use this library

  1. Install the Formbricks package inside your project using npm:
npm install -s @formbricks/js
  1. Import Formbricks and initialize the widget in your main component (e.g., App.tsx or App.js):
import formbricks from "@formbricks/js";

if (typeof window !== "undefined") {
  formbricks.init({
    environmentId: "your-environment-id",
    apiHost: "https://app.formbricks.com",
  });
}

Replace your-environment-id with your actual environment ID. You can find your environment ID in the Setup Checklist in the Formbricks settings.

For more detailed guides for different frameworks, check out our Framework Guides.

Package Sidebar

Install

npm i @formbricks/js

Weekly Downloads

4,427

Version

1.6.5

License

MIT

Unpacked Size

546 kB

Total Files

12

Last publish

Collaborators

  • matthiasnannt