NodeMation By Nskha
104 subscribers
80 photos
9 videos
80 links
n8n AKA NodeMation
Download Telegram
๐Ÿ–Glad I don't understood this language...
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜1
This small project will be completed in approximately 48 hours. It is a simple GUI builder for backup and restore shell scripts.

It will also feature a unique short domain with n8n, and I believe it should become a standard tool for anyone wanting to migrate or move workflows and credentials between servers.

I have included detailed instructions so that anyone can understand the setup process and build their own configuration (command). Additionally, I have added the ability to create shared configurations for n8n creators, allowing them to share their best settings with clients.

We already have a similar project for installing n8n, installing custom nodes, and building packages. We are also developing a new website focused on learning how to build nodes and become a developer, featuring resources and feedback from our team.

Progress is slow because these are free projectsโ€”we work on them whenever we have time. However, this one is a priority because it is extremely useful for our clients. Even though itโ€™s simple, it can be a challenging task for non-n8n users or beginners.

I will added it in the docs of next n8n assistant GPT upgrade where more users can know it through the A.I.
๐Ÿ”ฅ3
NodeMation By Nskha
This small project will be completed in approximately 48 hours. It is a simple GUI builder for backup and restore shell scripts. It will also feature a unique short domain with n8n, and I believe it should become a standard tool for anyone wanting to migrateโ€ฆ
We're still working on it. We've taken the project much furtherโ€”it's now also a GitHub manager where you can manage your repositories directly (for n8n).

You can generate commands using a GitHub temporary token, created from the browser (client-side).

Use case:
Suppose you have Client A and want to share workflows with them. You generate a token for Client A, locked to a specific repository. You can do the same for Client B, generating a token that allows access only to repo B, and so on.

All of this can be managed from one place. You can provide your clientsโ€”or anyone you want to share your n8n work withโ€”a generated command. They can save this command in their terminal application (such as Termius) and run it anytime to access your up-to-date work.
๐Ÿ–
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜ข3
n8n is hitting hard ๐Ÿ˜† zapier offering 90% discounts to stay with them another year...
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜2
I just found that the GPT I made hit half a million, and itโ€™s super outdated. It feels unfair not to update it based on the latest n8n syntax and improvements.

However, today I completed two knowledge documents that outline what to follow when writing:

- n8n expressions ๐Ÿ‘จโ€๐Ÿ’ป
- n8n code ๐Ÿ‘ฉโ€๐Ÿ’ป

I believe these two rules are very helpful for writing better n8n code.

The fun part: I tried chatting with the GPT and asked it to download all the raw sources. In three replies, I was able to export all the GPTโ€™s contents ๐Ÿ˜‚, making it available for anyone to copy the GPT!

Since this silly method is available in GPT, thereโ€™s no need to make it private. Iโ€™ll create a GitHub repo later containing these resources so you can create your own GPT or even use it with IDE like Windsurf or Cursor or Trae or Cline or RooCode or VSCode or whatever you use as IDE with agentic features.

On the other hand, I recommend creating a private GPT for yourself, because our GPT is affected by user activity/feedbacks, good or bad. Based on the negative feedback and comments weโ€™ve received, I believe itโ€™s better to use a private GPT without community memory ๐Ÿ˜‚.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐Ÿ”ฅ1
โšก๏ธ If you donโ€™t like our GPT, we created prompts and plan to update them regularly, with CDN shortened possible links to make them easy to remember. You can always use these resources with any AI tools.

- https://cdn.n8n.community/llms.txt (main for agents combine both expressions and code)
-- https://cdn.n8n.community/code.md (For coding, dedicated for IDE usage)
-- https://cdn.n8n.community/expression.md (For Expressions)


You need only to use main one, and if there's something missing there's a rule to A.I to call the sub .md files for detailed rules. Those are the first version, we will work on updating them always as we already use them in our daily projects.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
Wow! Finally, a new free core feature from the n8n team ๐Ÿ˜

TL;DR: Itโ€™s like a spreadsheet integrated into the same n8n database, with the ability to access the data using a new node called โ€œData Table.โ€
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ”ฅ3
Lovable is partnering with n8n soon.

In the next version, they will officially release MCP, including self-hosted versions, and soon a native integration with Lovable.

Lovable is a vibecoding service (I personally donโ€™t recommend it), but n8n is building deep integration, and you can vibecode n8n workflows using it right now or with any other tools that support MCP.

https://docs.n8n.io/advanced-ai/accessing-n8n-mcp-server
๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•
Please open Telegram to view this post
VIEW IN TELEGRAM
NodeMation By Nskha
๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•
https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@2.0.0-rc.0

~800 files changed
~28K new lines of code (most them in the A.I nodes)
~131 commits

Major changes to the n8n default settings came with v2. I definitely will not upgrade prod for now; Iโ€™m waiting for a stable version.

No changes in the UI, everything in the interface is still the same as in version 1.122.0.
๐Ÿ”ฅ2
โ˜•๏ธHere's summarized changes between V1, V2. the docker related changes at end.

https://share-md.com/view?id=563f0b6d-cdf6-470e-b799-0be40a844d6d
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ1
NodeMation By Nskha
โ˜•๏ธHere's summarized changes between V1, V2. the docker related changes at end. https://share-md.com/view?id=563f0b6d-cdf6-470e-b799-0be40a844d6d
๐Ÿ˜Note: n8n team confirmed this is incorrect changelogs, and the official V2 will contain more features/updates (unreleased yet). the current one 2.*RC is just part of changes.
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜1
๐Ÿ˜‘ n8n V2 has had four releases so far and is currently under the most active development. It is also receiving UI upgrades in some areas, and new features seem to be delivered one by one with each release. Before this month ends, I will definitely upgrade prod to V2 โค๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
Free unlimited MCP for n8n docs. You can link it to any platform you use, and it includes n8n docs integration. Itโ€™s not search, but an AI agent doing the search using n8n RAG data, which is huge and way more valuable than normal docs search.

{
"mcpServers": {
"n8n-docs": {
"type": "STREAMABLE_HTTP",
"url": "https://n8n.mcp.kapa.ai/"
}
}
}
๐Ÿ‘4๐Ÿค”2
n8n close to release v3 ๐Ÿ’€ and some users still using 1.x.x
๐Ÿ”ฅ1๐Ÿคก1
NodeMation By Nskha
n8n close to release v3 ๐Ÿ’€ and some users still using 1.x.x
BTW Donโ€™t update to the latest 2.9.*. Itโ€™s full of UI bugs ๐Ÿคก
๐Ÿ‘1