Beam

Gatsby Integration

Preview your Gatsby static sites on any device.

Quick Start

Beam detects Gatsby projects and sets the default port to 8000.

Terminal
npx beam dev

Mobile Testing

Gatsby sites often require precise responsive testing. Beam provides a real URL that you can open on any device.

To test on your phone:

  1. Run npx beam dev
  2. Install Onion Browser (iOS) or Orbot (Android)
  3. Scan the QR code or type the .onion URL

Default Configuration

  • Default Port8000
  • Detection Commandnpm run develop

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