File SystemEcosystem & Frameworks
Run Bun as a daemon with systemd
systemd is an init system and service manager for Linux. It manages the startup and control of system processes and services.
Build an app with SvelteKit and Bun
Use sv create my-app to create a SvelteKit project with the SvelteKit CLI. Answer the prompts to select a template and set up your development environment.
Build a frontend using Vite and Bun
You can use Vite with Bun, but many projects get faster builds & drop hundreds of dependencies by switching to HTML imports .