Skip to main content
Home/Recipes/Client delivery sign-off report
Audit & Compliance

Client delivery sign-off report

PMAgencyDeveloper

Overview

Prove the delivered product matches the client's brand. Compare the build against a baseline extracted from the client's own live site, and hand over the score.

Client decision-makers notice when colors are slightly off or spacing is inconsistent, and they flag it late, in revision rounds. Instead of "we think it matches," deliver a number. Extract a baseline from the client's existing live site, then compare the delivered build against it. Dembrandt returns a drift score and an itemized list of every token that differs, in a self-contained HTML report you can attach to the handoff. The extraction is itself a deliverable: the client receives a structured record of their own brand as it exists in production. Fewer revision rounds, faster sign-off, and objective proof instead of opinion.

Pin the client's live brand as the baseline

Terminal
dembrandt https://example.com --json-only > client-brand.json

Compare the delivered build, write the sign-off report

Terminal
dembrandt https://delivery.example.com --compare client-brand.json --html signoff.html
Output

A drift score and itemized token comparison as an HTML sign-off report: objective proof the delivery matches the client's brand.

Browse all

All recipes →

50 workflows