{"id":14007008,"url":"https://github.com/FlowiseAI/FlowiseEmbedReact","last_synced_at":"2025-07-24T00:32:36.508Z","repository":{"id":196496627,"uuid":"658440595","full_name":"FlowiseAI/FlowiseEmbedReact","owner":"FlowiseAI","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T11:47:08.000Z","size":79,"stargazers_count":52,"open_issues_count":5,"forks_count":71,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-24T19:55:56.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowiseAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-25T18:44:18.000Z","updated_at":"2024-11-18T21:20:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"4138cb4d-6c15-4fd0-b680-c9e4621b1ac7","html_url":"https://github.com/FlowiseAI/FlowiseEmbedReact","commit_stats":null,"previous_names":["flowiseai/flowiseembedreact"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseEmbedReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseEmbedReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseEmbedReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseEmbedReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowiseAI","download_url":"https://codeload.github.com/FlowiseAI/FlowiseEmbedReact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227384071,"owners_count":17772308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-10T10:01:45.879Z","updated_at":"2024-11-30T17:31:40.575Z","avatar_url":"https://github.com/FlowiseAI.png","language":"TypeScript","readme":"\u003c!-- markdownlint-disable MD030 --\u003e\n\n# Flowise Embed React\n\nReact library to display flowise chatbot on your website\n\n![Flowise](https://github.com/FlowiseAI/FlowiseChatEmbed/blob/main/images/ChatEmbed.gif?raw=true)\n\n## Install\n\n```bash\nnpm install flowise-embed flowise-embed-react\n```\n\nor\n\n```bash\nyarn add flowise-embed flowise-embed-react\n```\n\n## Import\n\nFull Page Chat\n\n```tsx\nimport { FullPageChat } from \"flowise-embed-react\";\n\nconst App = () =\u003e {\n  return (\n    \u003cFullPageChat\n      chatflowid=\"your-chatflow-id\"\n      apiHost=\"http://localhost:3000\"\n    /\u003e\n  );\n};\n```\n\nPopup Chat\n\n```tsx\nimport { BubbleChat } from \"flowise-embed-react\";\n\nconst App = () =\u003e {\n  return (\n    \u003cBubbleChat chatflowid=\"your-chatflow-id\" apiHost=\"http://localhost:3000\" /\u003e\n  );\n};\n```\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowiseAI%2FFlowiseEmbedReact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlowiseAI%2FFlowiseEmbedReact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlowiseAI%2FFlowiseEmbedReact/lists"}