An open API service indexing awesome lists of open source software.

https://github.com/ulnit/ai-landing-factory

Generate beautiful product landing pages from JSON config. Dark theme, SEO-ready.
https://github.com/ulnit/ai-landing-factory

Last synced: 16 days ago
JSON representation

Generate beautiful product landing pages from JSON config. Dark theme, SEO-ready.

Awesome Lists containing this project

README

          

# ๐Ÿ—๏ธ AI Landing Page Factory โ€” Auto Product Pages

**Generate beautiful, SEO-optimized landing pages from JSON config. Dark theme, responsive, email capture included.**

## What Is This?

A Python engine that takes a product definition (name, tagline, features, pricing) and outputs a complete, production-ready HTML landing page. Dark theme, mobile-responsive, with email capture forms, social proof stats, and cross-product links.

## Quick Start

```bash
# Generate all product pages at once
python3 engine.py --all

# Generate one specific product
python3 engine.py --product ai-video-factory

# Generate from custom JSON config
python3 engine.py --config my-product.json
```

## Pages Generated

Each page includes:
- ๐ŸŽฏ SEO meta tags (OG, Twitter Card)
- ๐ŸŽจ Gradient hero with pricing
- โญ Social proof stats
- ๐Ÿ“‹ Feature cards grid
- ๐Ÿ’ฐ Pricing card
- ๐Ÿ“ง Email capture form (Formspree)
- ๐Ÿ”— Cross-product related links
- ๐Ÿ“ฑ Mobile responsive
- ๐ŸŒ™ Dark theme

## Built-in Products

1. AI Video Factory
2. AI API Gateway
3. AI Trading Signals
4. AI Agent Toolkit
5. AI Thumbnail Pro

## Custom Landing Page Config

```json
{
"name": "My Product",
"slug": "my-product",
"tagline": "One-liner value prop",
"meta_desc": "SEO description (150 chars)",
"price": 9,
"price_unit": "/ๆœˆ",
"features": [
{"icon": "๐Ÿš€", "title": "Feature 1", "desc": "Description"}
]
}
```

## Pricing: $9 (one-time)

Includes source code, 5 built-in templates, and 30 days of updates.

[๐Ÿ’ฐ Buy Now](https://paypal.me/ulnit) ยท [๐Ÿ“ฆ GitHub](https://github.com/ulnit/ai-landing-factory)

## Related Products

- [AI Thumbnail Pro](https://github.com/ulnit/ai-thumbnail-pro) โ€” Auto graphics
- [AI Social Media Kit](https://github.com/ulnit/ai-social-kit) โ€” Auto posts
- [AI Video Factory](https://github.com/ulnit/ai-video-factory) โ€” Auto videos
- [AI Agent Toolkit](https://github.com/ulnit/ai-agent-toolkit) โ€” CLI tools
- [Full Store](https://ulnit.github.io/agent-store) โ€” All 23 AI products

## Tech Stack

- Python 3 stdlib
- Static HTML/CSS output
- GitHub Pages hosting
- Zero server costs

---

*Part of the [AI Agent Store](https://ulnit.github.io/agent-store) โ€” 23 AI products running on a $35 Raspberry Pi.*