My work

Campaign Launch System

Built for: Insurance/AI start-up | Built in: 2026 | Stack: React, Python

A campaign's entire prospect-facing surface, shipped as code. An interactive calculator models an opaque insurance product honestly (with a "show the exact math" panel), five landing pages generate from one approved-claims file, and the compliance loop is designed around the reviewer: they review a diff, not a blank page. When the claims posture tightened after deploy, the fixes were logged and live the same day.

Architecture diagram:

FIG. 1 :: How it worked.
Text alternative

Approved claims live once in a single source; a generator renders the landing pages from it. A financial model powers the interactive calculator embedded in those pages. Compliance reviews a diff of what changed and approved fixes redeploy the same day. Lead forms fail safe: visibly inert until the CRM wiring exists, so a half-configured page can never silently collect or drop a lead.

Live demo (fictional rebuild): launch-kit-demo-rho.vercel.app

Public repo to build your own: github.com/liorjschinagel-sudo/launch-kit