Vite is a frontend build tool like webpack. Instead of bundling development assets, Vite serves native ES modules transpiled with esbuild from the dev server. This means thereâs a lot less bundling to do, and results in a very fast developer experience.
PHP
sbx: Sandboxed Claude, complete with PHP and tools
A practical walkthrough for running Claude Code inside Docker’s new sbx sandbox, with a custom PHP setup and extra tools for open source work. Benjamin also explains why sandboxing AI coding agents is the sensible Read more…