Ephemeral Environments
Spin up isolated environments for every PR. Test in production-like settings, then destroy.
One PR = One Environment
Every pull request gets its own isolated environment. Test your changes in production-like conditions before merging.
# PR #42 creates:https://pr-42.your-app.anchorscape.dev# With its own:- Isolated database- Separate Redis- Full security scanFeatures
- GitHub Integration - Environments created automatically on PR open
- Production Parity - Same config, same infrastructure
- Isolated Data - Seeded databases, no production data leakage
- Security Scanned - Lookout runs on every push
- Auto-Cleanup - Destroyed when PR merges or closes
Use Cases
- QA testing before merge
- Design review with real data
- Integration testing
- Demo environments for stakeholders
- A/B testing variants