Essential GitHub repositories every TypeScript, Python, and AI developer should know. Each entry includes what you will actually learn from the source code.
microsoft /
TypeScript
TypeScript language specification and compiler. Superset of JavaScript that adds static types.
TypeScript101k
vercel /
next.js
The React framework for production. App Router, RSC, static export, and edge runtime.
TypeScript128k
shadcn-ui /
ui
Beautifully designed components using Radix UI and Tailwind CSS. Copy-paste, not a dependency.
TypeScript82k
pmndrs /
zustand
Lightweight, unopinionated state management for React. Bear necessities only.
TypeScript50k
colinhacks /
zod
TypeScript-first schema validation with static type inference. Zero dependencies.
TypeScript35k
trpc /
trpc
End-to-end typesafe APIs without code generation. Full-stack TypeScript with zero overhead.
TypeScript35k
prisma /
prisma
Next-generation ORM for Node.js and TypeScript. Auto-completion, type safety, and migrations.