Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 867 Bytes

File metadata and controls

34 lines (26 loc) · 867 Bytes

ArchLab — Vercel Package (VP) v0.1.0

Operational Structure Scan (embedded diagnostic) + optional email capture to Google Sheets.

What you get

  • Next.js App Router app (deploy on Vercel)
  • Client-side scoring + results
  • Optional email capture (non-blocking)
  • Serverless API route: /api/capture forwards payload to Google Apps Script Web App endpoint

Local run

npm install
npm run dev

Vercel env vars

Set these in Vercel Environment Variables (see .env.example):

  • ARCHLAB_SHEETS_ENDPOINT = Apps Script Web App URL
  • ARCHLAB_CAPTURE_TOKEN = shared secret token (same value stored in Apps Script Script Properties)

Deploy

  1. Push this folder to a GitHub repo
  2. Import repo into Vercel
  3. Add env vars
  4. Deploy

Payload versioning

Tool payload includes:

  • source: archlab-scan
  • version: v0.1.0

Generated: 2026-03-02