The Tech Stack is a vendor-neutral product for turning enterprise AI use cases into practical deployment blueprints.
The first release is intentionally narrow:
- A public landing page explaining the product
- A Deployment Workbench at
/workbench - A guided RFP and security-questionnaire diagnostic at
/workbench/rfp - One working RFP Response Copilot reference implementation
- Three architecture teardowns
Product decisions live in docs/product-brief.md. The execution plan lives in docs/launch-roadmap.md. The previous site and production-domain migration are covered in docs/archive-and-domain-transition-plan.md.
npm install
cp .env.example .env.local
npm run devOpen http://localhost:3000.
Useful local routes:
- http://localhost:3000
- http://localhost:3000/workbench
- http://localhost:3000/workbench/rfp
- http://localhost:3000/archive
npm run checkThe landing-page form posts to /api/waitlist. Set WAITLIST_WEBHOOK_URL to an HTTPS endpoint from the selected email or automation provider. Until it is configured, the form fails safely and tells visitors that early access is not open yet.
The endpoint forwards this payload:
{
"email": "person@company.com",
"source": "landing-page",
"createdAt": "2026-06-18T00:00:00.000Z"
}This repository does not modify, deploy to, or redirect the existing Squarespace site or domain. A separate preview deployment should be reviewed before any domain or Squarespace changes are considered.