Prikkert is the open-source app for scheduling group events. Always free, no ads.
You'll need Node 24+, pnpm 10+, and Docker.
pnpm install
docker compose up -d
pnpm drizzle-kit push
pnpm devOther useful commands: pnpm build, pnpm check, pnpm lint, pnpm lint:fix.
Production runs as a Docker container behind an external Traefik instance:
docker compose -f compose.prod.yml up -d --buildThis spins up the app, Postgres, and a Drizzle Gateway. You'll need to tweak the Traefik labels and .env to match your setup.