{"id":50882278,"url":"https://github.com/ulnit/ai-landing-factory","last_synced_at":"2026-06-15T14:01:08.119Z","repository":{"id":361642133,"uuid":"1255236369","full_name":"ulnit/ai-landing-factory","owner":"ulnit","description":"Generate beautiful product landing pages from JSON config. Dark theme, SEO-ready.","archived":false,"fork":false,"pushed_at":"2026-05-31T15:25:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-31T17:15:32.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ulnit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ulnit","custom":"https://paypal.me/ulnit"}},"created_at":"2026-05-31T15:23:57.000Z","updated_at":"2026-05-31T15:25:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ulnit/ai-landing-factory","commit_stats":null,"previous_names":["ulnit/ai-landing-factory"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ulnit/ai-landing-factory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-landing-factory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-landing-factory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-landing-factory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-landing-factory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulnit","download_url":"https://codeload.github.com/ulnit/ai-landing-factory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-landing-factory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34365597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T14:01:07.050Z","updated_at":"2026-06-15T14:01:08.105Z","avatar_url":"https://github.com/ulnit.png","language":"HTML","funding_links":["https://github.com/sponsors/ulnit","https://paypal.me/ulnit"],"categories":[],"sub_categories":[],"readme":"# 🏗️ AI Landing Page Factory — Auto Product Pages\n\n**Generate beautiful, SEO-optimized landing pages from JSON config. Dark theme, responsive, email capture included.**\n\n## What Is This?\n\nA 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.\n\n## Quick Start\n\n```bash\n# Generate all product pages at once\npython3 engine.py --all\n\n# Generate one specific product\npython3 engine.py --product ai-video-factory\n\n# Generate from custom JSON config\npython3 engine.py --config my-product.json\n```\n\n## Pages Generated\n\nEach page includes:\n- 🎯 SEO meta tags (OG, Twitter Card)\n- 🎨 Gradient hero with pricing\n- ⭐ Social proof stats\n- 📋 Feature cards grid\n- 💰 Pricing card\n- 📧 Email capture form (Formspree)\n- 🔗 Cross-product related links\n- 📱 Mobile responsive\n- 🌙 Dark theme\n\n## Built-in Products\n\n1. AI Video Factory\n2. AI API Gateway\n3. AI Trading Signals\n4. AI Agent Toolkit\n5. AI Thumbnail Pro\n\n## Custom Landing Page Config\n\n```json\n{\n  \"name\": \"My Product\",\n  \"slug\": \"my-product\",\n  \"tagline\": \"One-liner value prop\",\n  \"meta_desc\": \"SEO description (150 chars)\",\n  \"price\": 9,\n  \"price_unit\": \"/月\",\n  \"features\": [\n    {\"icon\": \"🚀\", \"title\": \"Feature 1\", \"desc\": \"Description\"}\n  ]\n}\n```\n\n## Pricing: $9 (one-time)\n\nIncludes source code, 5 built-in templates, and 30 days of updates.\n\n[💰 Buy Now](https://paypal.me/ulnit) · [📦 GitHub](https://github.com/ulnit/ai-landing-factory)\n\n## Related Products\n\n- [AI Thumbnail Pro](https://github.com/ulnit/ai-thumbnail-pro) — Auto graphics\n- [AI Social Media Kit](https://github.com/ulnit/ai-social-kit) — Auto posts\n- [AI Video Factory](https://github.com/ulnit/ai-video-factory) — Auto videos\n- [AI Agent Toolkit](https://github.com/ulnit/ai-agent-toolkit) — CLI tools\n- [Full Store](https://ulnit.github.io/agent-store) — All 23 AI products\n\n## Tech Stack\n\n- Python 3 stdlib\n- Static HTML/CSS output\n- GitHub Pages hosting\n- Zero server costs\n\n---\n\n*Part of the [AI Agent Store](https://ulnit.github.io/agent-store) — 23 AI products running on a $35 Raspberry Pi.*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulnit%2Fai-landing-factory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulnit%2Fai-landing-factory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulnit%2Fai-landing-factory/lists"}