W O R K  U N T I L  G O A L

Nothing dies on a past day. Unfinished work rolls to today.

Every card belongs to a status, not a date. Anything not done by end of day automatically moves its due date to today and wears a gold "behind" badge showing exactly how far it slipped from the original plan. Drag cards between columns as work moves, or use the dropdown on your phone. What one of us moves, the other sees live.

UNLOCKED THE MOMENT TODAY'S GOAL IS WON

The bonus pile

Won the day early? Pull from here. None of this counts toward the build, none of it is owed, and none of it may start before the day's goal is true.

    Plain-English glossary

    GCP Google Cloud Platform, Google's paid service where our code runs.

    API the doorway one program uses to talk to another (Gmail API = the doorway into Gmail).

    Service account a robot identity our code signs in as, instead of a human login.

    DWD domain-wide delegation, the Google setting that lets our service account act as the client's inbox.

    Webhook a URL where another service pushes news to us the moment something happens.

    Pub/Sub Google's message courier; Gmail drops notifications there and it delivers them to us.

    Firestore our database; every email, lead, call, and approval is a record in it.

    Secret Manager the locked vault for API keys and passwords; nothing secret ever sits in code.

    CI continuous integration: tests that run automatically on every code change and block bad code.

    A2P 10DLC the phone-carrier registration program that legally allows a business to send automated texts.

    HMAC-signed link a link with a tamper-proof seal; change one character and it stops working.

    E.164 the one standard phone format (+19035551234) so numbers always match.