Overview

Molar — autonomous QA with Cartographer, Guard, Clones, and Trace.

Overview

Molar is an autonomous QA and universal browser-automation platform for web apps. Point it at your app and it maps your user flows, writes and runs end-to-end tests, gates pull requests, watches production, and replays failures step by step. Point it at any website and it will also just do the task you describe — fill a form, extract data, log in, download a file — and hand you a live stream and a structured result.

Four products, one account

ProductWhat you get
CartographerMap flows from a URL → verified scenarios → Playwright export
GuardPR gating, production monitoring, shadow-prod diff, Mender auto-fix
ClonesSafe local stand-ins for Stripe, Twilio, email, auth, and S3
TraceStep-by-step replay when a run fails

Your account also includes the dashboard, the molar CLI, and MCP for coding agents — these are account tools, not separate products.

Beyond QA — the universal platform

The same VLM-first agent that maps and tests your app is a general-purpose browser operator. These capabilities work on any site, for humans and agents alike:

CapabilityWhat it doesDocs
Universal automation"Do X on site Y" — run tasks, extract data, validate state, log in, downloadUniversal automation
Live view & recordingWatch any run in real time; replay with video, network, console, AI decisionsLive view
MigrationConvert existing Playwright/Cypress/Selenium suites to .molar.mdMigrate
Agent-nativeMCP + CLI with --json everywhere so coding agents verify their own workFor agents

Who it's for

  • Engineering teams shipping daily who need regression coverage without a dedicated SDET.
  • Coding agents (Cursor, Claude Code, Codex) that write code and need to verify it works in a real browser — the agent verification loop.
  • Anyone who needs to automate a browser task reliably, with a live stream and a replayable trace.

Typical first week

  1. Sign up at app.molar.it and complete onboarding
  2. Run npx molar-agent init in your repo
  3. Discover flows (Scouts or MCP) and approve scenarios
  4. Run from the dashboard or molar run (local runner via molar doctor)
  5. Install the GitHub App from Settings → Organization to gate PRs