changelog/prerendered-landing-pagesshipped jun 15, 2026
The first screen after an ad click is where you win or lose the visitor, and every millisecond of blank page costs you. Your funnel's start page is now prerendered to static HTML at publish time and served with no per-request code, so cold traffic sees content almost immediately.
Use cases
- Fast cold clicks - the landing page is already built and cached, so first paint does not wait on any runtime
- Better ad economics - a quicker first screen means fewer bounces before your paid visitor even sees the offer
- Full funnel behind it - the static page hands off seamlessly to the live, interactive funnel once it loads
Impact
Ad traffic is unforgiving, and a slow start page quietly taxes every campaign. Serving the entry page as prerendered static HTML gives paid visitors an instant first impression while the rest of the funnel hydrates behind it.