This repository contains exported Flowise chatflow JSON files. These exports capture the structure of AI chatbots and agents I have built using Flowise Cloud.
By importing these JSON files into Flowise, you can replicate the exact flows (nodes, prompts, chains, agents) and customize them for your own projects.
- Log in to your Flowise Cloud account.
- From the left sidebar, go to Chatflows.
- Click + New Chatflow β then choose Import Chatflow (youβll see an option to upload a JSON file).
- Upload one of the
.json
files from this repository (e.g.hello-flowise-v1.json
). - Once imported, the flow will appear in your chatflows list. You can edit and run it immediately.
- Run Flowise locally (or via Docker) β open the UI at
http://localhost:3000
. - Go to Chatflows in the sidebar.
- Click Import (top-right).
- Select a
.json
file from this repo. - The chatflow will appear in your workspace.
flowise-chatflows/ β βββ hello-flowise-v1.json # Simple chatbot with ChatOpenAI + Prompt + LLM Chain βββ polite-concierge-v2.json # Version with improved prompt style βββ (future exports here)
- You need a valid OpenAI API key (or other model provider key) set up in Flowise under Credentials.
- After importing, always check the LLM node settings and reselect your credential, since API keys are not exported for security reasons.
- You can duplicate flows in Flowise to create new versions and export them back here for version control.
Feel free to fork and modify. Please credit the original repo if you share improved versions.