What problem does it solve? Choosing and configuring a JavaScript toolchain involves fragmented decisions across runtimes, package managers, bundlers, and test runners, and migrating from Node to Bun raises compatibility questions. ## Core Features & Use Cases - Runtime Selection Guidance: Explains when to prefer Bun versus Node based on ecosystem compatibility and project needs. - Migration Notes: Covers replacing node/npm commands with bun equivalents, lockfile handling (bun.lock vs bun.lockb), and npm script execution via bun run. - Platform Configuration: Details Vercel deployment setup with Bun runtime, frozen-lockfile installs, and build commands. - Use Case: You are starting a new TypeScript project and want a single toolchain. Use this Skill to set up bun install, bun test, and Bun.serve for your HTTP server, then configure Vercel to deploy with the Bun runtime. ## Quick Start Ask the AI to help you migrate your Node.js project to Bun, including install commands, test setup, and Vercel deployment configuration.