Astryx + Tailwind

RedwoodSDK RSC on Cloudflare Workers. Astryx ships pre-built component CSS; Tailwind handles layout and token-backed utilities via the design-system bridge.

Tailwind on Astryx components

Card with border-2 border-blue-500 shadow-lg

Token-backed utilities

Classes like bg-surface and text-primary resolve to Astryx CSS variables.

bg-surface

Cards, panels

bg-body

Page background

bg-muted

Subtle emphasis

Success
Error
Warning

Compose with layout components

RSCTailwindAstryx
Prefer Astryx layout primitives (VStack, HStack, Card) for structure; use Tailwind on wrappers and className overrides.

Client island (forms)

Controlled inputs stay in a small client component so the page shell remains a Server Component.