The Instant Platform for IoT Data Visualization

For education, makers, and experiments. Simply send API requests to graph instantly in your browser.

Start now

Everything you need for IoT in one stop, quickly

Store • Visualize • Notify

Just send HTTP requests from edge devices

Simply send data from sensors or devices

curl -X POST \
https://api.miniviz.net/api/project/{PROJECT_ID}?token={YOUR_TOKEN}
-H "Content-Type: application/json" \
-d '{
"timestamp": "UNIX time in milliseconds",
"label_key": "device_name",
"payload": {
"temperature": 25.5,
"humidity": 60
}
}' \

timestamp: UNIX time in milliseconds(ex. 1715395200000)

label_key: Label to identify data (e.g., device name)

payload: Sensor data body (up to 8 keys)

Simple Database

Manage data with an intuitive table interface. CSV export available.

Versatile Charts

Data is instantly graphed without complicated setup. Check experimental results on the spot.

Real-time Alerts

Detect anomalies and send alerts instantly via Email. Useful for simple monitoring.

Image Preview Support

Uploaded image data is saved and supports list and preview display.
(※Pro Plan Only※)

UseCase

For Experiments & DIY

Send data from Raspberry Pi or ESP32 via HTTP requests. Visualize sensor logs in real time without coding.

For Education & Learning

Students can see temperature or motion data update live. Perfect for IoT demos.

For Individual Makers & DIY

Simple IoT dashboard ready to use without complex environment setup.

Sample Images

Real-time Dashboard

Real-time Dashboard

Data Management Screen

Data Management Screen

Alert Settings

Alert Settings

Pricing Plans

Choose the plan that's right for you

Free Plan

Free

For personal use & learning

  • Basic charts
  • Database
  • Projects: 1
  • Data send interval: 90 seconds
  • Data retention: 30 days
  • External alerts: 1 rule/project
Start now

Pro Plan

$6.8/month

For individual developers & small teams

  • All Free plan features
  • Projects: 3
  • Data send interval: 15 seconds
  • Data retention: 180 days
  • External alerts: 5 rules/project
  • Image storage & visualization
Start now

Try it now 🚀

Send your first data in 1 minute

Start for Free