Skip to content

KyleBrierley/thetechstack.com

Repository files navigation

The Tech Stack

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.

Local development

npm install
cp .env.example .env.local
npm run dev

Open http://localhost:3000.

Useful local routes:

Quality checks

npm run check

Waitlist

The 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"
}

Deployment boundary

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.

About

The Tech Stack: enterprise AI Deployment Workbench and workflow blueprints

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors