Mixlar.
Setting up workspace
Builder
Design what shows up on your Mixlar's screen. Start blank or from a template.
Start from a template
Recent
Nothing here yet — widgets you create will show up in this list.
Mixlar One — live preview · 240 × 140 px
Your PC plugins push data with
push_widget_data(key, value). Simulate it here — every element
bound to a key updates live.
This widget's data keys
Example values
Device events
Tap buttons, flip toggles, drag sliders on the preview — this is exactly what your plugin receives.
From browser to device.
- 1Download your
widget.jsonfrom the File menu. - 2Put your Mixlar One in USB mode — it shows up as a drive.
- 3Make a folder in
/widgets/(lowercase, e.g.my_widget) and drop the file in. Add any.pngicons beside it. Safely eject. - 4In Mixlar Control's Dev panel send
CUSTOMWIDGET,my_widget— or swipe to it. It survives reboots.
Full spec reference lives in WIDGETS.md — every element, every
field, the plugin API, and how buttons can run your macros with zero code.