Workspace for projects that use Claude. npm workspaces monorepo.
apps/template-react— Vite + React + TypeScript + Tailwind starter. Copy this folder toapps/<new-project>to start a new frontend.packages/ui— shared React components (@claude-projects/ui).packages/api-client— thin wrapper around@anthropic-ai/sdkfor backend/script use (@claude-projects/api-client).packages/config— shared Tailwind and ESLint presets.
npm install
npm run dev:template # runs apps/template-react on localhost- Copy
apps/template-reacttoapps/<name>. - Update
namein itspackage.json. - Run
npm installfrom the repo root to link workspace packages.