{"id":20471329,"url":"https://github.com/flowiseai/flowisetest","last_synced_at":"2026-02-17T19:34:12.825Z","repository":{"id":213403214,"uuid":"723097057","full_name":"FlowiseAI/FlowiseTest","owner":"FlowiseAI","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-20T18:57:24.000Z","size":6719,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T15:36:04.094Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowiseAI.png","metadata":{"files":{"readme":"README-ZH.md","changelog":null,"contributing":"CONTRIBUTING-ZH.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT-ZH.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["FlowiseAI"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-11-24T17:15:55.000Z","updated_at":"2025-07-13T14:59:54.000Z","dependencies_parsed_at":"2024-01-18T05:33:53.529Z","dependency_job_id":null,"html_url":"https://github.com/FlowiseAI/FlowiseTest","commit_stats":null,"previous_names":["flowiseai/flowisetest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FlowiseAI/FlowiseTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowiseAI","download_url":"https://codeload.github.com/FlowiseAI/FlowiseTest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowiseAI%2FFlowiseTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-15T14:15:48.633Z","updated_at":"2026-02-17T19:34:07.815Z","avatar_url":"https://github.com/FlowiseAI.png","language":"TypeScript","funding_links":["https://github.com/sponsors/FlowiseAI"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD030 --\u003e\n\n\u003cimg width=\"100%\" src=\"https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.png?raw=true\"\u003e\u003c/a\u003e\n\n# Flowise - 轻松构建 LLM 应用程序\n\n[![发布说明](https://img.shields.io/github/release/FlowiseAI/Flowise)](https://github.com/FlowiseAI/Flowise/releases)\n[![Discord](https://img.shields.io/discord/1087698854775881778?label=Discord\u0026logo=discord)](https://discord.gg/jbaHfsRVBW)\n[![Twitter关注](https://img.shields.io/twitter/follow/FlowiseAI?style=social)](https://twitter.com/FlowiseAI)\n[![GitHub星图](https://img.shields.io/github/stars/FlowiseAI/Flowise?style=social)](https://star-history.com/#FlowiseAI/Flowise)\n[![GitHub分支](https://img.shields.io/github/forks/FlowiseAI/Flowise?style=social)](https://github.com/FlowiseAI/Flowise/fork)\n\n[English](./README.md) | 中文\n\n\u003ch3\u003e拖放界面构建定制化的LLM流程\u003c/h3\u003e\n\u003ca href=\"https://github.com/FlowiseAI/Flowise\"\u003e\n\u003cimg width=\"100%\" src=\"https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true\"\u003e\u003c/a\u003e\n\n## ⚡ 快速入门\n\n下载并安装 [NodeJS](https://nodejs.org/en/download) \u003e= 18.15.0\n\n1. 安装 Flowise\n    ```bash\n    npm install -g flowise\n    ```\n2. 启动 Flowise\n\n    ```bash\n    npx flowise start\n    ```\n\n    使用用户名和密码\n\n    ```bash\n    npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234\n    ```\n\n3. 打开 [http://localhost:3000](http://localhost:3000)\n\n## 🐳 Docker\n\n### Docker Compose\n\n1. 进入项目根目录下的 `docker` 文件夹\n2. 创建 `.env` 文件并指定 `PORT`（参考 `.env.example`）\n3. 运行 `docker-compose up -d`\n4. 打开 [http://localhost:3000](http://localhost:3000)\n5. 可以通过 `docker-compose stop` 停止容器\n\n### Docker 镜像\n\n1. 本地构建镜像：\n    ```bash\n    docker build --no-cache -t flowise .\n    ```\n2. 运行镜像：\n\n    ```bash\n    docker run -d --name flowise -p 3000:3000 flowise\n    ```\n\n3. 停止镜像：\n    ```bash\n    docker stop flowise\n    ```\n\n## 👨‍💻 开发者\n\nFlowise 在一个单一的代码库中有 3 个不同的模块。\n\n-   `server`：用于提供 API 逻辑的 Node 后端\n-   `ui`：React 前端\n-   `components`：Langchain 组件\n\n### 先决条件\n\n-   安装 [Yarn v1](https://classic.yarnpkg.com/en/docs/install)\n    ```bash\n    npm i -g yarn\n    ```\n\n### 设置\n\n1. 克隆仓库\n\n    ```bash\n    git clone https://github.com/FlowiseAI/Flowise.git\n    ```\n\n2. 进入仓库文件夹\n\n    ```bash\n    cd Flowise\n    ```\n\n3. 安装所有模块的依赖：\n\n    ```bash\n    yarn install\n    ```\n\n4. 构建所有代码：\n\n    ```bash\n    yarn build\n    ```\n\n5. 启动应用：\n\n    ```bash\n    yarn start\n    ```\n\n    现在可以在 [http://localhost:3000](http://localhost:3000) 访问应用\n\n6. 用于开发构建：\n\n    - 在 `packages/ui` 中创建 `.env` 文件并指定 `PORT`（参考 `.env.example`）\n    - 在 `packages/server` 中创建 `.env` 文件并指定 `PORT`（参考 `.env.example`）\n    - 运行\n\n        ```bash\n        yarn dev\n        ```\n\n    任何代码更改都会自动重新加载应用程序，访问 [http://localhost:8080](http://localhost:8080)\n\n## 🔒 认证\n\n要启用应用程序级身份验证，在 `packages/server` 的 `.env` 文件中添加 `FLOWISE_USERNAME` 和 `FLOWISE_PASSWORD`：\n\n```\nFLOWISE_USERNAME=user\nFLOWISE_PASSWORD=1234\n```\n\n## 🌱 环境变量\n\nFlowise 支持不同的环境变量来配置您的实例。您可以在 `packages/server` 文件夹中的 `.env` 文件中指定以下变量。了解更多信息，请阅读[文档](https://github.com/FlowiseAI/Flowise/blob/main/CONTRIBUTING.md#-env-variables)\n\n## 📖 文档\n\n[Flowise 文档](https://docs.flowiseai.com/)\n\n## 🌐 自托管\n\n### [Railway](https://docs.flowiseai.com/deployment/railway)\n\n[![在 Railway 上部署](https://railway.app/button.svg)](https://railway.app/template/pn4G8S?referralCode=WVNPD9)\n\n### [Render](https://docs.flowiseai.com/deployment/render)\n\n[![部署到 Render](https://render.com/images/deploy-to-render-button.svg)](https://docs.flowiseai.com/deployment/render)\n\n### [HuggingFace Spaces](https://docs.flowiseai.com/deployment/hugging-face)\n\n\u003ca href=\"https://huggingface.co/spaces/FlowiseAI/Flowise\"\u003e\u003cimg src=\"https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg\" alt=\"HuggingFace Spaces\"\u003e\u003c/a\u003e\n\n### [AWS](https://docs.flowiseai.com/deployment/aws)\n\n### [Azure](https://docs.flowiseai.com/deployment/azure)\n\n### [DigitalOcean](https://docs.flowiseai.com/deployment/digital-ocean)\n\n### [GCP](https://docs.flowiseai.com/deployment/gcp)\n\n## 💻 云托管\n\n即将推出\n\n## 🙋 支持\n\n在[讨论区](https://github.com/FlowiseAI/Flowise/discussions)中随时提问、提出问题和请求新功能\n\n## 🙌 贡献\n\n感谢这些了不起的贡献者\n\n\u003ca href=\"https://github.com/FlowiseAI/Flowise/graphs/contributors\"\u003e\n\u003cimg src=\"https://contrib.rocks/image?repo=FlowiseAI/Flowise\" /\u003e\n\u003c/a\u003e\n\n参见[贡献指南](CONTRIBUTING.md)。如果您有任何问题或问题，请在[Discord](https://discord.gg/jbaHfsRVBW)上与我们联系。\n\n## 📄 许可证\n\n此代码库中的源代码在[Apache License Version 2.0 许可证](LICENSE.md)下提供。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowiseai%2Fflowisetest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowiseai%2Fflowisetest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowiseai%2Fflowisetest/lists"}