# app — Status

_Scaffolded by SpinUp on 2026-07-07. Replace this with real notes as the app takes shape._

## What it is

[One or two sentences: what this app does and who it's for.]

## Stack

- Follows the RestartWorks `/public` docroot standard: web files in `public/`; `.env`, `logs/`, user content live above it.
- Auth: `public/api/auth/google.php` / `ms.php` (Google/Microsoft OAuth) once configured via SpinUp, sharing one `users` table (`auth_provider` column tells them apart).
- Login page: `public/login.php`. Terms of Service: `public/terms.php` (edit the `[COMPANY_NAME]`/`[CONTACT_EMAIL]` placeholders before going live).
- Deploy: two-branch (`dev`→`dev-app.theclientspeaks.com`, `main`→`app.theclientspeaks.com`) via a gitignored `public/deploy.php` webhook receiver.

## Open items

- [ ] Fill in what this app actually does.
- [ ] Replace terms.php placeholders and get real legal review before launch.
- [ ] Anything else worth flagging for the next session.
