2.0.0 • Published 6 days ago

@formbricks/js v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

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):

For Website surveys:

import formbricks from "@formbricks/js/website";

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

For App surveys:

import formbricks from "@formbricks/js/app";

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

Replace your-environment-id with your actual environment ID. You can find your environment ID in the Setup Checklist in the Formbricks settings. If you are using App surveys please make sure to pass a unique user identifier to the Formbricks SDK.

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

2.0.0

6 days ago

2.0.0-beta.2

6 days ago

2.0.0-beta.1

12 days ago

2.0.0-beta.0

25 days ago

1.7.1

2 months ago

1.7.0

2 months ago

1.6.5

2 months ago

1.6.4

2 months ago

1.6.3

2 months ago

1.6.2

2 months ago

1.6.1

2 months ago

1.6.0

3 months ago

1.5.1

3 months ago

1.5.0

4 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

5 months ago

1.2.7

5 months ago

1.2.0

6 months ago

1.1.1

7 months ago

1.0.2

9 months ago

1.1.0

7 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.2.6

5 months ago

1.2.5

6 months ago

1.0.7

8 months ago

1.2.4

6 months ago

1.1.5

6 months ago

1.0.6

8 months ago

1.2.3

6 months ago

1.1.4

7 months ago

1.0.5

8 months ago

1.2.2

6 months ago

1.1.3

7 months ago

1.0.4

9 months ago

1.2.1

6 months ago

1.1.2

7 months ago

1.0.3

9 months ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.22

11 months ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

12 months ago

0.1.19

12 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago