Scaling & Operating n8n · 60 min

Building custom nodes (TypeScript)

Scaffold, implement and test your own reusable n8n node package.

Key concepts

  • n8n-node CLI scaffolding
  • INodeType interface
  • Publishing to npm

Exercise

Scaffold a node that wraps one endpoint of a public API you use often, and run it locally.

Official docs