• Stars
    star
    194
  • Rank 200,219 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example starter module for custom n8n nodes.

Banner image

n8n-nodes-starter

This repo contains example nodes to help you get started building your own custom integrations for n8n. It includes the node linter and other dependencies.

To make your custom node available to the community, you must create it as an npm package, and submit it to the npm registry.

Prerequisites

You need the following installed on your development machine:

  • git
  • Node.js and npm. Minimum version Node 16. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
     npm install n8n -g
    
  • Recommended: follow n8n's guide to set up your development environment.

Using this starter

These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.

  1. Generate a new repository from this template repository.
  2. Clone your new repo:
    git clone https://github.com/<your organization>/<your-repo-name>.git
    
  3. Run npm i to install dependencies.
  4. Open the project in your editor.
  5. Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
  6. Update the package.json to match your details.
  7. Run npm run lint to check for errors or npm run lintfix to automatically fix errors when possible.
  8. Test your node locally. Refer to Run your node locally for guidance.
  9. Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
  10. Update the LICENSE file to use your details.
  11. Publish your package to npm.

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT

More Repositories

1

n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
TypeScript
45,999
star
2

self-hosted-ai-starter-kit

The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.
2,177
star
3

n8n-docs

Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
HTML
168
star
4

n8n-kubernetes-hosting

55
star
5

bash-dash

(Slash)Dash-Commands for the terminal
Shell
38
star
6

n8n-docker-caddy

Get up and running with n8n on DigitalOcean
35
star
7

n8n-desktop-app

n8n Desktop App
JavaScript
34
star
8

n8n-hosting

Example of self-hosting n8n in various environments like docker, kubernetes, etc.
Shell
30
star
9

n8n-heroku

Shell
23
star
10

n8n-benchmarking

HCL
18
star
11

test-workflows

n8n workflows used for testing nodes
15
star
12

tournament

TypeScript
11
star
13

n8n-eks-cluster

Multi-instance n8n setup on AWS EKS
JavaScript
10
star
14

nodelinter

Static code analyzer for n8n node files
TypeScript
9
star
15

n8n-cloud-status

Status page for n8n.cloud
CSS
9
star
16

n8n-nodes-debughelper

A community node with useful debug functions
TypeScript
5
star
17

n8n-design-system

n8n's design system
SCSS
5
star
18

discourse-n8n-wf

Discourse plugin for pretty rendering of n8n workflow code
JavaScript
5
star
19

subscription-app

Subscription app
Vue
4
star
20

Community-Contributions

3
star
21

n8n-storybook

3
star
22

js-client-oauth2-extended

JavaScript
2
star
23

homebrew-n8n

Homebrew Tap for n8n
Ruby
1
star
24

codemirror-lang-n8n

n8n expression language support for CodeMirror
JavaScript
1
star