Embed

You can embed a chat widget to your website. Simply copy paste the embedded code provided to anywhere in the <body> tag of your html file.

Watch how to do that:

You can also customize your own embedded chat widget UI and pass chatflowConfig JSON object to override existing config. See configuration listarrow-up-right.

To modify the full source code of embedded chat widget, follow these steps:

  1. Then you can make any code changes. One of the popular ask is to remove Flowise brandingarrow-up-right.

  2. Run yarn build

  3. Push changes to the forked repo

  4. You can then use it as embedded chat like so:

Replace username to your Github username, and forked-repo to your forked repo.

Tutorials

  • Watch how to embed LangFlux in a Bootstrap 5 website

  • Watch how to add chatbot to website

Last updated