Landing page for the "cloud for small software" thesis — an enterprise-focused deploy target for the bespoke, agent-built tools every team ends up needing (sprint trackers, internal dashboards, one-off scripts), governed with the SSO, RBAC, and audit trail a security team already requires.
Static site. No build step, no framework, no dependencies.
index.html markup + copy
styles.css design system (tokens at the top)
script.js scroll reveal, manifest terminal animation, request-access form
DESIGN.md token system + rationale, for future passes
make dev
(or, without make: python3 -m http.server 8000) — then open http://localhost:8000
This is meant to be pushed live the same way the product itself pitches: no console, no click-through wizard.
make deploy
That runs npx wrangler pages deploy . --project-name acss --branch production to Cloudflare Pages. First run will ask you to authenticate with Cloudflare once; after that it really is one command.
hello@acss.devin the footer and the request-access form is a placeholder — point it at a real inbox before sharing the link.- Fonts (Fraunces, Source Serif 4, IBM Plex Mono) load from Google Fonts via
<link>. Self-host if you need a fully offline build. - Respects
prefers-reduced-motion; the deploy-manifest typing animation and scroll reveals fall back to a static, fully-visible state.