Deployment
AuthHero can run anywhere Node.js or a compatible runtime runs. Choose the deployment target that fits your infrastructure:
- Docker — Self-contained container with SQLite. Simplest production deployment.
- Cloudflare Workers — Edge deployment with D1 database and global distribution.
- AWS — Lambda functions with RDS/Aurora or DynamoDB.
- Local Development — Run locally with SQLite for development and testing.
- Multi-Cloud — Strategies for deploying across multiple cloud providers.
- Custom Domain Setup — Configure custom domains for branded authentication.
- Widget Assets — Serving the UI widget's static assets.