What problem does it solve?
It removes slow, repetitive development loops by giving you a reliable Bun-based dev server setup with Hot Module Replacement (HMR) and React Fast Refresh-style reloads.
Core Features & Use Cases
- Hot-reload capable dev server: Starts a Bun.serve server with a WebSocket endpoint for client-side reload signals.
- SPA routing + static file serving: Serves public/index.html for frontend routes and serves other static assets directly.
- Framework-oriented wiring (React/API/Full-stack): Guides setup for React frontends, Hono API servers, or combined full-stack projects.
- Practical file watching: Watches source changes (e.g., TSX) and notifies connected clients to refresh.
Quick Start
Ask the skill to set up a Bun development server with HMR for your React app, then use it to create server.ts, public/index.html, and your src entry files so edits trigger browser reloads.