Getting Started
Concepts
Project
Help
NestJS Integration
Expose your NestJS APIs securely for webhook testing and mobile development.
Quick Start
Beam automatically detects NestJS. Start your dev tunnel with:
Terminal
npx beam dev
Webhook Development
NestJS is commonly used for backend APIs. Use Balanced Mode to get a stable onion address for testing 3rd-party webhooks (Stripe, Twilio, Slack) without deploying to staging.
Note: Since NestJS apps are often purely APIs, consider using tools like Postman configured to use the Beam tunnel proxy if you need to inspect request flows manually.
Terminal
npx beam dev --mode=balanced
Default Configuration
- Default Port3000
- Detection Commandnpm run start: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