This page loaded before you finished reading this sentence.
A reference funnel that ships as static HTML, sends no JavaScript to your browser, and still captures leads.
- Prerendered at build time — the server sends finished HTML, not a template to assemble.
- Zero client-side JavaScript. The form below submits without any script running.
- Images emitted as AVIF and WebP with content-hashed names, cached for a year.
- Served straight off disk by Caddy, so a deploy never takes the page down.
What this page is
This is the reference funnel. It exists so the deployment has something real to serve and so the performance characteristics the repository claims are observable rather than asserted.
Replace it, or copy it as the starting point for a real offer. The only things
a new funnel needs are a markdown file in src/content/funnels/ and a hero
image next to it — no route wiring and no <head> boilerplate, because
src/pages/[...slug].astro renders every entry in the collection.
What to check when it is deployed
View source on this page in production. You should see the headline, the
benefit list and this body copy as ordinary markup, with no <script> tag
pulling a framework bundle. That is what a crawler sees too, and it is the
difference between a page that ranks and one that has to be rendered before it
can be read.