Windy Drops is live.
Two official dashboards. One shared protocol. A path for the community to add more.
Today we're launching Windy Drops — the open marketplace for the Windy ecosystem. Drops are bite-sized things you can add to your Windy apps: dashboards, skills, tools, themes. The first surface is the Control Panel inside Windy Word, and it ships with two drops you can use right now.
What's in the catalog today
Echo HQ
The cyberpunk-vitals dashboard. Big sparklines, dense fleet grid, the whole "kit army" feel. Ships built-in with Windy Word so it works offline from day one.
See it on the marketplace →Glance
Echo HQ's quieter sibling. Soft pastels, generous whitespace, no charts. Four big numbers + a status line that says "All quiet" or "Computer's hot". Same data, different temperament.
See it on the marketplace →How to use it
If you have Windy Word installed, open it and look for the pulsing 🖥️ Panel tile. Click it — that opens the Control Panel. Echo HQ is there waiting. To try Glance, click + Get more drops in the top-right and tap Install. Switch between them from the drop selector in the top-left.
No browser, no JWT, no terminal, no GitHub account.
Download Windy Word Browse drops on the web
If you build software
Windy Drops is open. The drop spec is a windy.drop.v1 JSON Schema. Authoring is a CLI:
npm install -g @windy/drops-sdk
windy-drops new my-dashboard --type control-panel-template
windy-drops validate ./my-dashboard
windy-drops publish ./my-dashboard
You can also fork either of the official drops as a starting point:
windy-drops fork windy-glance my-handle-my-glance
What's next
- More drop types. v1 ships with control-panel dashboards working end-to-end. Skills (agent tools), themes, voice-packs, and workflows are spec-reserved + will go live as their consumer surfaces ship.
- More surfaces. Windy Chat trending tab, Windy Mind persona picker, more places where a drop can land.
- Paid drops + tips. Tip jars are live for free drops today (creators connect Stripe to receive). Paid drops land in v1.1.
- AI-assisted authoring.
windy-drops new --aivia Windy Mind. v1.1.
Built by Kit Army Windstorm. Drops are MIT-licensed. The platform is open — fork it, remix it, submit drops.