[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-644":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":43,"readmeContent":44,"aiSummary":45,"trendingCount":16,"starSnapshotCount":16,"syncStatus":46,"lastSyncTime":47,"discoverSource":48},644,"Flowise","FlowiseAI\u002FFlowise","FlowiseAI","Build AI Agents, Visually","https:\u002F\u002Fflowiseai.com",null,"TypeScript",53485,24502,358,664,0,24,151,781,106,120,"Other",false,"main",[26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"agentic-ai","agentic-workflow","agents","artificial-intelligence","chatbot","chatgpt","javascript","langchain","large-language-models","low-code","multiagent-systems","no-code","openai","rag","react","typescript","workflow-automation","2026-06-11 04:00:33","\u003C!-- markdownlint-disable MD030 -->\n\n\u003Cp align=\"center\">\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fblob\u002Fmain\u002Fimages\u002Fflowise_white.svg#gh-light-mode-only\">\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fblob\u002Fmain\u002Fimages\u002Fflowise_dark.svg#gh-dark-mode-only\">\n\u003C\u002Fp>\n\n\u003Cdiv align=\"center\">\n\n[![Release Notes](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002FFlowiseAI\u002FFlowise)](https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Freleases)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1087698854775881778?label=Discord&logo=discord)](https:\u002F\u002Fdiscord.gg\u002FjbaHfsRVBW)\n[![Twitter Follow](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002FFlowiseAI?style=social)](https:\u002F\u002Ftwitter.com\u002FFlowiseAI)\n[![GitHub star chart](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002FFlowiseAI\u002FFlowise?style=social)](https:\u002F\u002Fstar-history.com\u002F#FlowiseAI\u002FFlowise)\n[![GitHub fork](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002FFlowiseAI\u002FFlowise?style=social)](https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Ffork)\n\nEnglish | [繁體中文](.\u002Fi18n\u002FREADME-TW.md) | [简体中文](.\u002Fi18n\u002FREADME-ZH.md) | [日本語](.\u002Fi18n\u002FREADME-JA.md) | [한국어](.\u002Fi18n\u002FREADME-KR.md)\n\n\u003C\u002Fdiv>\n\n\u003Ch3>Build AI Agents, Visually\u003C\u002Fh3>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\">\n\u003Cimg width=\"100%\" src=\"https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fblob\u002Fmain\u002Fimages\u002Fflowise_agentflow.gif?raw=true\">\u003C\u002Fa>\n\n## 📚 Table of Contents\n\n-   [⚡ Quick Start](#-quick-start)\n-   [🐳 Docker](#-docker)\n-   [👨‍💻 Developers](#-developers)\n-   [🌱 Env Variables](#-env-variables)\n-   [📖 Documentation](#-documentation)\n-   [🌐 Self Host](#-self-host)\n-   [☁️ Flowise Cloud](#️-flowise-cloud)\n-   [🙋 Support](#-support)\n-   [🙌 Contributing](#-contributing)\n-   [📄 License](#-license)\n\n## ⚡Quick Start\n\nDownload and Install [NodeJS](https:\u002F\u002Fnodejs.org\u002Fen\u002Fdownload) >= 20.0.0\n\n1. Install Flowise\n    ```bash\n    npm install -g flowise\n    ```\n2. Start Flowise\n\n    ```bash\n    npx flowise start\n    ```\n\n3. Open [http:\u002F\u002Flocalhost:3000](http:\u002F\u002Flocalhost:3000)\n\n## 🐳 Docker\n\n### Docker Compose\n\n1. Clone the Flowise project\n2. Go to `docker` folder at the root of the project\n3. Copy `.env.example` file, paste it into the same location, and rename to `.env` file\n4. `docker compose up -d`\n5. Open [http:\u002F\u002Flocalhost:3000](http:\u002F\u002Flocalhost:3000)\n6. You can bring the containers down by `docker compose stop`\n\n### Docker Image\n\n1. Build the image locally:\n\n    ```bash\n    docker build --no-cache -t flowise .\n    ```\n\n2. Run image:\n\n    ```bash\n    docker run -d --name flowise -p 3000:3000 flowise\n    ```\n\n3. Stop image:\n\n    ```bash\n    docker stop flowise\n    ```\n\n## 👨‍💻 Developers\n\nFlowise has 3 different modules in a single mono repository.\n\n-   `server`: Node backend to serve API logics\n-   `ui`: React frontend\n-   `components`: Third-party nodes integrations\n-   `api-documentation`: Auto-generated swagger-ui API docs from express\n\n### Prerequisite\n\n-   Install [PNPM](https:\u002F\u002Fpnpm.io\u002Finstallation)\n    ```bash\n    npm i -g pnpm\n    ```\n\n### Setup\n\n1.  Clone the repository:\n\n    ```bash\n    git clone https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise.git\n    ```\n\n2.  Go into repository folder:\n\n    ```bash\n    cd Flowise\n    ```\n\n3.  Install all dependencies of all modules:\n\n    ```bash\n    pnpm install\n    ```\n\n4.  Build all the code:\n\n    ```bash\n    pnpm build\n    ```\n\n    \u003Cdetails>\n    \u003Csummary>Exit code 134 (JavaScript heap out of memory)\u003C\u002Fsummary>  \n    If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again:\n\n    ```bash\n    # macOS \u002F Linux \u002F Git Bash\n    export NODE_OPTIONS=\"--max-old-space-size=4096\"\n\n    # Windows PowerShell\n    $env:NODE_OPTIONS=\"--max-old-space-size=4096\"\n\n    # Windows CMD\n    set NODE_OPTIONS=--max-old-space-size=4096\n    ```\n\n    Then run:\n\n    ```bash\n    pnpm build\n    ```\n\n    \u003C\u002Fdetails>\n\n5.  Start the app:\n\n    ```bash\n    pnpm start\n    ```\n\n    You can now access the app on [http:\u002F\u002Flocalhost:3000](http:\u002F\u002Flocalhost:3000)\n\n6.  For development build:\n\n    -   Create `.env` file and specify the `VITE_PORT` (refer to `.env.example`) in `packages\u002Fui`\n    -   Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages\u002Fserver`\n    -   Run:\n\n        ```bash\n        pnpm dev\n        ```\n\n    Any code changes will reload the app automatically on [http:\u002F\u002Flocalhost:8080](http:\u002F\u002Flocalhost:8080)\n\n## 🌱 Env Variables\n\nFlowise supports different environment variables to configure your instance. You can specify the following variables in the `.env` file inside `packages\u002Fserver` folder. Read [more](https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fblob\u002Fmain\u002FCONTRIBUTING.md#-env-variables)\n\n## 📖 Documentation\n\nYou can view the Flowise Docs [here](https:\u002F\u002Fdocs.flowiseai.com\u002F)\n\n## 🌐 Self Host\n\nDeploy Flowise self-hosted in your existing infrastructure, we support various [deployments](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment)\n\n-   [AWS](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Faws)\n-   [Azure](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Fazure)\n-   [Digital Ocean](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Fdigital-ocean)\n-   [GCP](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Fgcp)\n-   [Alibaba Cloud](https:\u002F\u002Fcomputenest.console.aliyun.com\u002Fservice\u002Finstance\u002Fcreate\u002Fdefault?type=user&ServiceName=Flowise社区版)\n-   \u003Cdetails>\n      \u003Csummary>Others\u003C\u002Fsummary>\n\n    -   [Railway](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Frailway)\n\n        [![Deploy on Railway](https:\u002F\u002Frailway.app\u002Fbutton.svg)](https:\u002F\u002Frailway.app\u002Ftemplate\u002Fpn4G8S?referralCode=WVNPD9)\n\n    -   [Northflank](https:\u002F\u002Fnorthflank.com\u002Fstacks\u002Fdeploy-flowiseai)\n\n        [![Deploy to Northflank](https:\u002F\u002Fassets.northflank.com\u002Fdeploy_to_northflank_smm_36700fb050.svg)](https:\u002F\u002Fnorthflank.com\u002Fstacks\u002Fdeploy-flowiseai)\n\n    -   [Render](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Frender)\n\n        [![Deploy to Render](https:\u002F\u002Frender.com\u002Fimages\u002Fdeploy-to-render-button.svg)](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Frender)\n\n    -   [HuggingFace Spaces](https:\u002F\u002Fdocs.flowiseai.com\u002Fconfiguration\u002Fdeployment\u002Fhugging-face)\n\n        \u003Ca href=\"https:\u002F\u002Fhuggingface.co\u002Fspaces\u002FFlowiseAI\u002FFlowise\">\u003Cimg src=\"https:\u002F\u002Fhuggingface.co\u002Fdatasets\u002Fhuggingface\u002Fbadges\u002Fraw\u002Fmain\u002Fopen-in-hf-spaces-sm.svg\" alt=\"HuggingFace Spaces\">\u003C\u002Fa>\n\n    -   [Elestio](https:\u002F\u002Felest.io\u002Fopen-source\u002Fflowiseai)\n\n        [![Deploy on Elestio](https:\u002F\u002Felest.io\u002Fimages\u002Flogos\u002Fdeploy-to-elestio-btn.png)](https:\u002F\u002Felest.io\u002Fopen-source\u002Fflowiseai)\n\n    -   [Sealos](https:\u002F\u002Ftemplate.sealos.io\u002Fdeploy?templateName=flowise)\n\n        [![Deploy on Sealos](https:\u002F\u002Fsealos.io\u002FDeploy-on-Sealos.svg)](https:\u002F\u002Ftemplate.sealos.io\u002Fdeploy?templateName=flowise)\n\n    -   [RepoCloud](https:\u002F\u002Frepocloud.io\u002Fdetails\u002F?app_id=29)\n\n        [![Deploy on RepoCloud](https:\u002F\u002Fd16t0pc4846x52.cloudfront.net\u002Fdeploy.png)](https:\u002F\u002Frepocloud.io\u002Fdetails\u002F?app_id=29)\n\n      \u003C\u002Fdetails>\n\n## ☁️ Flowise Cloud\n\nGet Started with [Flowise Cloud](https:\u002F\u002Fflowiseai.com\u002F).\n\n## 🙋 Support\n\nFeel free to ask any questions, raise problems, and request new features in [Discussion](https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fdiscussions).\n\n## 🙌 Contributing\n\nThanks go to these awesome contributors\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FFlowiseAI\u002FFlowise\u002Fgraphs\u002Fcontributors\">\n\u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=FlowiseAI\u002FFlowise\" \u002F>\n\u003C\u002Fa>\u003Cbr>\u003Cbr>\n\nSee [Contributing Guide](CONTRIBUTING.md). Reach out to us at [Discord](https:\u002F\u002Fdiscord.gg\u002FjbaHfsRVBW) if you have any questions or issues.\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=FlowiseAI\u002FFlowise&type=Timeline)](https:\u002F\u002Fstar-history.com\u002F#FlowiseAI\u002FFlowise&Date)\n\n## 📄 License\n\nSource code in this repository is made available under the [Apache License Version 2.0](LICENSE.md).\n","Flowise 是一个用于可视化构建 AI 代理的平台。它允许用户通过拖拽界面来创建复杂的 AI 工作流，无需编写代码或仅需少量代码。项目基于 TypeScript 开发，集成了多种人工智能技术如 ChatGPT、LangChain 等，并支持多代理系统和工作流自动化。其低代码\u002F无代码特性使得非专业开发者也能轻松上手，快速搭建出智能聊天机器人、自动问答系统等应用。适合于需要快速原型设计或部署AI解决方案的各种场景，无论是企业内部自动化流程还是个人项目探索，都能找到用武之地。",2,"2026-06-11 02:38:21","top_all"]