Your own IoT cloud, deployed to your Cloudflare account
Nodrix is an open-source IoT platform you deploy to your own Cloudflare account in one click. Hardware POSTs JSON over HTTPS, realtime dashboards stream over hibernating WebSockets, automations run at the edge. No broker, no servers, no middleman.
Every IoT cloud I tried wanted to host my data, charge per device, and lock me into their dashboards. For hobby projects where I already trust my own infrastructure, that felt backwards. So I built Nodrix.
It deploys to your Cloudflare account in one click. Your data lives on disks you control — there's no SaaS middleman, no per-device pricing, and I never see a byte of your telemetry.
What's in it:
HTTPS telemetry ingest — devices POST JSON, variables auto-create on first sight. No MQTT broker, no SDK.
Realtime drag-and-drop dashboards — charts, gauges, toggles, sliders, all streaming over hibernating WebSockets (free while idle).
Automations — triggered by variable thresholds, schedules, sunrise/sunset, or custom events. Actions include webhooks, Slack, set variables, run code.
Read API for piping data into Grafana, a React app, or a Pi screen.
Optional MCP server so AI clients can query device state (owner-gated, off by default, audit-logged).
Auth — email + password out of the box. Google and GitHub OAuth toggle on at runtime.
The stack is 100% Cloudflare primitives — Workers, Durable Objects, D1, R2, KV. MIT-licensed. Runs on Cloudflare's free tier for hobby scale.
Two things I'd love feedback on today:
What hardware would you connect first? Trying to prioritize integration examples.
“Your own IoT cloud, deployed to your Cloudflare account”
Nodrix launched on Product Hunt on June 9th, 2026 and earned 81 upvotes and 1 comments, placing #25 on the daily leaderboard. Nodrix is an open-source IoT platform you deploy to your own Cloudflare account in one click. Hardware POSTs JSON over HTTPS, realtime dashboards stream over hibernating WebSockets, automations run at the edge. No broker, no servers, no middleman.
On the analytics side, Nodrix competes within Open Source, Internet of Things, Developer Tools and GitHub — topics that collectively have 849.8k followers on Product Hunt. The dashboard above tracks how Nodrix performed against the three products that launched closest to it on the same day.
Who hunted Nodrix?
Nodrix was hunted by Arjun Krishna. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Nodrix including community comment highlights and product details, visit the product overview.
I'm Arjun, the maker.
Every IoT cloud I tried wanted to host my data, charge per device, and lock me into their dashboards. For hobby projects where I already trust my own infrastructure, that felt backwards. So I built Nodrix.
It deploys to your Cloudflare account in one click. Your data lives on disks you control — there's no SaaS middleman, no per-device pricing, and I never see a byte of your telemetry.
What's in it:
HTTPS telemetry ingest — devices POST JSON, variables auto-create on first sight. No MQTT broker, no SDK.
Realtime drag-and-drop dashboards — charts, gauges, toggles, sliders, all streaming over hibernating WebSockets (free while idle).
Automations — triggered by variable thresholds, schedules, sunrise/sunset, or custom events. Actions include webhooks, Slack, set variables, run code.
Read API for piping data into Grafana, a React app, or a Pi screen.
Optional MCP server so AI clients can query device state (owner-gated, off by default, audit-logged).
Auth — email + password out of the box. Google and GitHub OAuth toggle on at runtime.
The stack is 100% Cloudflare primitives — Workers, Durable Objects, D1, R2, KV. MIT-licensed. Runs on Cloudflare's free tier for hobby scale.
Two things I'd love feedback on today:
What hardware would you connect first? Trying to prioritize integration examples.
Hit any rough edges in the deploy flow? Drop them as GitHub issues at github.com/decoded-cipher/nodrix/issues — I'm watching the tracker all day.
Repo: github.com/decoded-cipher/nodrix
Docs: nodrix.live/docs