Installation

Add the Fluister widget to your website with one line of code.

1. Create an account

Go to fluister.dev and create a free account.

2. Create a project

Create a new project and copy your project key.

3. Add the code

Paste this code just before the closing body tag of your website:

<script
  src="https://fluister.dev/widget.js"
  data-project="YOUR_PROJECT_KEY"
  data-color="#667eea"
  data-position="bottom-right"
  data-lang="nl"
></script>

💡 Only data-project is required. The other attributes are optional — see Widget Configuration for all options.