Skip to content

Latest commit

Β 

History

History
121 lines (73 loc) Β· 3.77 KB

File metadata and controls

121 lines (73 loc) Β· 3.77 KB

πŸš€ n8n-code

Open-source n8n community nodes β€” auto-generated, battle-tested, production-ready.

GitHub followers GitHub stars


TypeScript n8n OpenAPI MIT License


We build n8n community nodes that connect your favorite APIs to your automation workflows.

Every node is auto-generated from OpenAPI specifications β€” ensuring complete API coverage, consistent quality, and fast updates when APIs change.


πŸ—οΈ How It Works

n8n-code Pipeline

  1. Define β€” We start with the API's OpenAPI/Swagger specification
  2. Generate β€” @kelvinzer0/n8n-openapi-node-ultimate auto-generates the n8n node code
  3. Publish β€” Tested, documented, and published to npm
  4. Use β€” Install in n8n and start automating

Why auto-generated?

  • βœ… Complete β€” Every endpoint, every parameter, every response
  • βœ… Consistent β€” Same quality across all nodes
  • βœ… Fast β€” New API version? Regenerate in seconds
  • βœ… Maintainable β€” No manual drift, no missing fields

πŸš€ Quick Start

# 1. Install a community node in n8n
#    Settings β†’ Community Nodes β†’ Install

# 2. Search for the package name
@n8n-dev/n8n-nodes-evolution

# 3. Add credentials (API key, OAuth, etc.)

# 4. Use in your workflows!

πŸ› οΈ Tech Stack

TypeScript Node.js n8n OpenAPI npm


πŸ“Š Organization Stats

Org repo count Org stars


🀝 Contributing

We welcome contributions! Here's how:

  1. Request a node β€” Open an issue with the API you want connected
  2. Report bugs β€” Found something wrong? Let us know
  3. Submit PRs β€” Fork, fix, and submit a pull request
  4. Improve docs β€” Better docs = happier users

Each node repo has its own CONTRIBUTING.md with specific guidelines.


πŸ“¬ Connect

GitHub Issues Discord


πŸ“„ License

All packages in this organization are released under the MIT License.


Built with ❀️ for the n8n community

Auto-generated by @kelvinzer0/n8n-openapi-node-ultimate