The ADE thatsets the standard

From story to controlled merge, one verifiable harness unifies agents, Code Practices, smart worktrees, and live Cloud Previews.

Backlog
Web application

Backlog

13 user stories across the delivery pipeline

BacklogDraft user stories1
US-700DraftDefine a first-run onboarding path
Agent QueueReady for agents2
US-708QueuedAdd secure credential vault
US-709QueuedBuild project activity timeline
In ProgressActive worktrees4
US-706RunningBuild repository insights panel
US-707RunningAdd AI setup checklist
US-710RunningGenerate user story drafts
US-711PausedRun preview environment checks
In ReviewWaiting for validation1
US-712ReviewReview merge readiness summary
DoneMerged user stories3
US-713MergedLaunch guided backlog board
US-714MergedShip provider connection flow
US-715MergedComplete project switcher polish
DiscardedRejected or cancelled2
US-701RejectedAdd a project health snapshot

Discarded from backlog

US-705RejectedCreate backlog priority filters

Rejected during review

Beyond the prompt

AI can write the code. Blame makes it shippable.

Turn an idea into a user story, give it an isolated workspace, see it run, review every change, then decide what ships.

Highlights.

  • Blame backlog and development workflow

    The workflow

    Every request. One clear lane.

    From brief to merge, the whole workflow stays visible.

  • Isolated by default

    One story. Its own smart workspace.

    A dedicated worktree, environment, port, and local runtime.

  • Blame live preview and review interface

    Live preview

    See each isolated worktree in action.

    Preview locally. Review every change. Merge when it earns it.

    + any OpenAI-compatible API

    Parallel agents

    Every agent. The right model.

    Run multiple agents in parallel across 50 AI providers.

  • Blame code practices interface

    Code practices

    Your standards, built in.

    Match the codebase or apply a stricter engineering standard.

  • Blame guided project creation interface

    Project creation

    Start ready.

    Choose a web stack. Blame prepares it for agent work.

The backlog

Every request gets a lane.

Backlog
Web application

Backlog

3 user stories across the delivery pipeline

BacklogDraft user stories3
US-804DraftAdd keyboard command palette
US-805DraftVerify deployment rollback flow
US-806DraftCreate release health dashboard
Agent QueueReady for agents0
In ProgressActive worktrees0
In ReviewWaiting for validation0
DoneMerged user stories0
DiscardedRejected or cancelled0

Write the outcome once and Blame turns it into a durable lane for the entire development cycle. The brief, relevant context, agent activity, implementation state, review notes, and final decision stay attached to the same story, from the first backlog draft to the merge you approve.

Isolated by default

One story. Its own smart workspace.

Blame automatically analyzes your project, determines what the story needs, and prepares a dedicated branch, worktree, environment, port, and local runtime before implementation starts.

  • Worktree ready
  • Environment synced
  • Preview attached

Live preview

See each isolated worktree in action.

Open the running app beside the story. Inspect files, terminal output, and every change without chasing branches, ports, or browser tabs.

Untitled user story

http://localhost:46023
/

The ADE thatsets the standard

From story to controlled merge, one verifiable harness
unifies agents, Code Practices, smart worktrees, and live Cloud Previews.

Request access See the workflow

Human decision

Your call, all the way to merge.

Request changes, reject the work, or approve and merge when it earns it. The agent moves fast. The decision stays yours.

  • Review the evidence
  • Request another pass
  • Approve and merge

Parallel agents

Run every agent on the model that fits.

Launch multiple agents in parallel, even across different providers. Blame supports 50 AI providers, so every task can use the model that fits it best.

+ any OpenAI-compatible API

Code practices

Every agent codes like a pro.

Blame holds every implementation to professional engineering standards: clean code, verified changes, sound architecture, and a commit history your team can trust.

Coding style

Write explicit, typed, focused code with deliberate error handling and no temporary, duplicated, or unsafe patterns.

1type Member = {2  name: string3  score: number4  isActive: boolean5}67export function rankMembers(8  members: Member[],9) {10  return members11    .filter(isActive)12    .map(toRanking)13}
✓ Typed · lint clean
1const f=(x:any)=>{2 let r=[]3 for(let i=0;i<x.length;i++)4  if(x[i].active)5   r.push({n:x[i].name,6    v:x[i].score*2})7 return r8}
7 warnings · any used
OtherPro standard

Specialist agents

More perspective. Only when it matters.

Focused specialists sharpen context, interface quality, verification, and risk. One lead agent stays responsible for the implementation.

A

Codebase Analyst

Finds the right context.

A

Story Analyst

Tightens the brief.

A

Frontend Design Specialist

Refines the interface.

A

Test & Verification Analyst

Plans the proof.

A

Risk & Review Analyst

Challenges merge readiness.

Blame Cloud

Change computers. Keep every detail.

Open the same project on another computer and Blame restores the context around it. No rebuilding your workflow from scratch.

  • Stories & conversations

    Every user story and its full conversation history stays linked to the project.

  • Code practices & preferences

    Your enabled practices and project preferences return exactly as you set them.

  • Provider connections

    Tokens and OAuth connections stay ready, so each provider works without another setup.

  • MCP configurations

    Every configured MCP server is restored when you move to another computer.

Project creation

From empty folder to agent-ready

Choose a web stack. Blame generates the structure, tooling, environment files, and preview configuration inside the same workflow.

New Project

Generate a codebase ready for Blame workflows.

Frontend framework

The frontend choice drives the rest of the wizard.

Blame early access

Let agents move fast. Keep the final say.

Available for macOS, Windows, and Linux. Bring the AI provider you already use.