Link to creator portal (#3761)

This commit is contained in:
David Arens 2025-10-13 10:24:09 +02:00 committed by GitHub
parent 9fe86b7b56
commit 129980d84a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,3 @@
/// note | Subject to change
The standards described in this document are for the first release of the community nodes repository. These may change in future releases.
///
Community nodes are npm packages, hosted in the npm registry.
When building a node to submit to the community node repository, use the following resources to make sure your node setup is correct:
@ -33,4 +29,6 @@ Before submitting your node for review by n8n, you must:
* Make sure that the node has appropriate documentation in the form of a README in the [npm package](https://docs.npmjs.com/about-package-readme-files) or a related public repository.
* Submit your node to npm as n8n will fetch it from there for final vetting.
If your node meets all the above requirements, [click here to submit your node for verification](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b). Note that n8n reserves the right to reject nodes that compete with any of n8n's paid features, especially enterprise functionality.
/// note | Ready to submit?
If your node meets all the above requirements, sign up or log in to the [n8n Creator Portal](https://creators.n8n.io/nodes) and submit your node for verification. Note that n8n reserves the right to reject nodes that compete with any of n8n's paid features, especially enterprise functionality.
///