Inspect and tune live CSS variables instantly.
WindPanel automatically scans your website for Tailwind theme modes, presents a premium editor interface, and maps variables live so you can iterate on brand styles directly in the browser.
Local-first extension, no analytics or tracking code.Live Surface Preview
Theme Colors
--primary --accent Everything you need to customize your UI.
Find complete Tailwind 4 theme surfaces across :root, class selectors, body classes, and data-theme attributes.
Change OKLCH colors, radius, shadows, typography, and raw CSS while previewing the result against the page.
Save imported or hand-tuned themes locally so the same palette is ready the next time you open the browser.
Copy the whole theme or a single mode when you are ready to move changes back into your project.
Built to integrate with how you work.
Instead of manual cycles modifying stylesheet values, reloading components, and checking responsiveness, WindPanel updates your site context in real time.
Mount on site
Open the embedded demo or any supported Tailwind site in your browser.
Read active state
WindPanel reads the active selectors and mode variables directly from page state.
Tune values live
Use the UI dials to tweak OKLCH colors, radius, shadows, or paste direct CSS overrides.
Export back to project
Copy the generated Tailwind CSS variables and place them back in your global stylesheet.
Frequently Asked Questions
How does theme detection work under the hood?
WindPanel content scripts scan your page for standard Tailwind / shadcn CSS custom properties like --background, --primary, and --radius. It reads their computed values and temporary probe stylesheets to detect complete mode differences.
Do I need to change my build configuration to use it?
No! WindPanel inspects standard, unminified CSS custom properties in your dev environment. It works out of the box with standard Tailwind CSS v4 and shadcn components without any build plugins.
Are my theme edits sent to any external servers?
Absolutely not. WindPanel is completely local-first and privacy-respecting. All theme definitions, presets, and customized values are saved purely inside the browser's local storage.
Does it support custom selectors or attributes?
Yes! It automatically detects common theme conventions (e.g., class='dark', data-theme='dim', data-color-scheme='dark') and lets you sync controls with whichever selector your website uses.
Permissions
Uses standard storage permissions for saving user presets and page access to inspect CSS theme variables on dev-mode websites.
Data model
Directly reads custom properties, mode selectors, active HTML classes, and computes variables using inline probes. No databases required.
Best fit
Projects built on Tailwind CSS v4, shadcn-compatible CSS custom properties, OKLCH palettes, and teams working with clean atomic layouts.