Introduction
DataKubo is a white-label IoT enablement platform built for solution providers, system integrators, and IoT resellers. You install the hardware — we handle the software. Your brand, your customers, your business.
What DataKubo does
- Data ingestion — Push device data from ChirpStack, The Things Network, or any HTTP source. We normalize, store, and index it automatically.
- White-label dashboards — Your customers see your brand, your logo, your domain. DataKubo is invisible.
- Multi-tenant management — Manage hundreds of customers from a single admin panel. Each customer gets their own isolated view.
- API-first — Every feature is available via REST API. Register devices, query consumption data, manage customers programmatically.
- Anomaly detection — Configurable alerting rules for any time-series IoT data. Water resellers use it for leak detection; temperature resellers use it for threshold alerts.
Who it's for
DataKubo is designed for IoT resellers and solution providers who:
- Install hardware (water meters, environmental sensors, energy monitors, asset trackers)
- Need a branded dashboard for their customers
- Don't want to spend months building custom software
- Want to scale from 10 to 10,000 devices without re-architecting
Architecture overview
┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
│ IoT Devices │────▶│ LoRaWAN NS │────▶│ DataKubo API │
│ (Sensors, │ │ (ChirpStack │ │ (Webhook │
│ Meters) │ │ or TTN) │ │ Ingestion) │
└─────────────────┘ └──────────────┘ └────────┬────────┘
│
┌───────▼────────┐
│ PostgreSQL │
│ (Supabase) │
└───────┬────────┘
│
┌─────────────────┼─────────────────┐
│ │ │
┌─────▼─────┐ ┌──────▼──────┐ ┌──────▼──────┐
│ Admin │ │ Customer │ │ End User │
│ Panel │ │ Dashboard │ │ Dashboard │
└───────────┘ └─────────────┘ └────────────┘
Key concepts
| Concept | Description |
|---|---|
| Organization | Your company — the IoT reseller who pays for DataKubo |
| Community | Your customer — a building, facility, or site you manage |
| Resident | Your customer's end user — a tenant, occupant, or operator |
| Water Meter | An IoT device that reports data (sensors, meters, trackers) |
Getting started
- Quick Start — sign up and see live data in 5 minutes
- Webhook Integration — connect your LoRaWAN network server
- API Reference — explore all endpoints