What: Simple lead qualification tool landing page with embedded download Format: Single HTML file + embedded ZIP — no build, no install, no dependencies
- Download
leadqualifier-v4.zipfrom this package - Extract anywhere
- Open
index.htmlin your browser - Done — it works offline
- Upload
index.htmlto any web host (Netlify, Vercel, GitHub Pages, cPanel) - That's it — single file deployment
# Python 3
python -m http.server 8877
# Node.js
npx serve@latest -p 8877
# Then open http://localhost:8877- index.html (13KB) — Complete landing page with embedded download
- leadqualifier-v4.zip (28KB) — Standalone app package
- form/ — Feedback form with Cloudflare Workers API
- deploy.sh — One-click deployment script
- ✅ Single file — no build process
- ✅ Works offline — no external dependencies
- ✅ Instant deployment — upload anywhere
- ✅ Responsive design — mobile-friendly
- ✅ NEW: Form submission tracking — Real-time feedback counter
- ✅ NEW: One-click deploy — Vercel + Cloudflare Workers
# From this directory
./deploy.shThis deploys:
- Landing page → Vercel (https://leadqualifier-v4.vercel.app)
- Form API → Cloudflare Workers (with submission tracking)
Prerequisites:
npm i -g vercel wrangler
vercel login
wrangler loginCheck form submissions:
curl https://your-worker.workers.dev
# Response: {"total_submissions": 5}v4.1.0 — Released 2025-06-05
- ✨ Added submission counter
- ✨ Added one-click deploy script
- ✨ Added form API with Cloudflare Workers
Free to use. No attribution required.
Need help? Open an issue or contact @tolgabrk