Integrate Google Analytics 4 for comprehensive tracking. Install gtag.js script in application layout. Create analytics wrapper hooks for type-safe event tracking. Implement automatic pageview tracking with Next.js router events. Add custom event tracking for business metrics: button clicks, form submissions…
Integrate privacy-friendly Plausible Analytics for cookieless tracking. Add Plausible script to application layout with custom domain if configured. Implement automatic pageview tracking. Create custom event tracking hooks for user interactions. Set up goals in Plausible dashboard for conversion tracking. Implement…
Integrate Google Analytics 4 for comprehensive tracking. Install gtag.js script in application layout. Create analytics wrapper hooks for type-safe event tracking. Implement automatic pageview tracking with Next.js router events. Add custom event tracking for business metrics: button clicks, form submissions…
Reads git log since the last tag (or all history), groups commits by type, and generates or updates CHANGELOG.md following the Keep a Changelog format.
Compares .env against .env.example (or .env.sample, .env.template) and reports missing variables, undocumented extras, and security risks such as hardcoded secrets or weak values.
Scans source files for hardcoded secrets, SQL injection, XSS, insecure configurations, and other common security vulnerabilities. Produces a prioritized report.