wind-ui

Translate Wind UI className tokens into Flutter widget trees.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/anilcancakir/uptizm-app --skill wind-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wind-ui
Source: https://github.com/anilcancakir/uptizm-app/tree/main/.claude/skills/wind-ui
Command: npx skills add https://github.com/anilcancakir/uptizm-app --skill wind-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wind UI provides a structured approach to building Flutter UIs with Tailwind-like className tokens, reducing boilerplate and enabling consistent theming and responsive design.

Core Features & Use Cases

  • Declarative UI with WDiv/WText components controlled by className tokens
  • Dark mode, theming, and responsive design through prefixes and states
  • Component-first workflow and design-token-based styling for scalable apps

Quick Start

Create a Wind UI example by composing WDiv/WText with basic className tokens to render a simple responsive layout.

Frequently Asked Questions about wind-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use Tailwind-like className tokens to build Flutter UI components?

Wind UI translates className tokens into Flutter widget trees using a runtime interpreter. It maps declarative styling strings to native widgets, enabling rapid UI composition without manual styling code.

Can I manage dark mode and responsive design in Flutter using token prefixes?

Yes, dark mode and responsive design in Flutter can be managed using token prefixes. The system enforces dark mode pairs and state prefixes through the className frontmatter, ensuring consistent theming across mobile applications.

What is the best way to scale and theme Flutter mobile apps without heavy boilerplate?

Scaling and theming Flutter apps is best handled through a design-token-based styling workflow. By enforcing a structured token system, you achieve consistent theming and responsive interfaces while significantly reducing boilerplate code.

How do I start composing Flutter layouts with design tokens?

To start composing layouts, use WDiv and WText components controlled by basic className tokens. This declarative component-first workflow allows you to render simple responsive layouts quickly without writing extensive styling code.

Does this className token approach work with existing Flutter widget trees?

The className token approach integrates by translating tokens directly into Flutter widget trees via a runtime interpreter. It enforces the Wind token system within your project, ensuring themeable and scalable interfaces are generated natively.