Prerequisites
An existing TanStack Start project with a package manager installed.
Initialize
npx @abhivarde/syncui@latest initCreates components.json and installs base dependencies.
Wrap your app
TanStack Start renders through a root route.
Keep createTheme static. Runtime values like Date.now() will cause a hydration mismatch.
Run dev
npm run devOpen http://localhost:3000.
You're all set. Add any component, block, or chart with the CLI, or copy the code straight from Components, Blocks, and Charts.