case file 01 / 06
NodeBase
an n8n-style workflow automation platform — rebuilt from scratch to understand it
new eventAI step
summarizesend result
complete
open the build notes+
why I built it
I kept using n8n and felt like a passenger. So I rebuilt the engine to learn how visual workflow automation actually works under the hood.
the difficult bit
The backend workflow engine — orchestrating nodes that depend on each other, retrying failures, and keeping execution state sane. Easily the hardest system I’ve designed, and the largest codebase I maintain.
the route
- 01Mapped n8n’s mental model — triggers, nodes, edges, executions — on paper first.
- 02Designed the Prisma schema for workflows, executions and credentials before touching UI.
- 03Wired Inngest for durable background runs so long workflows survive refreshes.
- 04Layered AI provider nodes behind one interface so Claude / GPT / Gemini are swappable.
not deployed yet — runs beautifully on localhost
source