Skip to content

FloImg Studio

FloImg Studio is a visual drag-and-drop interface for building image generation workflows.

FloImg Studio provides a graphical way to:

  • Build image workflows without code
  • Preview results in real-time
  • Export workflows as JSON for the SDK or CLI
  • Share workflows with your team

FloImg Studio is open-source and self-hostable. Run it on your own infrastructure with your own API keys.

Terminal window
docker run -p 5100:5100 ghcr.io/teamflojo/floimg-studio

Prefer not to manage infrastructure? A hosted version is available at studio.floimg.com.

Terminal window
# Pull and run
docker run -p 5100:5100 ghcr.io/teamflojo/floimg-studio
# Open in browser
open http://localhost:5100

FloImg Studio is part of the floimg monorepo:

Terminal window
git clone https://github.com/teamflojo/floimg.git
cd floimg
pnpm install
pnpm dev:studio

The main workspace where you build workflows. Drag nodes from the sidebar and connect them to create pipelines.

NodeDescription
GenerateCreate images (charts, diagrams, QR codes)
TransformModify images (resize, blur, convert)
OutputSave or export the result

Connect nodes by dragging from output ports to input ports. Data flows left to right.

See real-time previews of each node’s output as you build.

Every node shows a live preview. Change parameters and see results instantly.

Export your workflow as:

  • JSON - For the SDK or CLI
  • Code - TypeScript snippet
  • Image - Download the final result

Save and organize workflows. Share with team members.

ShortcutAction
SpacePan canvas
Cmd/Ctrl + ZUndo
Cmd/Ctrl + SSave workflow
DeleteRemove selected node
Cmd/Ctrl + DDuplicate node