The first autonomous fleet to turn your Intent into production systems
Intent Lab launches the first autonomous fleet that converts user intents directly into production-ready systems, streamlining development workflows.
executes synchronously before the deferred module bundle, so window.INTENTLAB_CONFIG is set before any code that reads it (see src/schemas/env.ts).
The serving bucket holds an env-specific config.js (written by deploy-website.yml in the deploy repo). Local dev serves public/config.js directly. The artifact bucket bundle does NOT contain config.js — build.yml strips it before tarring — so a single sha- artifact serves both staging and prod.
Cache-Control on the deployed config.js is max-age=60 (same as HTML) — config rotations propagate fast. -->
Turn your intent into production systems — Intent Lab
.
Blog announcements get their own crawler HTML: the build's postbuild step (scripts/generate-crawler-route-html.ts) copies this file per route and rewrites the tags below — that script fails the build if these tags are reshaped, so update it in the same change. -->