Files
templates/blueprints/flowise/meta.json
2026-07-19 19:11:40 -06:00

19 lines
419 B
JSON

{
"id": "flowise",
"name": "Flowise",
"version": "latest",
"description": "Flowise is an open-source UI visual tool to build and run LLM-powered applications.",
"logo": "image.png",
"links": {
"github": "https://github.com/FlowiseAI/Flowise",
"website": "https://flowiseai.com/",
"docs": "https://docs.flowiseai.com/"
},
"tags": [
"ai",
"llm",
"workflow",
"automation"
]
}