Built on a Modern Stack
We use industry-standard technologies to ensure high reliability, massive scale, and real-time performance.
Retrofit IoT Nodes
Based on our High-Precision Edge-Computing Architecture, our hardware nodes handle complex DSP tasks locally to calculate true RMS power and power factor, sending only condensed telemetry to the cloud.
Firebase Real-time
Data is synced instantly using Firestore and Firebase Realtime Database. This architecture allows multiple users to see machine state changes with sub-second latency.
Next.js Edge
The dashboard is built using Next.js 14 and deployed on Vercel's global edge network, ensuring instant loading times regardless of factory location.
Scalable IoT Infrastructure
- OTA (Over-the-Air) firmware updates
- End-to-end TLS encryption
- Role-based access control (RBAC)
- Automated anomaly detection
- RESTful and WebSocket APIs for integration
telemetry.json
{
"device_id": "PR-STEEL-01",
"status": "active",
"energy": {
"voltage": 232.1,
"current": 4.52,
"power": 1.05,
"unit": "kW"
},
"utilization": 88.5,
"timestamp": "2024-03-21T10:30:00Z"
}