Dev Tools · 1h ago
Solo dev uses codegen to ship 323-operation n8n node for Spanish ERP
A developer built an n8n community node for Holded ERP by scraping its API docs and auto-generating 22,000 lines of code, covering 42 resources and 323 operations. The approach reduces maintenance to re-scraping and regenerating when the API changes. Hand-written code is reserved for high-traffic resources like Contacts to ensure good UX.
Meridian48 take
This is a smart, pragmatic use of code generation for API integrations, but the approach's scalability depends on the quality and stability of the source documentation.
Read the full reporting
I didn't write my n8n node's 323 operations. I scraped the docs and generated them. →
DEV Community
code-generationn8n