Quick Start · 3 minutes

From zero to a live dashboard in 3 minutes

Start now — connect an ESP32 or ESP8266 to your computer and follow the steps of this 3-minute video tutorial.

Step 1 · Hardware
ESP8266
ESP32
Arduino WiFi
PLC
Get started
Step 2 · Cloud Dashboard
cloud.virtuino.com
Cloud Dashboard
Create an amazing dashboard on the cloud
Convert any Dashboard to app in 1 minute
Step 3 · Mobile
Mobile Dashboard
See it on your phone
Open any dashboard instantly on any smartphone
Virtuino AI Assistant
Built in, not bolted on

An assistant that can actually see your devices

The AI Assistant is connected to your account. It sees your devices, your fields and the traffic in both directions — every value that arrives and every command that goes out, including the ones that were rejected and the reason why. So when something stops working it does not guess: it looks at your own data, asks you one question at a time, and gets you running again.

What can I do with the AI Assistant?
  1. 1 Find out why your data is not arriving. It checks your devices, your fields and every message that was rejected — and tells you what to change.
  2. 2 Write the Arduino code for your device, with your account key, device name and fields already filled in.
  3. 3 Build a dashboard for you automatically — gauges, switches and readouts bound to your own fields.
  4. 4 Write automation scripts. Describe the logic in a sentence and it writes the code, switched off until you read it and enable it.
  5. 5 Fix things with one click. Missing device or field, or a test value to prove the connection works — it prepares it, you press the button.
  6. 6 Tell you how a sensor has behaved — the range, the average, and what changed over the last days.
AI Assistant (conversation example)
Knows your devices and your data
The most recent value on this account is 54 hours old. Tell me what you are seeing.
I send values but I don't see them
Nothing was rejected, so the messages are not reaching the platform at all. The last values we stored were sensor 55.7 and red_led 0. green_led has never received one. Which field are you publishing to?
green_led — the debug monitor shows nothing
An empty debug monitor means the device never reaches the server, so this is the connection, not the field name. Open the Serial Monitor — does it say it joined WiFi and then the broker, or does it stop somewhere?
A real conversation, not a mock-up.
Virtuino Cloud Connectivity

Universal Connectivity

Connect any device or platform to the Virtuino Cloud using open, industry-standard protocols — no proprietary lock-in, no complex infrastructure.

Native MQTT Support
HTTP REST API
Real-time WebSockets
HTTP to MQTT Gateway
SSL / TLS Encryption
Dashboard 1
Dashboard 2
Dashboard 3

Virtuino Cloud Dashboards

Design stunning, high-performance IoT dashboards tailored to your hardware. Visualize real-time telemetry, track data logs, and orchestrate smart automation instantly.

Share any Dashboard with a link
Convert any Dashboard to app in 1 minute
Tablet View
Mobile View

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.

Mobile App 1
Mobile App 2

Instant Native Mobile Apps

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
const processData = (input) => {
  let telemetry = JSON.parse(input);
  
  // Filter and adjust values on the cloud
  if (telemetry.temp > 25) {
    telemetry.status = "ALARM_ACTIVE";
    Virtuino.triggerAlert("High Temp!");
  }
  
  return telemetry;
};

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.

Automation Scheduler

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
Rules Engine
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.

Virtuino Supported Devices