Dentolize · PR Template Sandbox Block Walkthrough
On this pageShort versionIf you're producing internal or recruiting-facing contentWhat to avoid saying

For Marketing

Short version

This isn't a customer-facing feature — there's nothing here to market to dental clinics, patients, or anyone outside the engineering team. It's an internal change to how pull requests are opened in the Dentolize repo. You can stop reading here for anything patient- or clinic-facing.

If you're producing internal or recruiting-facing content

The change is a legitimate (small) data point for "how we build software" narratives — engineering-culture blog posts, recruiting pages, or investor updates that talk about engineering rigor:

  • Every pull request against Dentolize already gets its own live, disposable

preview environment — a full running copy of the app with demo data, spun up automatically and torn down when the PR closes. That capability predates this PR.

  • What this PR adds: the controls for that preview environment (which

regions to bring up, whether to include WhatsApp, how much demo data to seed) are now visible and documented right where a contributor writes their PR description, instead of being tribal knowledge.

If you want a one-line version for that kind of context: "Every proposed change to Dentolize gets its own live preview before it ships — and the controls for that preview are now built into how we write pull requests."

What to avoid saying

  • Don't describe this as a new customer-facing capability — it changes

nothing patients or clinic staff can see or do.

  • Don't claim it as a security or compliance feature; it's developer

ergonomics.