Introduction
Blammo is a zero-config deployment testing tool. Push code to GitHub, and Blammo automatically:
- Clones your repository
- Detects your framework, database, and ORM
- Creates a secure ephemeral environment
- Crawls every route in your app
- Screenshots each page and diffs against the previous build
- Reports broken routes, visual changes, and console errors directly on your pull request
Quick start
- Install the Blammo GitHub App on your repository
- Push a commit or open a pull request
- Check your PR for Blammo’s test results
That’s it. No config files, no YAML, no CI changes.
Supported frameworks
Blammo auto-detects and configures environments for:
- Next.js (App Router and Pages Router)
- Nuxt (v3)
- Remix
- SvelteKit
- Astro
- Any framework with a standard
npm run build/npm startworkflow
What you get
On every push, Blammo posts a comment on your pull request showing you exactly what changed and what broke — with screenshots.