Hello folks!

Quieter week on the big-news front. You've got Daniel Schwarz digging into corner-shape, Zell Liew on cascade layers with Tailwind utilities, Steve Frenzel on when aria-expanded belongs, plus Resurf and April UI for Laravel. Also two small tool ships: fluttersdk/wind and a new Expo ESLint plugin called panelwind.

Let's dive in šŸ‘‡

🌟 Community News

fluttersdk/wind

wind is Tailwind-style utilities for Flutter (Nativewind-adjacent): classes like flex, p-4, dark:bg-gray-800 compose into widget trees, with W-prefix widgets for forms.

panel-ui/panelwind

panelwind is a new agent-first ESLint plugin for Expo design systems (Nativewind / Uniwind). It reads your theme, components, and variants, and knows what a class does on a device.

Mailviews

Cosmin Popovici shipped a big Mailviews update on a Friday. MCP, React Email, a new template kit and components, team invites, and a pricing refresh, with everything bumped to Maizzle 6. Existing one-time purchase accounts get the new stuff. Official announcement lands next week.

🤩 Windy Picks

GetAPI — dead simple REST client on Mac

GetAPI is a native macOS HTTP client from the TablePlus and Proxyman folks. Import from Postman, Insomnia, or cURL, send REST and WebSocket requests, and keep work on your filesystem with no cloud account. Autocomplete for headers and params, Apple Silicon, macOS 11+.

I pull it from Setapp next to TablePlus. If you already subscribe, it is one click. If not, the trial covers GetAPI plus the rest of the catalog.

Try Setapp free for 7 days.

šŸ“š Learning

What Can We Actually Do With corner-shape?

You want snipped corners or slanted edges without clip-path sprites. Daniel Schwarz on CSS-Tricks covers the new corner-shape property, which only works paired with border-radius. corner-shape: bevel plus border-bottom-right-radius: 16px snips a corner. Chrome 139+ for now, and borders on these shapes can look softer than you planned.

Using CSS Cascade Layers With Tailwind Utilities

Tailwind ships cascade layers (theme, base, components, utilities), and they change who wins when you mix utilities with your own CSS. Zell Liew on CSS-Tricks shows the default: park components in @layer components so utilities win on class="component p-4". His other path puts hand-written CSS after utilities, then you punch through with !p-4 when a one-off needs it.

Use cases for aria-expanded

aria-expanded keeps turning up on the accessibility audits Steve Frenzel runs, and picking the right pattern is the hard part. On Piccalilli he shows when it belongs on collapsible UI. Native <details> and <summary> cover a single disclosure without ARIA; accordions you build yourself still need the attribute. Treat APG examples as proofs of concept, not drop-in production code.

šŸ’… Showcase

Resurf

Resurf is a personal context library that keeps notes, links, images, and documents on your device. Capture from Mac, Chrome, and iPhone into one library, organize with spaces and tags, then search or hand the context to your own AI key, MCP, or the Mac CLI. Native Swift on Mac, iPhone, and iPad. Data stays on-device, with optional private iCloud sync and no Resurf account.

šŸŽ Resource

April UI

If you want shadcn-style components in Laravel without leaving Blade, April UI is a free MIT kit for Blade and Livewire. Install with Composer, render pieces like button, dialog, sheet, data table, and sidebar, and keep package views in vendor/ until you php artisan april:publish the ones you need to own. Alpine handles browser bits, Livewire handles server state, or mix both. Flux is the polished Livewire UI bar; April is package-first, with docs and blocks for dashboards, auth, and pricing screens.

šŸ‘Œ Cool Stuff

Windybase – Explore weekly curated free & premium Tailwind templates, components, and tools to help you build modern websites and apps fast.

Sherpa – Native Mac app for Statamic: pick a starter kit, edit in the Control Panel, preview on your Mac, and publish without opening the terminal.

Prompt 3 – Panic's native terminal for Mac, iPhone, iPad, and visionOS with SSH, Mosh, Eternal Terminal, and Panic Sync.

KyttoMCP – Local MCP server manager for macOS and Windows across Claude Desktop, Claude Code, Cursor, VS Code, and Codex.

Do you want to share something with the Tailwind CSS community?
You can submit a link or message me on Twitter @vivgui.

Want to support the newsletter? You can buy me a coffee with this link 😁.