Muraqib, free nightly QA that lets Claude open a fix PR when tests fail Muraqib, a free nightly QA system for solo developers, runs Playwright tests against live apps and lets Claude open fix PRs when tests fail, with a weekly digest email. The open-source project, released on GitHub, uses GitHub Actions, Claude Code Action, and Resend, and defaults to manual review unless auto-merge is enabled with a guard. It offers a self-hosted alternative to Octomind's paid service, which stopped taking new customers in April 2026. Arabic: مُراقِب "the guardian, the watchful one" Muraqib is a nightly QA system built for one-person software teams. It runs Playwright tests against your live app every night, lets Claude fix failing tests automatically, and sends you one weekly summary email. You only hear about it on Monday morning. Solo founders can't afford a QA team. But silent regressions a broken signup flow, a payment page that 404s, a broken PDF export are invisible until a customer complains. Muraqib watches while you sleep. Nightly 2am → Playwright runs all tests against production ↓ if tests fail Claude reads the error, diagnoses it, opens a PR with the fix ↓ if fix passes CI PR waits for manual review by default, see "Auto-merge" below ↓ always Weekly digest email every Monday with pass/fail history Playwright : browser automation + test runner GitHub Actions : nightly cron, dispatches the Claude fix workflow on failure Claude Code Action : reads failing test output, writes the fix, opens a PR Resend : failure/weekly digest email | Path | What it does | |---|---| tests/ | Playwright test specs you write these for your app | tasks/ | Handwritten automation tasks | tasks/registry.ts | Maps task names to handlers, no runtime AI, zero token cost | task-runner.ts | CLI: npm run task --