Complete Production Webapp in Lean Developer Paul Butcher released a production web application built entirely in Lean 4, combining a TodoMVC implementation with passwordless sign-in, SQL migrations, OpenTelemetry telemetry, an LLM assistant panel, an MCP endpoint, and infrastructure-as-code deployment to AWS Lambda. The stack spans more than a dozen Lean libraries including lean-html, lean-htmx, lean-routing, lean-middleware, lean-authentication, lean-mcp, leanpostgres, leanmigrate, lean-telemetry, lean-llmclient, lean-markdown, lean-aws, lean-aws-lambda, lean-json, leancurl, and leancrypto, with the UI rendered via HTMX and minimal JavaScript. Butcher states the codebase is total — nothing is marked partial and nothing can panic — and that security properties such as CSRF attribute handling and sign-in refusal behavior are proved as theorems, with markup, routes, and Markdown rendering formally verified. TodoMVC https://todomvc.com in Lean 4, plus everything a production application needs around it: passwordless sign-in, SQL migrations, telemetry, an LLM assistant panel, an MCP endpoint your own agent can use, and IaC deployment to AWS Lambda. The UI is HTMX plus a very little JavaScript. Lean is a strongly typed functional language with a built-in theorem prover. This allows us to make some very strong guarantees, including: - Totality. Nothing in this application is partial and nothing in it can panic, and the same holds of almost