🧪 Virtuino Cloud — Public Beta | This platform is open for testing. Please avoid using it for professional or production projects at this stage.
Found a bug? Let us know at iliaslampr@gmail.com.
Full release: July 1, 2026.
Virtuino IoT World
Next generation AI IoT platform
Quick Start · ~10 minutes
From zero to a live dashboard
Connect an ESP8266 or ESP32,
send your first sensor reading and watch it update live — then build a dashboard and add an automation rule.
Copy-paste code, no complex setup.
1 · Create account2 · Flash your ESP3 · See live data4 · Build dashboard
Design stunning, high-performance IoT dashboards tailored to your hardware. Visualize real-time telemetry, track data logs, and orchestrate smart automation instantly.
Download New Virtuino App
Monitor, manage, and instantly access all your personal IoT cloud dashboards on the go. Available now as a native mobile application for both iOS and Android.
Turn any IoT dashboard into a fully functional Android & iOS application in just 5 minutes. Download the native source code, customize the UI with your own corporate identity, and deliver a tailored white-label app directly to your clients.
telemetry_processor.js
constprocessData = (input) => {
lettelemetry = JSON.parse(input);
// Filter and adjust values on the cloud
if (telemetry.temp > 25) {
telemetry.status = "ALARM_ACTIVE";
Virtuino.triggerAlert("High Temp!");
}
returntelemetry;
};
Cloud JavaScript Editor
Write custom JS script directly on the cloud. Parse, modify, and process raw incoming payload telemetry from your edge devices dynamically before it hits your database.
Automated Cloud Scheduling
Create precise, event-driven automation schedules. Control your IoT devices and infrastructure effortlessly in real time.
🔔 EMAIL ALERT
To: admin@virtuino...
Rule Triggered: > 25°C
VIRTUINO CLOUDnow
🚨 Temperature Alarm: Value is higher than 25°C!
Smart Rules & Alerts
Define intelligent trigger conditions for any hardware event. Instantly dispatch real-time push notifications to your mobile devices and detailed email alerts the exact moment a threshold is crossed.
📊
EXPORT CSV
📂 HISTORY MONITOR
13:09:40kitchen33.0
13:11:06kitchen33.0
02:05:13living_rm22.0
02:05:21living_rm22.4
02:12:43garden71.0
Advanced Data History
Monitor your logged historical data instantly with deep telemetry tables. Search, filter by time range, and export everything into clean CSV sheets for desktop analytics and report extraction.