Now in Beta

Your IoT data,
connected and visible.

Collect sensor data via MQTT & HTTP. Transform it with configurable pipelines. Visualize everything in real-time dashboards. Alert when it matters.

dashboard.nodzs.io

Active Devices

2,847

+12% this week

Data Points / min

48.2K

Avg last 24h

Active Alerts

7

3 critical

Uptime

99.97%

Last 30 days

Sensor Readings — Temperature & Humidity

Last 7 days
Temperature
Humidity

Features

Everything you need to master your IoT data

From raw sensor signals to actionable insights — one platform, zero complexity.

Real-time Ingestion

Connect devices via MQTT or HTTP polling. Ingest thousands of data points per second with automatic queuing and fault tolerance.

Data Pipelines

Transform raw data with configurable pipelines: JSON extraction, math operations, type casting, Base64 decoding, Protobuf deserialization.

Custom Dashboards

Build interactive dashboards with line charts, maps, data tables, and state cards. Share with time-limited, password-protected links.

Smart Alerting

Set threshold-based rules with AND/OR logic. Get notified by email when metrics cross boundaries. Cooldowns prevent alert fatigue.

Multi-tenant RBAC

Organize by tenants and projects. Assign roles at global, tenant, and project levels. Full data isolation between organizations.

API-first Design

Project-level API keys for programmatic data ingestion. Full REST API with Swagger docs. Integrate with your existing systems.

How it works

From device to dashboard in minutes

Three steps to turn raw sensor data into real-time intelligence.

1

Connect your devices

Create a stream with your MQTT broker or HTTP endpoint. Configure connection profiles once, reuse everywhere.

stream.create({
  protocol: "mqtt",
  broker: "broker.io:1883",
  topic: "sensors/#"
})
2

Define your pipelines

Map raw data to metrics with transformation steps. Extract JSON fields, apply math, cast types — all configurable.

pipeline: [
  { extract: "$.temp" },
  { cast: "number" },
  { store: "timeseries" }
]
3

Visualize & alert

Build dashboards with charts, maps, and tables. Set alert rules that notify you when thresholds are crossed.

alert.when(
  metric("temp")
    .gt(85)
    .for("5m")
)

Industries

Built for every connected environment

From factory floors to agricultural fields, .nodzs adapts to your industry.

Manufacturing

Monitor production lines, track equipment health, and predict maintenance needs with real-time sensor data.

Energy & Utilities

Real-time grid monitoring, power consumption analytics, and automated threshold alerts for infrastructure management.

Smart Buildings

Track HVAC performance, occupancy patterns, and energy consumption. Optimize building operations automatically.

Agriculture

Soil moisture, weather stations, and crop monitoring. Data-driven irrigation and fertilization decisions.

Logistics & Fleet

GPS tracking, vehicle telemetry, and route optimization. Map-based dashboards with real-time location data.

Technology

Internal IoT deployments, edge computing monitoring, and scalable observability for connected infrastructure.

Ready to connect your devices?

Join teams already using .nodzs to turn raw sensor data into real-time operational intelligence.

Free to start. No credit card required.