Canvas apps on real hardware

Build tiny.
Preview live.

An open-source Studio for editing, previewing, streaming, debugging, configuring, and flashing Canvas applications for ESP32 displays.

Live Canvas editor

CodeMirror editing, exact transport preview, app logs, serial monitoring, and per-app JSDoc configuration.

ESP32 transport

Compact vector commands and RGB565 diffs over one lockstep, ACK-controlled TCP connection.

Hardware setup

Configure the controller, display driver, bus, pins, orientation, Wi-Fi, then build and flash firmware.

git clone git@github.com:Sany18/TinyPanel-Studio.git
cd TinyPanel-Studio
npm ci
npm start

# Open http://localhost:8766