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.

Cross-trade Mobile-first Expo / React Native Web integrations
SDK Hosting
Docs + Examples

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.

Contractor guidance SDK interface showing risk flags, scope notes, and decision support
<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.

Download

Get the latest SDK bundle (UMD + ESM + docs + examples).

Download SDK (.zip)

If you prefer a single file: UMD · ESM

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>
Note: This is the public SDK download page. You can lock it down later (tokens, signed URLs, tiering) without changing your marketing page.

Contact

Want access, a demo, or an integration? Send a quick note.