SkillAgentSearch skills...

FlowiseEmbedReact

No description available

Install / Use

/learn @FlowiseAI/FlowiseEmbedReact
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- markdownlint-disable MD030 -->

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install flowise-embed flowise-embed-react

or

yarn add flowise-embed flowise-embed-react

Import

Full Page Chat

import { FullPageChat } from "flowise-embed-react";

const App = () => {
  return (
    <FullPageChat
      chatflowid="your-chatflow-id"
      apiHost="http://localhost:3000"
    />
  );
};

Popup Chat

import { BubbleChat } from "flowise-embed-react";

const App = () => {
  return (
    <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
  );
};
View on GitHub
GitHub Stars84
CategoryDevelopment
Updated5h ago
Forks102

Languages

TypeScript

Security Score

75/100

Audited on Apr 5, 2026

No findings