diff --git a/README.md b/README.md index 3e2e846..ba217eb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ BlockNext is a no-code platform for building and running AI-powered workflows. D It is built for end users, not just developers: flows stay simple, readable and predictable by design. +![BlockNext flow editor](docs/images/example-flow.png) + +*Two models write the copy, Veo renders the video, and the result goes out to YouTube, Instagram and X — one flow, no code.* + ## Highlights - **Visual flow builder** — compose workflows on an intuitive drag-and-drop canvas. Nodes take arrays in and return arrays out, so a node fed ten items runs ten times and emits ten results — batch work needs no loop construct. What is missing is deliberate: no `while`/`for` on the canvas, no sub-workflows, no expression language to learn. diff --git a/docs/images/example-flow.png b/docs/images/example-flow.png new file mode 100644 index 0000000..bfc4c71 Binary files /dev/null and b/docs/images/example-flow.png differ