Floneum is a visual graph editor for building local LLM workflows. It lets you assemble text-processing and language-task pipelines with a drag-and-drop interface, without needing to write much code.
Visual AI workflows
Floneum turns LLM workflows into clear flowcharts you can edit and reuse. You can combine steps into repeatable pipelines for different language tasks, including:
- Text preprocessing and transformation
- Prompting and response generation
- Connecting workflow steps into configurable chains
- Integrations with external services
Plugins and WebAssembly (WASM)
Floneum can be extended with WebAssembly-based plugins. Plugins run in an isolated sandbox and only get access to the resources you explicitly allow, which helps with security and environment control.
Developer flexibility
You can write plugins in any programming language that compiles to WASM. This makes Floneum useful for both no-code users and developers who need deeper customization or want to integrate AI workflows into internal systems and products.

