Production-ready React boilerplate with TypeScript, Vite 7, Tailwind CSS v4, shadcn/ui, React Query, i18next (LTR + RTL), Google Analytics 4, Sentry error monitoring, theming, Docker deployment, and a full CI/CD pipeline with semantic versioning.
Add, wrap, or upgrade shadcn/ui components in this project using its two-layer convention. Use when adding a shadcn component, customizing one, upgrading shadcn, or when the user mentions shadcn, "ui component", or "components/ui".
Work with the GA4 analytics and Sentry error-monitoring integrations in this project. Use when adding events, capturing errors, configuring user identity, managing consent, or troubleshooting the integration.
Work with the design-token color system in this project. Use when adding, changing, or debugging colors, or when the user asks about theming, design tokens, OKLCH, or "how do I use colors".
Integrate or modify consent handling for GA4 Consent Mode v2. Use when launching in a consent-required market (EU/EEA, UK, Brazil LGPD, etc.), integrating a Consent Management Platform (CMP), or modifying the default consent posture.
Turn this React boilerplate into a real project. Use when starting a new project from this starter, renaming it, removing demo/starter content, or when the user mentions "customize starter", "rename project", "remove boilerplate demo", or "initialize from template".
Generate release notes for this project in a consistent format from merged commits/PRs. Use when the user asks for release notes, a changelog entry, or "what changed in this release".