Platform overview

What Molar includes — Cartographer, Guard, Clones, Trace — and how they work together in one account.

How Molar fits together

Molar is autonomous QA for web apps. One account gives you four tools that cover the full loop: discover flows, test safely, gate releases, and debug failures.

Note:

Documentation index for agents: docs.molar.it/llms.txt

The four products

ProductWhat you getWho it's for
CartographerMap your app from a seed URL and export production-grade Playwright testsQA engineers, platform teams
GuardPR gating, production monitoring, shadow-prod diff, and Mender auto-fix PRsDevOps, release engineers
ClonesLocal stand-ins for Stripe, Twilio, email, auth, and S3 — no real charges or inboxesFintech, any team with vendor dependencies
TraceStep-by-step replay of failed runs — video, network, DOM, clone stateAnyone debugging a failure

app.molar.it is where you sign in, connect apps, approve scenarios, and review runs. Product-specific views roll out inside the same dashboard as each surface matures.

What your account includes

  • Scenarios — write tests in .molar.md; Molar compiles them to Playwright
  • CLImolar (or npx molar-agent) for init, run, scenarios, clones, traces, and MCP
  • Dashboard — runs, scenarios, billing, team invites, and GitHub App setup
  • MCP — connect from Cursor or Claude Code with one install; same tools locally via molar mcp serve
  • Sign-in — one login for the dashboard, API, CLI, and MCP (email, GitHub, Google; SSO on Business)
  • Billing — usage meters and plan limits in the dashboard

How teams typically work

  1. Cartographer crawls your app and proposes scenarios from real user flows (or you author .molar.md in the CLI).
  2. Guard runs those scenarios on every PR and on a production schedule.
  3. Clones replace Stripe, Twilio, and other vendors so tests never touch real customers.
  4. When a run fails, Trace opens a timeline you can replay step by step.
  5. Mender (part of Guard) can draft a fix PR when a regression is confirmed.

Humans vs agents

HumansAgents
Startapp.molar.it signupAgent self-serve signup or molar agent signup
ConnectDashboard, GitHub App, optional CLIMCP install or molar mcp serve
OperateApprove flows, billing, team settingsRun scenarios and read traces via MCP tools

Both paths share the same org, scenarios, and run history.

Deployment options

OptionWho it's forWhat you get
Molar cloudMost teamsapp.molar.it + api.molar.it — no infrastructure to run
Single productTeams starting with one surfaceThat product's dashboard and docs; expand when ready
Self-hostedEnterprise / air-gappedRun Molar in your environment; local MCP and clones — operator docs

Where to go next

Product deep dives: Cartographer · Guard · Clones · Trace.