SanitySnap
SanitySnap is a web app (with a lightweight desktop runner) that helps teams run reliable, repeatable sanity checks after every deploy without maintaining a huge regression suite. You define a “sanity pack” as a short list of critical user flows (login, checkout, permissions, core API health) and the app turns them into executable checks using a mix of scripted steps and AI-assisted assertions (e.g., detect broken layouts, missing key UI elements, unexpected error toasts). It integrates with CI/CD to trigger on deploy and posts a pass/fail summary with screenshots, console/network errors, and a simple “what changed” diff. Brutal reality: it won’t replace serious automation frameworks; it wins by being fast to set up, opinionated, and focused on the 10-20 tests that actually block releases.