
2025-07-07 by Chris
What if logical structures weren’t just part of a flow - but the flow itself?
What if you could build functional logic visually, with no hidden code at all?
With Wanderer, I’ve built a tool that explores exactly that idea.
It’s a new approach to flow-based programming: where structure is logic, and logic is executable - right in the browser.
There are many no-code platforms out there. But almost all of them rely on hidden logic behind visual blocks:
if-else conditionsWanderer turns that upside down.
In Wanderer, edges are the logic.
You don’t write logic – you build it.
And when you're done, the graph executes itself, in real time, in your browser.
Good question - and a fair one.
Wanderer does allow for tiny condition checks on edges - for example, an edge might check whether a connected switch node is "on".
But here’s the key difference:
It’s not about hiding complexity - it’s about structuring it visually.
To demonstrate how powerful this model can be, I built five fundamental logic gates – entirely visual, fully working, and 100% no-code.
You can toggle inputs using switch nodes - and observe how the graph reacts in real time.
| Gate Type | What You’ll See in the Flow |
|---|---|
| AND | All switches must be ON to activate the output node |
| OR | Any one (or more) switches can activate the output |
| XOR | Exactly one switch must be ON - no more, no less |
| NOT | One specific switch must stay OFF for activation to happen |
| NAND | All switches must be OFF to activate the output node |
You can reset the state, play around, and see how different input combinations affect the traversal and logic output - live.
Wanderer uses:
must, may, not)Edges define everything:
must)may)not)It’s like building a circuit - but in a browser
Visual flow builders often reach a ceiling:
Wanderer is an attempt to fix that.
If we make logic truly visible,
we make it understandable, shareable - and programmable.
Because when structure is the program,
you don’t need to write code - you just connect ideas.
If you’ve ever wanted to build logic without writing logic, Wanderer might be for you.
I’d love feedback - and I’m curious:
Do you think this kind of logic modeling could change how we think about visual programming?
Hit me up with ideas, forks, or questions.
And if you're interested, I’ll publish a deeper article soon about how to combine gates, build real-world flows, and even generate structures using GPTs.
Stay curious - and keep building.
— Chris, Maker of Wanderer