
Fast all-in-one JavaScript runtime, bundler, test runner, and package manager, drop-in Node.js replacement with native TypeScript support.
Bun is a drop-in replacement for Node.js that runs JavaScript and TypeScript with faster startup and execution. It bundles, transpiles, and installs packages, all within a single binary, eliminating the need for separate tooling.
An excellent choice for developers building CLI tools, serverless functions, and high-throughput APIs. Its native TypeScript support and npm-compatible package manager make migration smooth for existing projects seeking performance gains.
URL
https://bun.sh/Recommended tools

Biome
Fast formatter and linter for JavaScript, TypeScript, JSX, and JSON, unified toolchain replacing ESLint + Prettier with near-instant performance.

Playwright
Microsoft's end-to-end testing framework with auto-waiting, trace viewer, and cross-browser support for Chromium, Firefox, and WebKit.

Prisma
Next-generation Node.js and TypeScript ORM with auto-generated type-safe query builder, schema migrations, and a visual database browser.