Posts tagged with: Bun

Content related to Bun

Pack Full‑Stack Web Apps into a Single Binary with EXE Tool

January 28, 2026

EXE turns full‑stack web frameworks like SvelteKit, Nuxt, and TanStack into one tiny executable with no runtime dependencies. The tool keeps SSR, API routes, and authentication intact while removing the need for Node or Docker to run your app. Learn how to integrate EXE into your build pipeline with Bun, customize binaries, and even generate Dockerfiles for instant cloud deployment. Ideal for self‑hosted SaaS, privacy‑centric solutions, and demos that let users run a professional web app locally.

Claude Agent Server: Build a WebSocket Wrapper for Claude in Bun E2B

January 28, 2026

Discover how to transform the Claude Agent SDK into a real‑time, sandboxed WebSocket server using Bun and E2B. This guide walks you through cloning the repo, setting up your environment, building an E2B sandbox, and connecting with the @dzhng/claude‑agent client library. Learn to customize server behavior, test locally, and deploy scalable AI agents—all while taking advantage of E2B’s isolated sandboxes. Ideal for developers looking to build chatbots, custom assistants, or integrated AI tools with minimal overhead.