v0.1.0 · public alpha
For window & door dealers

One chat. The whole quote pipeline runs itself.

You forward a customer email. The agent reads the specs, builds the WindowExpress quote, sends the contract for signature, drafts the QuickBooks invoice, and texts the customer “your quote is ready.” Forty-five minutes of clicking, gone.

Unsigned alpha builds. Gatekeeper / SmartScreen will warn on first open right-click → Open on mac, or More info → Run anyway on Windows.

What runs when you send one message

01
Reads the email
gmail api
02
Extracts window specs into a structured list
claude api
03
Shows the spec list for your confirmation
in chat
04
Opens WindowExpress and builds the quote
unbrowse / playwright / computer-use
05
Saves quote ID and details locally
sqlite (encrypted)
06
Generates the contract with specs and pricing
digisigner
07
Sends contract to the customer for signature
digisigner
08
Texts the customer that the quote is ready
twilio
09
Creates a draft invoice in QuickBooks
quickbooks online
10
Logs every step for audit
agentlog table

Specs

app
Electron desktop. Runs on your machine. No customer data leaves your laptop except encrypted Drive backups.
storage
SQLite via Prisma, WAL mode. Encrypted at rest. Daily backup to Google Drive folder “App Backups,” last 30 kept.
ai brain
claude-sonnet-4-6 via the Anthropic API. Confirms before any irreversible action.
windowexpress
Three-layer automation: Unbrowse (direct API calls) → Playwright (DOM) → Claude Computer Use (screen control), in that order, with explicit fallback.
integrations
Gmail · Google Calendar · Google Drive · QuickBooks Online · DigiSigner · Twilio
downloads
macOS arm64 · DMG (170 MB)  |  Windows arm64 · EXE installer (128 MB)
source
Private. Built privately, distributed publicly. Issues → dealer-ops-releases/issues.