Install the belt CLI skill: npx skills add belt-sh/cli
Landing Page Design
Design high-converting landing pages with AI-generated visuals via inference.sh CLI.
Quick Start
Requires inference.sh CLI (belt). Install instructions
belt login
# Generate a hero image
belt app run falai/flux-dev-lora --input '{
"prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography",
"width": 1248,
"height": 832
}'
# Research competitor landing pages
belt app run tavily/search-assistant --input '{
"query": "best SaaS landing page examples 2024 conversion rate"
}'
Above-the-Fold Formula
Everything visible before scrolling must communicate value in 5 seconds.
┌─────────────────────────────────────────────────┐
│ [Logo] [Nav] [CTA Button] │
│ │
│ Headline (6-12 words) │
│ ───────────────────────── │
│ Subheadline (15-25 words) [Hero Image] │
│ showing the │
│ [Primary CTA Button] OUTCOME, not │
│ "Start Free Trial" the product │
│ │
│ Social proof: "Trusted by 10,000+ teams" │
│ [logo] [logo] [logo] [logo] [logo] │
└─────────────────────────────────────────────────┘
The 5 Elements
| Element |
Rule |
Example |
| Headline |
6-12 words, states the outcome |
"Ship docs in minutes, not days" |
| Subheadline |
15-25 words, expands on how |
"AI-powered documentation that writes itself from your codebase. No templates needed." |
| Hero image |
Shows the OUTCOME, not the product |
Person looking satisfied at results, not a screenshot of your UI |
| Primary CTA |
Action verb + value |
"Start Free Trial" not "Submit" or "Learn More" |
| Social proof |
Logos, count, or micro-testimonial |
"Trusted by 10,000+ teams at [logos]" |
Headlines
Formulas That Convert
| Formula |
Example |
| [Outcome] without [pain] |
"Beautiful docs without the design skills" |
| [Outcome] in [timeframe] |
"Launch your site in 5 minutes" |
| The [better way] to [common task] |
"The faster way to build APIs" |
| Stop [pain]. Start [outcome]. |
"Stop guessing. Start knowing." |
| [Number] [things] to [outcome] |
"One tool to manage all your data" |
What Makes Headlines Fail
❌ "Welcome to Our Platform" (says nothing about value)
❌ "The World's Most Advanced AI-Powered Solution" (buzzwords, no specifics)
❌ "We Help Businesses Grow" (vague, generic)
❌ "Next-Generation Enterprise Software" (what does it DO?)
✅ "Turn customer feedback into product features, automatically"
✅ "The spreadsheet that thinks like a database"
✅ "Find and fix bugs before your users do"
Hero Images
Show the Outcome, Not the Product
❌ Screenshot of your dashboard (boring, hard to parse at a glance)
❌ Abstract geometric background (says nothing)
❌ Stock photo of a handshake (cliché)
✅ Person looking satisfied at clear results on their screen
✅ Before/after transformation
✅ The end result of using your product
# Outcome-focused hero
belt app run falai/flux-dev-lora --input '{
"prompt": "happy professional team celebrating around a laptop showing positive growth charts, bright modern office, natural sunlight, authentic candid moment, marketing photography style, warm tones",
"width": 1248,
"height": 832
}'
# Product-in-context hero
belt app run bytedance/seedream-4-5 --input '{
"prompt": "clean modern laptop on a minimalist desk showing a beautiful analytics dashboard, floating UI elements emerging from the screen, soft gradient background, product marketing style, professional",
"size": "2K"
}'
CTA Buttons
Text
| Good CTAs |
Bad CTAs |
| "Start Free Trial" |
"Submit" |
| "Get Started Free" |
"Click Here" |
| "See It in Action" |
"Learn More" (low commitment) |
| "Create Your First Report" |
"Sign Up" (vague) |
| "Try Free for 14 Days" |
"Register" |
Formula: Action verb + value/outcome + (optional: reduce risk)
Design
| Element |
Rule |
| Color |
High contrast with background — must be the most visible element |
| Size |
Minimum 44px height (tap target), wide enough for text + padding |
| Position |
Above the fold, repeated after each major section |
| Whitespace |
Generous padding around button, don't crowd it |
| Secondary CTA |
If needed, use text link below ("or watch a demo") |
Section Order
The proven sequence for landing pages:
| Section |
Purpose |
Key Element |
| 1. Hero |
Core value, primary CTA |
Headline + image + CTA |
| 2. Social Proof |
Build trust |
Logos, numbers, badges |
| 3. Problem |
Create empathy |
Pain point they recognize |
| 4. Solution/Features |
Show how you solve it |
3 key features with visuals |
| 5. How It Works |
Reduce complexity |
3 steps: sign up, configure, benefit |
| 6. Testimonials |
Prove it works |
2-3 specific customer quotes |
| 7. Pricing |
Enable decision |
Clear tiers, highlight recommended |
| 8. FAQ |
Handle objections |
5-7 common questions |
| 9. Final CTA |
Capture remainders |
Repeat primary CTA with urgency |
Social Proof Types
| Type |
Impact |
Placement |
| Company logos |
Fastest to process, high trust |
Below hero |
| User count |
Scale signal |
Hero or social proof bar |
| Star rating |
Product quality |
Near CTA |
| Testimonials |
Detailed credibility |
Dedicated section |
| Case study stats |
Specific proof |
Feature sections |
| Trust badges |
Security/compliance |
Near forms, pricing, footer |
# Research for social proof stats
belt app run exa/answer --input '{
"question": "What is the average conversion rate for SaaS landing pages with social proof vs without?"
}'
Form Design
| Rule |
Impact |
| Every field reduces conversion ~11% |
Minimize fields |
| Name + Email = maximum for signups |
Don't ask for phone, company, role |
| Single-column layout |
Don't use multi-column forms |
| Inline validation |
Show errors immediately, not on submit |
| Clear error messages |
"Email is required" not "Error in field 3" |
| Submit button text = action |
"Create Account" not "Submit" |
Mobile Optimization
| Rule |
Why |
| CTA button full width |
Easy to tap with thumbs |
| Sticky CTA on scroll |
Always accessible |
| No horizontal scrolling |
Breaks mobile layout |
| Font minimum 16px |
iOS zooms inputs below 16px |
| Tap targets minimum 48x48px |
Apple HIG, Google Material |
| Images responsive |
Don't overflow viewport |
| Prioritize headline + CTA |
Simplify above-the-fold |
OG Image for Sharing
# Generate an OG image for the landing page
belt app run falai/flux-dev-lora --input '{
"prompt": "clean professional social sharing card, product name and tagline on modern gradient background, minimal design, corporate tech aesthetic, 1200x630 aspect ratio equivalent",
"width": 1200,
"height": 630
}'
# Or use html-to-image for a template-based approach
belt app run infsh/html-to-image --input '{
"html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-family:sans-serif;color:white\"><div style=\"text-align:center\"><h1 style=\"font-size:48px;margin:0\">DataFlow</h1><p style=\"font-size:24px;opacity:0.9\">Ship docs in minutes, not days</p></div></div>"
}'
Page Speed
| Rule |
Target |
Why |
| Hero image |
< 200 KB |
First thing to load |
| Total page weight |
< 2 MB |
Mobile data, patience |
| Lazy load below-fold |
Always |
Only load what's visible |
| Minimize JavaScript |
< 200 KB |
Blocks rendering |
| LCP (Largest Contentful Paint) |
< 2.5s |
Google Core Web Vitals |
Common Mistakes
| Mistake |
Problem |
Fix |
| No clear headline |
Visitor doesn't know what you do |
6-12 words, outcome-focused |
| CTA says "Learn More" |
Too low commitment |
Action verb + specific value |
| Hero is a product screenshot |
Hard to parse, boring |
Show the outcome, use lifestyle imagery |
| Multiple competing CTAs |
Decision paralysis |
One primary CTA, one secondary max |
| No social proof |
No trust signal |
Add logos, counts, or testimonials |
| Too many form fields |
Conversion drops ~11% per field |
Name + email maximum |
| Desktop-only design |
60%+ traffic is mobile |
Design mobile-first |
| No urgency in final CTA |
Visitors leave and forget |
"Start your free 14-day trial" |
Related Skills
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering
Browse all apps: belt app list
1---2name: landing-page-design3description: Landing page conversion optimization with layout rules, hero section design, and CTA psychology. Covers above-the-fold formula, social proof placement, mobile design, and F-pattern reading. Use for: startup landing pages, product pages, SaaS marketing, conversion optimization. Triggers: landing page, hero section, above the fold, conversion optimization, landing page design, cta button, hero image, landing page layout, saas landing page, product page design, conversion rate, landing page best practices4---5
6> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
7
8# Landing Page Design
9
10Design high-converting landing pages with AI-generated visuals via [inference.sh](https://inference.sh) CLI.
11
12## Quick Start
13
14> Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md)
15
16```bash
17belt login
18
19# Generate a hero image
20belt app run falai/flux-dev-lora --input '{
21 "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography",
22 "width": 1248,
23 "height": 832
24}'
25
26# Research competitor landing pages
27belt app run tavily/search-assistant --input '{
28 "query": "best SaaS landing page examples 2024 conversion rate"
29}'
30```
31
32
33## Above-the-Fold Formula
34
35Everything visible before scrolling must communicate value in 5 seconds.
36
37```
38┌─────────────────────────────────────────────────┐
39│ [Logo] [Nav] [CTA Button] │
40│ │
41│ Headline (6-12 words) │
42│ ───────────────────────── │
43│ Subheadline (15-25 words) [Hero Image] │
44│ showing the │
45│ [Primary CTA Button] OUTCOME, not │
46│ "Start Free Trial" the product │
47│ │
48│ Social proof: "Trusted by 10,000+ teams" │
49│ [logo] [logo] [logo] [logo] [logo] │
50└─────────────────────────────────────────────────┘
51```
52
53### The 5 Elements
54
55| Element | Rule | Example |
56|---------|------|---------|
57| **Headline** | 6-12 words, states the outcome | "Ship docs in minutes, not days" |
58| **Subheadline** | 15-25 words, expands on how | "AI-powered documentation that writes itself from your codebase. No templates needed." |
59| **Hero image** | Shows the OUTCOME, not the product | Person looking satisfied at results, not a screenshot of your UI |
60| **Primary CTA** | Action verb + value | "Start Free Trial" not "Submit" or "Learn More" |
61| **Social proof** | Logos, count, or micro-testimonial | "Trusted by 10,000+ teams at [logos]" |
62
63## Headlines
64
65### Formulas That Convert
66
67| Formula | Example |
68|---------|---------|
69| [Outcome] without [pain] | "Beautiful docs without the design skills" |
70| [Outcome] in [timeframe] | "Launch your site in 5 minutes" |
71| The [better way] to [common task] | "The faster way to build APIs" |
72| Stop [pain]. Start [outcome]. | "Stop guessing. Start knowing." |
73| [Number] [things] to [outcome] | "One tool to manage all your data" |
74
75### What Makes Headlines Fail
76
77```
78❌ "Welcome to Our Platform" (says nothing about value)
79❌ "The World's Most Advanced AI-Powered Solution" (buzzwords, no specifics)
80❌ "We Help Businesses Grow" (vague, generic)
81❌ "Next-Generation Enterprise Software" (what does it DO?)
82
83✅ "Turn customer feedback into product features, automatically"
84✅ "The spreadsheet that thinks like a database"
85✅ "Find and fix bugs before your users do"
86```
87
88## Hero Images
89
90### Show the Outcome, Not the Product
91
92```
93❌ Screenshot of your dashboard (boring, hard to parse at a glance)
94❌ Abstract geometric background (says nothing)
95❌ Stock photo of a handshake (cliché)
96
97✅ Person looking satisfied at clear results on their screen
98✅ Before/after transformation
99✅ The end result of using your product
100```
101
102```bash
103# Outcome-focused hero
104belt app run falai/flux-dev-lora --input '{
105 "prompt": "happy professional team celebrating around a laptop showing positive growth charts, bright modern office, natural sunlight, authentic candid moment, marketing photography style, warm tones",
106 "width": 1248,
107 "height": 832
108}'
109
110# Product-in-context hero
111belt app run bytedance/seedream-4-5 --input '{
112 "prompt": "clean modern laptop on a minimalist desk showing a beautiful analytics dashboard, floating UI elements emerging from the screen, soft gradient background, product marketing style, professional",
113 "size": "2K"
114}'
115```
116
117## CTA Buttons
118
119### Text
120
121| Good CTAs | Bad CTAs |
122|-----------|----------|
123| "Start Free Trial" | "Submit" |
124| "Get Started Free" | "Click Here" |
125| "See It in Action" | "Learn More" (low commitment) |
126| "Create Your First Report" | "Sign Up" (vague) |
127| "Try Free for 14 Days" | "Register" |
128
129**Formula:** Action verb + value/outcome + (optional: reduce risk)
130
131### Design
132
133| Element | Rule |
134|---------|------|
135| Color | High contrast with background — must be the most visible element |
136| Size | Minimum 44px height (tap target), wide enough for text + padding |
137| Position | Above the fold, repeated after each major section |
138| Whitespace | Generous padding around button, don't crowd it |
139| Secondary CTA | If needed, use text link below ("or watch a demo") |
140
141## Section Order
142
143The proven sequence for landing pages:
144
145| Section | Purpose | Key Element |
146|---------|---------|-------------|
147| 1. **Hero** | Core value, primary CTA | Headline + image + CTA |
148| 2. **Social Proof** | Build trust | Logos, numbers, badges |
149| 3. **Problem** | Create empathy | Pain point they recognize |
150| 4. **Solution/Features** | Show how you solve it | 3 key features with visuals |
151| 5. **How It Works** | Reduce complexity | 3 steps: sign up, configure, benefit |
152| 6. **Testimonials** | Prove it works | 2-3 specific customer quotes |
153| 7. **Pricing** | Enable decision | Clear tiers, highlight recommended |
154| 8. **FAQ** | Handle objections | 5-7 common questions |
155| 9. **Final CTA** | Capture remainders | Repeat primary CTA with urgency |
156
157## Social Proof Types
158
159| Type | Impact | Placement |
160|------|--------|-----------|
161| **Company logos** | Fastest to process, high trust | Below hero |
162| **User count** | Scale signal | Hero or social proof bar |
163| **Star rating** | Product quality | Near CTA |
164| **Testimonials** | Detailed credibility | Dedicated section |
165| **Case study stats** | Specific proof | Feature sections |
166| **Trust badges** | Security/compliance | Near forms, pricing, footer |
167
168```bash
169# Research for social proof stats
170belt app run exa/answer --input '{
171 "question": "What is the average conversion rate for SaaS landing pages with social proof vs without?"
172}'
173```
174
175## Form Design
176
177| Rule | Impact |
178|------|--------|
179| Every field reduces conversion ~11% | Minimize fields |
180| Name + Email = maximum for signups | Don't ask for phone, company, role |
181| Single-column layout | Don't use multi-column forms |
182| Inline validation | Show errors immediately, not on submit |
183| Clear error messages | "Email is required" not "Error in field 3" |
184| Submit button text = action | "Create Account" not "Submit" |
185
186## Mobile Optimization
187
188| Rule | Why |
189|------|-----|
190| CTA button full width | Easy to tap with thumbs |
191| Sticky CTA on scroll | Always accessible |
192| No horizontal scrolling | Breaks mobile layout |
193| Font minimum 16px | iOS zooms inputs below 16px |
194| Tap targets minimum 48x48px | Apple HIG, Google Material |
195| Images responsive | Don't overflow viewport |
196| Prioritize headline + CTA | Simplify above-the-fold |
197
198## OG Image for Sharing
199
200```bash
201# Generate an OG image for the landing page
202belt app run falai/flux-dev-lora --input '{
203 "prompt": "clean professional social sharing card, product name and tagline on modern gradient background, minimal design, corporate tech aesthetic, 1200x630 aspect ratio equivalent",
204 "width": 1200,
205 "height": 630
206}'
207
208# Or use html-to-image for a template-based approach
209belt app run infsh/html-to-image --input '{
210 "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-family:sans-serif;color:white\"><div style=\"text-align:center\"><h1 style=\"font-size:48px;margin:0\">DataFlow</h1><p style=\"font-size:24px;opacity:0.9\">Ship docs in minutes, not days</p></div></div>"
211}'
212```
213
214## Page Speed
215
216| Rule | Target | Why |
217|------|--------|-----|
218| Hero image | < 200 KB | First thing to load |
219| Total page weight | < 2 MB | Mobile data, patience |
220| Lazy load below-fold | Always | Only load what's visible |
221| Minimize JavaScript | < 200 KB | Blocks rendering |
222| LCP (Largest Contentful Paint) | < 2.5s | Google Core Web Vitals |
223
224## Common Mistakes
225
226| Mistake | Problem | Fix |
227|---------|---------|-----|
228| No clear headline | Visitor doesn't know what you do | 6-12 words, outcome-focused |
229| CTA says "Learn More" | Too low commitment | Action verb + specific value |
230| Hero is a product screenshot | Hard to parse, boring | Show the outcome, use lifestyle imagery |
231| Multiple competing CTAs | Decision paralysis | One primary CTA, one secondary max |
232| No social proof | No trust signal | Add logos, counts, or testimonials |
233| Too many form fields | Conversion drops ~11% per field | Name + email maximum |
234| Desktop-only design | 60%+ traffic is mobile | Design mobile-first |
235| No urgency in final CTA | Visitors leave and forget | "Start your free 14-day trial" |
236
237## Related Skills
238
239```bash
240npx skills add inference-sh/skills@ai-image-generation
241npx skills add inference-sh/skills@web-search
242npx skills add inference-sh/skills@prompt-engineering
243```
244
245Browse all apps: `belt app list`
246