📄️ Clerk
Clerk is a popular authentication service that we use in this repo.
📄️ Dotenv Vault
Dotenv Vault allows us to sync secrets between developer's machine and to deployments by storing an encrypted version of the secrets in the repo. This guide will walk you through setting up Dotenv Vault in the repo and deployments.
📄️ Google Analytics
The nextjs app is configured to automatically add a Google Analytics tag with the @next/third-parties library if an ID is provided with the NEXTPUBLICGOOGLEANALYTICSID environment variable. To enable it, simply add a NEXTPUBLICGOOGLEANALYTICSID environment variable to your project.
📄️ Upstash Schedules
This guide walks you through integrating Upstash into a T3 Stack app using Next.js 15 with the App Router we've started using this more frequently for the scheduling capabilities it can offer as an alternative to CRON jobs and that's what this guide will cover.