Getting Started
Concepts
Project
Help
Remix Integration
Full-stack tunneling for your Remix applications.
Quick Start
Beam identifies Remix projects by checking for the @remix-run/react dependency. Start your development session with:
Terminal
npx beam dev
Webhook Integration
Remix is often used for building robust backends that handle webhooks from services like Stripe, GitHub, or Shopify. Using Beam's Balanced Mode ensures you have a consistent onion address to register with these providers.
Tip: Unlike ngrok or other tools where the URL changes every time (unless you pay), Beam allows you to generate a persistent address for free using your private key.
Terminal
npx beam dev --mode=balanced
Default Configuration
- Default Port3000
- 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