macrostack
Browse

The AI stack

Categories

Local & Sovereign AINotes & KnowledgeObservability & MonitoringPassword ManagersWeb AnalyticsTeam ChatSmart HomeNetworking & RoutersVideo ConferencingCloud Storage & SyncPhotos & MediaAPI DevelopmentImage EditingWorkflow Automation & iPaaSDeveloper Tools & ContainersOffice & Productivity SuitesNo-Code DatabasesCode Hosting & Git ForgesProject ManagementEmail Marketing & NewslettersScheduling & BookingError Tracking & Exception MonitoringLog Management & SIEMVPN & PrivacyEmail & Secure MailVector Databases & AI SearchLLM & Agent FrameworksDomains & Web HostingData Removal & PrivacyAuthentication & IdentityHelp Desk & Customer SupportCloud & VPSKubernetes & Container PlatformsEmbedding ModelsPDF & DocumentsAI Coding AssistantsAI Voice & SpeechLLM Observability & EvaluationLLM Gateways & RoutingCloud GPU & AI ComputeCI/CD & build automationData & pipeline orchestrationModel serving & inferenceAI agent frameworksBackend as a serviceSecrets managementFeature flags & experimentationProduct analyticsSearch infrastructureUptime & status monitoringAffiliate & partner platformsVisitor identification & personalisationWikis & internal docsIdentity & access managementData warehouses & analytics enginesCustomer data platformsCRMObject storageBI & dashboardsE-signatureWhiteboards & diagrammingIn-memory data stores & cachingPlatform as a serviceTransactional & bulk emailHeadless CMSDesign & prototypingE-commerce platformsInternal tools & admin panelsManaged databasesForms & surveysFine-Tuning & Model TrainingRAG & Retrieval PlatformsLLM Evaluation & TestingAI Guardrails & Content SafetySpeech Recognition & TranscriptionExperiment Tracking & ML OpsDocument AI & OCR

About

How we rank & score

Layer 5 · self-hosting reality check

What it actually takes to self-host Node-RED

The docs say 256 MB. In practice you want 1 GB for a real flow set. Here is the honest version — real requirements, real monthly cost, what you will be maintaining, and the one thing that catches people out.

Usually reached from Zapier alternatives, where Node-RED is one of the picks.

RAM — documented minimum256 MB
RAM — what it really needs1 GB for a real flow set
CPU1 vCPU; it runs happily on a Raspberry Pi
Disk5 GB
Monthly cost$6–12/mo, or free on hardware you already have
Setup time20 minutes
How you install itnpm install -g node-red, or the official Docker image
Ongoing maintenanceLow, but contributed nodes are the risk surface.
Where it stops scalingHundreds of flows on modest hardware. It is single-process; heavy CPU work blocks the event loop.

The thing that catches people out

Node-RED has no built-in authentication. Out of the box the editor is open to anyone who can reach the port, and people expose it to the internet without noticing because it works perfectly on a LAN. Enable `adminAuth` in settings.js before it leaves your network — an unsecured Node-RED instance is remote code execution by design, since a flow can run arbitrary JavaScript.

When not to self-host Node-RED

You need approvals, versioning and audit trails on your automations. Node-RED is a live-editing environment, not a managed workflow platform.

Every guide here carries this section. A site that only ever tells you to self-host is selling something — the useful answer is sometimes no.

Other Layer 5 self-hosting guides

Common questions

How much RAM does Node-RED actually need?
1 GB for a real flow set in practice. The documented minimum is 256 MB, which is the figure at which the process starts rather than the figure at which it works under real use. 1 vCPU; it runs happily on a Raspberry Pi alongside it.
What does self-hosting Node-RED cost per month?
$6–12/mo, or free on hardware you already have This is commodity VPS pricing and excludes your time, which is the larger cost for most people — budget for low, but contributed nodes are the risk surface.
How long does it take to set up Node-RED?
20 minutes, via npm install -g node-red, or the official Docker image.
When should I NOT self-host Node-RED?
You need approvals, versioning and audit trails on your automations. Node-RED is a live-editing environment, not a managed workflow platform.
What is the most common mistake when self-hosting Node-RED?
Node-RED has no built-in authentication. Out of the box the editor is open to anyone who can reach the port, and people expose it to the internet without noticing because it works perfectly on a LAN. Enable `adminAuth` in settings.js before it leaves your network — an unsecured Node-RED instance is remote code execution by design, since a flow can run arbitrary JavaScript.
The Macrostack brief

New swaps, worth your inbox.

A short, occasional email when we add a high-intent alternative or ship a new head-to-head. No spam, no selling your address — unsubscribe in one click.