Contractor guidance SDK for difficult clients and scope control
A contractor-first reference system for boundaries, client friction, and decision clarity — designed to be calm, practical, and usable across any trade.
Coming soon — SDK hosting first, with a web dashboard connected to the same database next.
Integrate guidance into your tools
Pull calm, field-tested decision support into your apps: checklists, scripts, dispute-safe notes, and lightweight risk flags. A web dashboard connected to the same database is coming next.
<script src="/sdk/contractors-black-book-sdk.min.js"></script>
<script>
const cbb = ContractorsBlackBookSDK.create({ orgId: "demo" });
console.log(cbb.version);
</script>
What it’s for
Boundaries & scope clarity
Prevent scope creep with clear steps, documentation prompts, and decision checkpoints.
Client friction handling
Scripts and de-escalation pathways that keep things professional and safe.
Job risk flags
Lightweight risk tags (payment, access, safety, change order patterns) to protect your time.
Repeatable workflows
Turn hard-earned lessons into checklists and templates your crew can actually follow.
SDK
Download the SDK package from this domain. Use it in Expo / React Native apps or web tools, and connect to the same backend as the upcoming web dashboard.
Quick embed (UMD)
<script src="/sdk/contractors-black-book-sdk.min.js"></script>
<script>
const cbb = ContractorsBlackBookSDK.create({ orgId: "your-org" });
const result = cbb.assess({ notes: "Client wants work before deposit." });
console.log(result);
</script>
Contact
Want access, a demo, or an integration? Send a quick note.