D1VD1V

Use Cases

Playbooks: prompts plus acceptance criteria for common product types.

How to use playbooks

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

SaaS (subscription-first)

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.

E-commerce (checkout-first)

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.

Internal tool (workflow-first)

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

See also

Getting Started · Integrations · API