Delta Widgets guides
Practical, step-by-step walkthroughs for building desktop widgets — from your first clock to custom HTML widgets wired to live system data.
Beginner4 min read
Build a live clock widget
Your first widget: use the visual editor and dynamic variables to pin a live, date-fns-formatted clock to your desktop — no code required.
Read guide →Intermediate5 min read
Build a now-playing media widget
Show album art, title, artist, a seek bar, and playback controls — built two ways, with the visual editor or custom HTML.
Read guide →Advanced7 min read
Build a custom HTML widget with Tauri
Go beyond the editor: load an HTML widget, pull live data with Tauri commands, react to events, and make the window draggable.
Read guide →