Tech Stack
Leadmetrics is a TypeScript-first monorepo on Node.js 22. Detailed docs per layer:
| Layer | Doc |
|---|---|
| Backend (Node.js, databases, LLM, queue, auth, observability) | tech-stack-backend.md |
| Web frontend (Next.js, Tailwind, shadcn, TanStack Query) | tech-stack-web.md |
| Mobile (React Native, push notifications, biometric auth) | tech-stack-mobile.md |
Summary
| Layer | Technology | Version |
|---|---|---|
| Runtime | Node.js (ESM) | v22 LTS |
| Language | TypeScript (strict) | v5.x |
| Web framework | Next.js App Router | v15 |
| Mobile | React Native (New Architecture) | v0.76 |
| Styling | Tailwind CSS | v4 |
| Components | shadcn/ui + Radix UI | latest |
| Server state | TanStack Query | v5 |
| Forms | React Hook Form + Zod | latest |
| Charts | Recharts | v2 |
| API server | Fastify | v4 |
| ORM | Prisma | v6 |
| Queue | BullMQ | v5 |
| Primary DB | PostgreSQL | v16 |
| Document DB | MongoDB | v7 |
| Cache / Queue backend | Redis | v7 |
| Vector DB | Qdrant | latest |
| Package manager | pnpm workspaces | v9 |
| Build tool | Turborepo | v2 |