The Node Builder blog
Notes from building
the thing itself
What we learned making n8n nodes buildable without a toolchain — the decisions, the things that turned out to be wrong, and the occasional afternoon lost to a single line of CSS.
The documentation site is live
docs.nodebuilder.io is up, with the definition format written out in full and search that works from the first keystroke.
Read itAn n8n node is data, not code
The official template ships 50 files and needs 600 MB of dependencies to build. We emit six files and 2.5 kB. Here is why the difference is not a trick.
2 min readEvery published node now goes through review
Asking us to publish to npm now puts your node in a queue where a person reads it first. Downloading it yourself is unchanged and still instant.
Release noteWhy a person reads every node before it ships
Publishing to npm is permanent after 72 hours. That single fact shaped the whole review queue — and it is also why we are careful about what the review does not promise.
1 min readYour API keys never reach our servers
Testing a node means making a real request with a real key. We built that so the key goes from your browser straight to the API — and never past us.
3 min read