Preview Environments
Instantly preview your pull request changes in an isolated environment, powered by Docker and Azure DevOps.
⭐ View on GitHubWhat is it?
Preview Environments is a tool that builds your pull request changes into a Docker image and launches a container for fast, shareable testing. It's optimized for Azure DevOps and will support GitHub soon.
How It Works
1. Create a pull request
2. Docker image is built
3. Image pushed to a registry
4. Container launched & preview URL generated
Architecture Overview
Here's how the preview environment fits into your CI/CD workflow:

Get Started
Clone the repo, configure your pipeline, and start previewing pull requests today.
🚀 Go to GitHub Repository