
H0: Hack the Zero Stack with Vercel v0 and AWS Databases
Full-stack product engineering
CloseChase
A deployed product that helps bookkeeping firms collect explanations and receipt context for unclear transactions before month-end close.
The starting point
Unclear transactions, missing receipts, and vague client replies are scattered across inboxes. CloseChase turns that chase into one tracked request batch.
The route through the product
- 01Create request batch
Import or add unclear transactions for one close period.
- 02Share private link
Generate a private client portal link, shown once, and send it through the firm’s existing channel.
- 03Collect context
Clients answer without an account and add demo-safe receipt context.
- 04Review and close
Approve or follow up, export close notes, then close or revoke the portal.
How it is built
- Interface
- Next.js App Router / Vercel
- Operator access
- Clerk Organizations
- Workflow state
- Amazon DynamoDB
- Receipt binaries
- Private S3-compatible storage
- Verification
- Playwright / fake-data smoke checks
What works now
- Firm-scoped operator workspace and client directory
- Batch, transaction, portal, review, activity, and export states
- Passwordless private client portal using token-hash lookup
- CSV import/export with formula-injection mitigation
- Demo-safe receipt upload/download with split metadata and binaries
Current boundary
- Controlled fake-data pilot workflow, not ready for real customer receipt data
- No active billing or accounting-system write-back
- No AI/OCR or real email reminder delivery
- Real receipt readiness still needs malware scanning, retention/deletion policy, audit logging, and legal/privacy review




