A free, open-source AI tool that generates 7 opinionated lead magnet ideas based on your niche, audience, and funnel stage — with titles, formats, and delivery hooks.
Built with the Anthropic Claude API. Runs entirely in your browser, no backend required.
- 7 tailored lead magnet ideas per generation
- Matched to your funnel stage (top, mid, bottom)
- Includes title, format, hook, conversion reasoning, and implementation note
- Copy individual ideas or all at once
- Runs client-side — your API key never leaves your browser
| Model | Status |
|---|---|
| Claude (Anthropic) | ✅ Fully supported |
| GPT-4o (OpenAI) | ⚡ Experimental |
Note: Claude is the primary supported model. OpenAI support is experimental — if you run into issues, Claude is your best bet.
- Clone the repo
- Open
index.htmlwith any local server (e.g.python3 -m http.server 8080) - Grab a free API key at console.anthropic.com
- Enter your niche, audience, pain point, and funnel stage
- Hit Generate
- Vanilla HTML, CSS, JS — no frameworks, no dependencies
- Claude API (
claude-sonnet-4-5) - Hosted on GitHub Pages
git clone https://github.com/YOUR_USERNAME/lead-magnet-generator
cd lead-magnet-generator
python3 -m http.server 8080Then open http://localhost:8080
MIT
