Widget store
Widgets,
ready to embed.
The most-used tiles from launchers and new-tab dashboards — live previews below, each one a self-contained page you can drop into any iframe. Free, no account, dark and light themes, configurable by URL params.
For CoolDesk users
Add your own widget on the widget screen
Beyond the widgets below, CoolDesk lets you bring your own — no store submission, no build step. It lives entirely on your device.
Open the widget picker
On your new tab, click "+ Add widget", then select the Custom category and "+ Create your own widget".
Describe it to an AI
Click "Copy AI prompt" and paste it into any AI chat (Claude, ChatGPT, etc.), describing what the widget should show.
Paste the HTML back
The AI replies with one HTML file. Paste it into the box — or import a saved .html file — and give it a name and tile height.
Save & add to board
Click "Save & add to board". It shows up under Custom from then on — rename it, view its source, or delete it anytime.
Custom widgets are stored on your device (not synced to cool-desk.com) and can read/write their own data through the same host bridge every built-in widget uses.
Browse by category
CoolDesk
4 widgets · scroll →Time & Focus
10 widgets · scroll →Productivity
7 widgets · scroll →Data & Life
13 widgets · scroll →Dev Tools
5 widgets · scroll →For builders
How embedding works
It's just an iframe
Every widget is a self-contained page. Point an iframe at it, size the tile, done. No SDK, no build step.
Configure with params
Static, non-sensitive config goes in the URL: ?theme=dark&tz=Asia/Kolkata&v=2. Params configure; they never carry data.
Private data over postMessage
Hosts hand each widget a MessageChannel port on load. Anything personal flows through that bridge — never through URLs.
<iframe src="https://cool-desk.com/widgets/clock.html?theme=dark&v=2" sandbox="allow-scripts allow-same-origin" width="320" height="150" style="border:0;border-radius:12px"> </iframe>
Native home
These widgets live best in CoolDesk
Get them on every new tab — arranged per project, next to your tabs, apps, notes and spotlight search. Free, local, no account.
Get CoolDesk Free