Skip to content

Simple chatflows from Flowise Cloud. Includes JSON exports of my custom AI chatbots and agents. Anyone can import these files back into Flowise (Cloud or self-hosted) to replicate and build upon the flows.

Notifications You must be signed in to change notification settings

sidd-shukla/flowise-chatflows-chatbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Flowise Chatflows

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.


πŸš€ How to Import a Chatflow into Flowise

Option 1: Import into Flowise Cloud

  1. Log in to your Flowise Cloud account.
  2. From the left sidebar, go to Chatflows.
  3. Click + New Chatflow β†’ then choose Import Chatflow (you’ll see an option to upload a JSON file).
  4. Upload one of the .json files from this repository (e.g. hello-flowise-v1.json).
  5. Once imported, the flow will appear in your chatflows list. You can edit and run it immediately.

Option 2: Import into Local / Self-hosted Flowise

  1. Run Flowise locally (or via Docker) β†’ open the UI at http://localhost:3000.
  2. Go to Chatflows in the sidebar.
  3. Click Import (top-right).
  4. Select a .json file from this repo.
  5. The chatflow will appear in your workspace.

πŸ“‚ Repository Structure

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)


✨ Tips

  • 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.

πŸ“œ License

Feel free to fork and modify. Please credit the original repo if you share improved versions.

About

Simple chatflows from Flowise Cloud. Includes JSON exports of my custom AI chatbots and agents. Anyone can import these files back into Flowise (Cloud or self-hosted) to replicate and build upon the flows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published