Adding more feature to our n8n Vision AI connector
Summary
oday we dove into the Reka AI N8N connector to add new features around the clip creation node — things like resolution settings, number of generations with proper min/max validation (1 to 3), and the new caption style options like text color, highlight color, font, and position. Most of the stream was spent wrestling with the local dev environment: spinning up N8N in Docker, building and linking the custom node package, and getting everything wired so changes show up live. By the end, the validation was working, the new fields were showing up in the node, and we pushed the first changes to the develop branch! 📺 - Twitch archive - stream no. 408
Replay
Project
All the code for this project is available on GitHub: n8n-nodes-reka - https://github.com/FBoucher/n8n-nodes-reka
Game Results
- @surlydev: 66.33
- @fredda_the_cat: 64.19
- @groversaurus: 49.56
- @marcipopsis: 47.42
- @mcnets: 39.35
- @fboucheros: 0
Statistics
- 🏆Best score: @surlydev with 66.33
- 😭Biggest loser: @fboucheros with 9 drops and no high score
- 🍀Luckiest: @surlydev with best score 66.33 and only 5 drops
- 🎖️Super participant: @fredda_the_cat with 14 drops
Notes/ References / Snippets
- n8n tutorial post: https://www.frankysnotes.com/2026/01/writing-my-first-custom-n8n-node-step.html