Skip to content

Instantly share code, notes, and snippets.

View juan-ahv's full-sized avatar

Juan A Hernandez juan-ahv

View GitHub Profile
@infomiho
infomiho / 0-MOVED.md
Last active February 13, 2026 10:37
Deploy Wasp apps to Caprover
@infomiho
infomiho / 0-MOVED.md
Last active February 13, 2026 10:36
Deploying Wasp apps to Coolify
@infomiho
infomiho / 0-README.md
Last active November 14, 2025 12:17
Using ShadCN with Wasp 0.12+

Using ShadCN with Wasp 0.12 and beyond

Note

We'll be loosly following the Vite instructions for ShadCN since Wasp is using Vite + React: https://ui.shadcn.com/docs/installation/vite We'll skip some of the steps since they don't apply or they are done differently with Wasp.

You won't be able to use the @ alias setup since it's not currently supported by Wasp. Because of this you'll need to adjust some imports when we generate components, but it should be fairly straightforward to do.

1. Enable TailwindCSS if you haven't already