# What are you using node-red for besides iot?

**URL:** https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010
**Category:** General
**Created:** [7 July 2025 17:26 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010 "2025-07-07T17:26:20Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [7 July 2025 17:26 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/1 "2025-07-07T17:26:21Z")

</div>

What are you using node-red for besides iot?

---

<div class="post-metadata">

### Author: ![gregorius](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gregorius/32/73816_2.png) [@gregorius](https://discourse.nodered.org/u/gregorius)
#### Post date: [7 July 2025 18:01 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/2 "2025-07-07T18:01:35Z")

</div>

Mindmap - 3500+ nodes, 470,000+ words to date (not online obviously!).

I created helper nodes for classification of my thoughts. There is also an [example](https://beta.openmindmap.org) online.

I implemented also sorts of stuff: drag & drop to add: images, bookmarks and texts. Interfaces to summaries texts using AI (Ollama) or classifying texts using AI. The [seeker & sink](https://flows.nodered.org/node/@gregoriusrippenstein/node-red-contrib-introspection) nodes were created to find random paths through my mind map.

I also track changes so that I can easily find out which nodes I added recently. So nodes are automagically tagged with created at and updated at timestamps.

I then also created nodes to represent my address book (i.e. a node for a vcard) so that I could link thoughts to people so that I know who gave me what idea 😉

The nice thing is that I can now import all that into Erlang and add supervisor nodes to ensure my thoughts don't disappear!

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2025 18:01 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/3 "2025-07-07T18:01:36Z")

</div>

Prior job:

- Collecting data from various PLCs for OEE
- Building PDF reports
- Monitoring condition of production line & alerting maintenance folk
- Collecting data from hundreds of robots for predictive maintenance
- For bypassing IT proxy for NPM installs
- Lots more that I forgot (or can't mention)

At home:

- Grabbing ½ hourly electricity costs from "Octopus Agile" and scheduling the cheapest time to charge my car via OCPP (sometimes they even pay me to charge my car - nice)
- Sending me telegram pictures from my doorbell (on request or when it detects someone)
- Broadcasting to my Google home speakers "there's somebody at the door"

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [7 July 2025 18:02 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/4 "2025-07-07T18:02:59Z")

</div>

I was going to say running a EV OCPP charger server, so I can dump the rubbish server supplied by the manufacturer, but I guess that's in the definition of iot?  
So I'll say keeping my brain active and learning more about technology.

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [7 July 2025 18:31 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/5 "2025-07-07T18:31:40Z")

</div>

I use Node-red to force me to interact with Linux every day, thus keeping the elegant beauty of the command line fresh in my mind.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [7 July 2025 20:15 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/6 "2025-07-07T20:15:39Z")

</div>

I've used it for ETL tasks. Used it for various data displays. Certainly used it to extract data from the web and reuse. And it is useful as a quick prototyping tool - doing the background heavy lifting and letting me focus on a relatively small piece of logic.

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [7 July 2025 20:31 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/7 "2025-07-07T20:31:33Z")

</div>

> [@AllanOricil](#):
>
> What are you using node-red for besides iot?

How about you?

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [7 July 2025 20:37 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/8 "2025-07-07T20:37:54Z")

</div>

So far I only wrote 1 automation that integrates with Hubspot to get some contacts data and send email to the contact owner. CRM stuff.

Wrote some nodes too: salesforce and spreadsheet-template.

Which lead me to a journey to improve my dx when creating node-red nodes using js instead of subflows.

I'm also writting some nodes that create AWS resources to validate if I can model an aws cdk project with node-red nodes.

---

<div class="post-metadata">

### Author: ![gregorius](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gregorius/32/73816_2.png) [@gregorius](https://discourse.nodered.org/u/gregorius)
#### Post date: [7 July 2025 20:54 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/9 "2025-07-07T20:54:49Z")

</div>

> [@AllanOricil](#):
>
> salesforce

Hehe that reminds me of an idea: create a salesforce \<--\> postgres bridge in NodeRED. I once [did](https://gorenje.medium.com/the-case-for-bi-directional-salesforce-postgres-synchronization-ff0090ef6531) in ruby based on [heroku connect](https://www.heroku.com/connect/). Fun project and one might ask why? Because you save license costs because you can sync multiple users actions via one salesforce license - the use case for the company I built the bridge was that their customer care team should not _each_ have a license for salesforce. After the project was completed, they sacked half the team because the new customer care tool was so much more efficient, so they didn't need such a large team. Fun times.

---

<div class="post-metadata">

### Author: ![ThingsTinkerer](https://avatars.discourse-cdn.com/v4/letter/t/91b2a8/32.png) [@ThingsTinkerer](https://discourse.nodered.org/u/ThingsTinkerer)
#### Post date: [7 July 2025 21:17 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/10 "2025-07-07T21:17:53Z")

</div>

Wow that is mindblowing! However you should put it in read only mode, I was able to edit and save! 😵

---

<div class="post-metadata">

### Author: ![omrid](https://avatars.discourse-cdn.com/v4/letter/o/77aa72/32.png) [@omrid](https://discourse.nodered.org/u/omrid)
#### Post date: [7 July 2025 21:27 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/11 "2025-07-07T21:27:45Z")

</div>

- ETL and data transfer.
- Database query & update
- Orchestration of business processes (Billing, Revenue Assurance, Anti-Money-Laundry etc.)
- Cross-application communication & integration
- UI for call-center agents, using dashboard-2

---

<div class="post-metadata">

### Author: ![gregorius](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gregorius/32/73816_2.png) [@gregorius](https://discourse.nodered.org/u/gregorius)
#### Post date: [7 July 2025 21:29 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/12 "2025-07-07T21:29:53Z")

</div>

Hehe it is read only, but to prevent confusion, I made it look like it saves 😉 a little Easter egg 🍳

---

<div class="post-metadata">

### Author: ![gregorius](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gregorius/32/73816_2.png) [@gregorius](https://discourse.nodered.org/u/gregorius)
#### Post date: [8 July 2025 06:06 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/13 "2025-07-08T06:06:16Z")

</div>

> [@ThingsTinkerer](#):
>
> mindblowing!

Haha - I get the pun!

Btw so this what it looks like - this is my "inspiration" tab

 ![Screenshot 2025-07-08 at 07.59.34](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/2/322e7f9374b8f3ba1d02281e04090e6cb779dfa8.jpeg)

The addition of audio (the black bars are audio player), video (images with triangles) and images made it that much better. I can basically create photo albums with texts and links and then execute my photo album as a flow.

Content is added using drag&drop and is stored outside of the flows.json (unlike the base64 encoding of the existing image adding). So my flow also requires a content management:

 ![Screenshot 2025-07-08 at 08.01.44](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/5/75d63658fa4bca0c04a512bed85a7142f269ddbc.png)

That's the backend for my mindmap, handles: content upload, content download, content sent to AI service, content that comes back from AI service, transcribing of audio and transforming text to audio. And that flow is also part of my mindmap - it's just a few tabs down the road from my inspiration tab.

And all of that because I thought that NR flows look a little _like_ mindmaps and then thought "what if ...".

---

<div class="post-metadata">

### Author: ![marcus-j-davies](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/marcus-j-davies/32/103435_2.png) [@marcus-j-davies](https://discourse.nodered.org/u/marcus-j-davies)
#### Post date: [8 July 2025 12:26 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/14 "2025-07-08T12:26:39Z")

</div>

- Home

- Work

---

<div class="post-metadata">

### Author: ![gerry](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gerry/32/21604_2.png) [@gerry](https://discourse.nodered.org/u/gerry)
#### Post date: [9 July 2025 13:02 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/15 "2025-07-09T13:02:35Z")

</div>

I was going to say I use it to turn on a light at night, but that seems, ummm, simplistic compared to everyone else. But it is a nice light.

---

<div class="post-metadata">

### Author: ![AllanOricil](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/allanoricil/32/106911_2.png) [@AllanOricil](https://discourse.nodered.org/u/AllanOricil)
#### Post date: [9 July 2025 13:09 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/16 "2025-07-09T13:09:21Z")

</div>

Do you use voice recognition or hand 👏?

---

<div class="post-metadata">

### Author: ![gerry](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gerry/32/21604_2.png) [@gerry](https://discourse.nodered.org/u/gerry)
#### Post date: [9 July 2025 15:51 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/17 "2025-07-09T15:51:32Z")

</div>

Cron-plus set to sunrise sunset

---

<div class="post-metadata">

### Author: ![Sean-McG](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sean-mcg/32/54677_2.png) [@Sean-McG](https://discourse.nodered.org/u/Sean-McG)
#### Post date: [9 July 2025 17:06 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/18 "2025-07-09T17:06:22Z")

</div>

Wow that sounds like quite a complex setup you have there 🤣

---

<div class="post-metadata">

### Author: ![questuk](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/questuk/32/4059_2.png) [@questuk](https://discourse.nodered.org/u/questuk)
#### Post date: [9 July 2025 17:25 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/19 "2025-07-09T17:25:55Z")

</div>

Hi,

Is [https://openmindmap.org/](https://openmindmap.org/) something we can use now ?  
As I can't find anyway of being able to download or use it ?  
Thanks

---

<div class="post-metadata">

### Author: ![nodeautomata](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nodeautomata/32/106678_2.png) [@nodeautomata](https://discourse.nodered.org/u/nodeautomata)
#### Post date: [10 July 2025 00:21 UTC](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010/20 "2025-07-10T00:21:11Z")

</div>

Web content management system.  
Provisioning system for Polycom phones.  
Shopping cart.  
Parsing and reformatting stuff when I get bored of doing it in Perl.  
Spidering and abusing websites.  
Monitoring Servers.  
Moving files around during production of large format printing.  
Filling out pdf forms.  
Interfacing with Stripe.

Basically, lots of quick and dirty jobs where I'm lazy.

[Next page](https://discourse.nodered.org/t/what-are-you-using-node-red-for-besides-iot/98010.md?page=2)
