๐Ÿ“š LPGenius Documentation

Everything you need to create, customize, and optimize high-converting landing pages

๐Ÿš€ Quick Start

Get your first landing page up and running in under 2 minutes:

  1. Describe your landing page - Tell the AI what you want in plain English
  2. Choose a design - Select from 5 AI-generated variations
  3. Customize - Use the visual editor to make it yours
  4. Publish - Go live instantly with a custom URL
โœ… Pro Tip: The more specific your description, the better your results. Include your industry, target audience, and key features!

โœจ Features Overview

๐Ÿค– AI Generation

Claude Sonnet 4 creates conversion-optimized copy, layout, and CTAs automatically

๐ŸŽจ Visual Editor

Edit every section, change colors, modify text - no coding required

๐Ÿ“Š Analytics

Track views, conversions, and leads with built-in dashboard

๐Ÿ”— Integrations

Connect SendGrid, Mailchimp, Twilio, HubSpot, and 10+ services

๐Ÿ“ฑ Mobile Optimized

All pages are fully responsive and tested on all devices

โšก Lightning Fast

Generate complete pages in under 30 seconds

๐Ÿ“‹ Template Library

LPGenius offers 5 professionally designed templates, each optimized for specific use cases:

๐Ÿ’ก Smart Detection: The AI automatically selects the best template based on your description keywords!

๐ŸŽจ Visual Editor

The visual editor gives you complete control over your landing page:

What You Can Edit:

6 Pre-built Color Schemes:

๐Ÿ”— Integrations

Connect LPGenius with your favorite tools to automate lead capture and follow-up:

Email Marketing:

SMS & Voice:

CRM & Analytics:

Payments:

โš ๏ธ API Keys: Your API keys are stored securely in your browser's localStorage. Never share your keys publicly!

๐Ÿ“Š Analytics & CRM

Track every visitor, lead, and conversion with the built-in dashboard:

Metrics Tracked:

CRM Features:

๐Ÿ’ป Custom Code & Tracking

Add custom code to enhance your pages with analytics, pixels, and tracking:

In the <head> section (Custom Code Head):

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-XXXXXXXXXX');
</script>

Before </body> (Custom Code Body):

<!-- Facebook Pixel -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', 'YOUR_PIXEL_ID');
  fbq('track', 'PageView');
</script>

๐Ÿงช A/B Testing

Test different versions of your landing page to find what converts best:

  1. Open your landing page in the dashboard
  2. Click the ๐Ÿ“‹ Duplicate button
  3. Edit the copy using the visual editor (change headline, CTA, etc.)
  4. Publish both versions with different slugs
  5. Compare analytics to see which performs better
โœ… Pro Tip: Only test ONE element at a time (headline, CTA, color) to get clear insights!

๐Ÿ”ง API Reference

LPGenius offers a REST API for programmatic page generation:

Generate Landing Page:

POST /api/generate
Content-Type: application/json

{
  "prompt": "SaaS project management tool with pricing and testimonials",
  "generateAll": true
}

Response:
{
  "variations": [
    {"name": "Small Business", "key": "small-business", "html": "..."},
    {"name": "SaaS Trial", "key": "saas-trial", "html": "..."},
    ...
  ],
  "model": "openai:gpt-5-nano"
}

๐Ÿš€ Deployment

Publishing your landing page is instant and automatic:

  1. Click the ๐Ÿš€ Publish button in the dashboard
  2. Your page is immediately available at: yourdomain.com/lp/your-slug
  3. SSL encryption and CDN delivery are automatic
  4. Updates take effect immediately when you re-publish

Custom Domains (Coming Soon):

You'll soon be able to connect your own custom domain like landing.yourbrand.com

Need Help?

Can't find what you're looking for? We're here to help!

๐Ÿ’ฌ Join Discord Community