Docs
Vercel
To use Vercel with supastarter, you need to have your application deployed on Vercel.
To activate the Vercel Analytics feature, we need to install the package first:
pnpm add --filter marketing @vercel/analyticsThen we need to activate Vercel as the analytics provider in your supastarter app. To do this, open the apps/marketing/modules/analytics/index.ts file and set the provider path to "./provider/vercel".
To customize the Vercel configuration, edit the apps/marketing/modules/analytics/provider/vercel/index.ts.
Learn more about analytics with Vercel in the official documentation.
For further instructions, follow the general analytics instructions.