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.
- Host: GitHub
- URL: https://github.com/ulnit/ai-landing-factory
- Owner: ulnit
- Created: 2026-05-31T15:23:57.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-31T15:25:22.000Z (about 1 month ago)
- Last Synced: 2026-05-31T17:15:32.116Z (about 1 month ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.*