Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Lead Magnet Builder.

Features

  • Six lead magnet types: e-book, email course, checklist, cheatsheet, swipe file, tool package
  • Formatted text documents with title pages and tables of contents
  • Email course drip sequences with welcome and completion emails
  • Checklists with sections, items, and notes
  • Cheatsheets with term/definition/example layouts
  • Swipe file collections with categories and context
  • Tool package generator that creates ready-to-zip directories
  • Python stdlib only — zero pip dependencies

Quick Start

bash
# Generate an e-book
python src/lead_magnet_builder.py --type ebook --config examples/ebook.json --output guide.txt

# Generate an email course
python src/lead_magnet_builder.py --type email-course --config course.json

# Generate a checklist
python src/lead_magnet_builder.py --type checklist --config checklist.json --output checklist.txt

# Create a tool package
python src/lead_magnet_builder.py --type tool-package --config package.json --output-dir ./dist/

# List available types
python src/lead_magnet_builder.py --list-types
Chapter 2

CLI Reference

Follow this guide to get Lead Magnet Builder up and running in your environment.

CLI Reference

FlagDescription
--type, -tLead magnet type: ebook, email-course, checklist, cheatsheet, swipe-file, tool-package
--config, -cPath to content JSON config
--output, -oOutput file path
--output-dirOutput directory (for tool-package type)
--list-typesList available lead magnet types
--verbose, -vEnable verbose logging

Configuration

See examples/ebook.json for an e-book config example.

Chapter 3
🔒 Available in full product

Examples

You’ve reached the end of the free preview

Get the full Lead Magnet Builder and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
Lead Magnet Builder v1.0.0 — Free Preview