The Wired Connection faster Tour All TWC

A quick look at what's behind the curtain

The tour

faster.newpiedpiper.net is the front door for everything the Automation team ships. Pull up a chair, the lobby music's on us.

What you're looking at

Every tile on the home page is a real, running tool. Some you click to install, some you click to view live dashboards, some you click to dive into our workflow engine. None of it is mocked up, it's the same code we shipped this morning, deployed and gated for TWC people only.

Always current

You're seeing the latest version. When we push a change to a tool, that tile reflects it within minutes, no scheduled refresh, no stale cache. The dashboards themselves stay current too: Wispr telemetry updates the moment a Mac runs the wizard, contracts re-extract from Drive every two weeks, n8n is the live engine.

Want something added?

We're rolling out more tiles as we connect more of our work: the clasp installer, the n8n MCP installer, the blocker dashboard, COO Digest, Operation Storm, ADP sync, the Health Check deck generator, and whatever you ask for next. Hit one of these:

Email Avery Sinclair DM on Slack

Slack is faster. Email if you want a paper trail. Either way, we'll see it.

How this site works

How faster.newpiedpiper.net itself is built, deployed, and gated. Most tiles here follow the same shape.

BUILD (THE TEAM) AWS US-EAST-2 · FASTER.TWCCARE.COM EDGE AUTH TEAMMATE Astro source one .astro per tile npm build → dist static HTML + assets Deploy S3 sync + invalidation S3 site bucket static origin CloudFront E2XKPAC0LUOAFA Intake API Lambda · /building/ posts Lambda@Edge Google SSO · hd=thewiredconnection.com Browser tiles · installers · dashboards build sync invalidate origin auth gate POST /api GET (SSO)
Astro compiles one page per tile into static HTML, which deploys to S3 and is served by CloudFront (E2XKPAC0LUOAFA). A Google-SSO Lambda@Edge gates every request to thewiredconnection.com, and the Intake API Lambda receives citizen-builder posts from /building/.

← back to the home page