This is an example Typescript Prisma Next app that shows how to instrument your code with the Streamdal node-sdk for the purpose of masking PII:
npm install
cp ./.env.example ./.env
Requires Docker.
npm run db:up
npx prisma migrate dev --name init
npm run dev