Beam

SvelteKit Integration

Seamless tunneling for SvelteKit projects.

Quick Start

Beam detects SvelteKit via the @sveltejs/kit package. Launch your dev environment with a single command:

Terminal
npx beam dev

Vite Under the Hood

Since SvelteKit uses Vite, you can also use the @byronwade/beam-vite plugin for more advanced programmatic control within your vite.config.ts.

However, the CLI auto-detection works perfectly for most standard use cases and requires no code changes.

Default Configuration

  • Default Port5173
  • Detection Commandnpm run dev

Support & Community

Report Issues
Found a bug or have a feature request?

Open an issue on our GitHub repository to get help from the team and community.

Open GitHub Issue
Documentation
Help us improve our guides.

This documentation is open source. Feel free to contribute updates or fixes.

Edit on GitHub