D1VD1V
D1V Docs / Build / 4 sections

Workspace Guide

A map from “what I want to do” to “where in the Project UI to do it”.

01

Workspace map

  • Chat: change requests (spec → diff)
  • Deployment: preview vs production, promotion, rollback
  • Payments: products, transactions, webhooks, revenue
  • Analytics: pageviews, events, funnels
  • Database: schema, data checks, query debugging
02

Chat: the spec format that works

Use this structure:

text
Make this change:
- ...
Constraints:
- ...
Acceptance:
- ...
03

Deployment: release discipline

Recommended rhythm:

  1. 1
    Change in Chat
  2. 2
    Deploy preview and verify
  3. 3
    Promote to production
  4. 4
    Roll back if needed
04

GitHub: when to connect

Connect GitHub early if you need PR reviews, CI, or asset management (images / icons / fonts).

Open: /settings?tab=github