D1VD1V
D1V Docs / Build / 4 sections

Use Cases

Playbooks: prompts plus acceptance criteria for common product types.

01

How to use playbooks

  • Start with one core flow
  • Ship a thin but measurable slice
  • Iterate through Chat in small diffs
02

SaaS (subscription-first)

text
Build a subscription SaaS for small teams.
Flows: signup/login, workspace + invite, choose plan, Stripe checkout + webhook-confirmed entitlement.
Analytics: signup, checkout_started, purchase_completed, cancellation.
Acceptance: after test checkout, premium unlocks and persists on refresh.
03

E-commerce (checkout-first)

text
Build a storefront: product list/detail, cart, checkout, order history.
Payments: Stripe checkout + webhook creates orders; no duplicates on retries.
Analytics: add_to_cart, checkout_started, purchase_completed.
04

Internal tool (workflow-first)

text
Build an approvals tool.
Entities: Request, StatusHistory, AttachmentLink.
Flows: submit  approve/reject  audit timeline. Roles: requester / approver / admin.
Acceptance: every state change is auditable.