[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Showcase](/c/showcase/41)

# Turborepo + Vite + React + TS + Tailwind CSS v4 + shadcn/ui + Nest.js

2751 views · 12 likes · 6 posts


Boda Sooqa (@bodasooqa) · 2025-04-07 · ♥ 5

Hi, I would like to share a successful monorepo implementation using the following stack:
Turborepo + Vite + React + TS + Tailwind CSS v4 + shadcn/ui + Nest.js.

Other techonologies:
* General
  * Zod
* Frontend:
  * Tanstack Router
  * Tanstack Query
  * Tanstack Virtualizer
* Backend
  * Nest.js
  * class-validator and class-transformer
* Code organiztion
  * Biome
  * Lefthook

The monorepo contains three applications: main (vite), landing (vite), and backend (nestjs), as well as several packages.

https://github.com/bodasooqa/ton-society-test


Anshuman Bhardwaj (@anshumanb) · 2025-04-07 · ♥ 4

Hi @bodasooqa, welcome to the Vercel Community!

Thanks for sharing your project with the community. I'm glad you liked the Turborepo + Vercel experience :heart:


Webvelocityza (@webvelocityza) · 2025-04-13 · ♥ 1

Hi @bodasooqa thanks a lot. I've spent 3 days and now I am forking your project. I am trying to create a REACT + VITE + tailwind + Shadcn starter. Please see https://github.com/webvelocityZA/turborepo-ui-starter. All thanks to you


Boda Sooqa (@bodasooqa) · 2025-04-15

Hi! Nice job
Glad to help you :handshake:


Soumyadip1004 (@soumyadipdutta1004-7) · 2025-11-04 · ♥ 2

Hey everyone! I just published a blog on Medium - How to Implement Shadcn UI with Tailwind v4 in a Turborepo

Link: [https://medium.com/@soumyadipdutta1004/how-to-implement-shadcn-in-a-turborepo-b7853c65e699](https://medium.com/@soumyadipdutta1004/how-to-implement-shadcn-in-a-turborepo-b7853c65e699)


Pauline P. Narvas (@pawlean) · 2025-11-14

This is great, thank you for sharing!