Integration Showcase
Embedded Banzai calculators in Astro
This page demonstrates script-based embedded widgets and full-page iframe embeds while reproducing Astro client-router behavior.
This demo is configured to the hometown institution context on
staging Banzai origins.
Option 1: Script-based calculator embeds
These mount into specific DOM nodes using Banzai's calculator script for subdomain
hometown.
In broken mode, they initialize only once and can fail after SPA route transitions.
In fixed mode, the BanzaiCoach mount/unmount API handles SPA lifecycle.
Auto Loan Calculator
Savings Calculator
Option 2: iframe embedding for full-page experience
Use this when you want a dedicated calculator page while preserving the
hometown context.