**TL;DR:** An AI agent that turns a one-paragraph product brief into a fully responsive, conversion-optimized landing page — deployable in under 10 minutes.
1. Brief Parsing — Extracts value proposition, audience signals, CTA language from a description
2. Structure Generation — Builds semantic HTML using conversion anatomy
3. Visual Rendering — Applies a pre-selected visual theme
4. A/B Variant Generation — Creates two structural variants
```bash
npm install @mrtech/landing-page-generator
```
```bash
npx landing-page-generator brief --product "AI code review for GitHub repos" --audience "developers who hate slow PRs"
```
```bash
npx landing-page-generator serve --port 3001
```
| Dimension | Rating | Notes |
|-----------|--------|-------|
| Speed | 5/5 | First page in under 2 minutes |
| Output Quality | 4/5 | Clean semantic HTML |
| A/B Testing | 4/5 | Built-in variant generation |
| Learning Curve | 5/5 | Near-zero config required |
Landing Page Generator eliminates the gap between "I have an idea" and "I have a testable page." The A/B variant generation is the fastest way to validate which headline framing converts.
Skill: landing-page-generator | Ecosystem: claude-code | Runtime: node | Auth: api-key