Getting Started
Concepts
Project
Help
Astro Integration
Expose your Astro project to the internet securely with Beam.
Quick Start
Beam automatically detects Astro projects by looking for astro in your dependencies. Simply run the following command in your project root:
Terminal
npx beam dev
This command will:
- Start your Astro dev server using
npm run dev - Wait for port 4321 to become active
- Create a secure tunnel pointing to that port
Advanced Usage
Manual Tunneling
If you have a custom setup or prefer to run the server yourself, you can start the tunnel manually. This is useful if your port varies or if you are running Astro in a specific mode.
Terminal
npx beam start 4321
Default Configuration
- Default Port4321
- 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 IssueDocumentation
Help us improve our guides.
This documentation is open source. Feel free to contribute updates or fixes.
Edit on GitHub