Clients buy dates and outcomes. They do not buy your rediscovery of webhook signatures. A kit helps when license terms, stack fit, and handoff docs are explicit before the statement of work is signed.
Where kits accelerate delivery
- Greenfield MVPs with standard login and Checkout needs.
- Internal tools that need auth and roles quickly.
- Prototypes that must feel production-credible in a short sprint.
Where kits create change orders
- Compliance mandates an IdP the kit cannot swap without a rewrite.
- The client's design system fights the kit's UI primitives.
- The SOW needs Connect or marketplace payouts and the kit only does simple Checkout.
Commercial hygiene
- Confirm client-work and white-label rights on the product page.
- Archive purchase receipt, version, and seller contact in the project vault.
- Never commit live secrets; rotate anything pasted into chat.
- Strip demo branding and unused vendor SDKs before handoff.
Delivery sequence
- Constraints workshop: stack, auth, billing, host - then select the kit.
- Staging deploy and design token pass; delete demo routes.
- Domain features on top; keep a changelog of kit vs custom code.
- Handoff: env template, migrate command, admin bootstrap, recorded walkthrough.
After you leave
- Prefer readable structure over clever abstractions the next contractor cannot parse.
- Document every third-party dashboard the client must own.
- Leave a one-pager: how payments grant access.
- Agree whether upstream kit updates are in scope or frozen.
Use full boilerplates for empty repos; use auth or billing modules when the client already has a shell. Always run the selection checklist before the kickoff call.