- Home
- Skills
- Agents & Orchestration
- nex-demo-factory-generator
More screenshots
Works with the AI tools you already use
Nex Demo Factory Generator
Scaffolds a demo-website factory that turns a prospect URL into a branded demo site through a 6-step FastAPI pipeline.
$19
nex-demo-factory-generator
Example session with this skill installed
Build an automated demo pipeline for my agency. I have an Anthropic key and need the output to live on demos.site-pilot.io. I mainly target real estate and medical clients.
- Read your context and instructions
- Compiled the nex-demo-factory-generator
I've generated the core generation service.
- pipeline.py: 6-step async runner with job logging.
- content_gen.py: AI chain configured with Claude Opus as primary.
- classifier.py: Real-estate and medical archetype definitions.
- .env.example: Configured with DEMO_DOMAIN=demos.site-pilot.io.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
What it does
- Generates pipeline.py, an async 6-step runner (scrape, places, classify, brand_extract, generate, compile) tracked in a generation_jobs Postgres table with pause checkpoints and per-step timing.
- Ships the per-sector archetype config system: one JSON preset per sector decides sections, tone, palette and imagery for the generated site.
- Includes the AI content generator with a Claude-then-Gemini-then-Qwen fallback chain, so one rate-limited API never stops a batch run.
- Compiles the final site with Jinja2 section templates into a single deployable HTML file per prospect.
- Defines the client config JSON contract, the one file that carries a prospect through every step.
Why use this
Demo-first selling works when the demo exists before the pitch. This factory automates the path from prospect URL to a branded demo site, built from the pipeline patterns Nex AI uses for its own outreach. You feed it a URL; it scrapes, classifies the sector, extracts brand colors, generates copy and compiles a site.
See it in action
Prompt:
Set up a pipeline that turns a company website URL into a finished demo site, sector-aware, with AI copy.
Result:
POST /jobs {url: prospect.be}
[1/6] scrape -> texts, images, contact data
[2/6] places -> reviews + hours via Places
[3/6] classify -> sector: bakkerij (archetype: food-retail)
[4/6] brand_extract -> #8B4513 / #F5DEB3, serif headings
[5/6] generate -> sections copy via Claude (fallback: Gemini, Qwen)
[6/6] compile -> dist/prospect-be/index.html (single file)Use cases
- Auto-build prospect demos before pitching, at scale.
- A sector archetype engine for a section-based site generator.
- A resilient bulk content pipeline with model fallback.
- An agency demo factory behind a FastAPI dashboard.
Known limitations
- A scaffold for your factory, not a hosted SaaS; you deploy and operate it.
- Needs Postgres and at least one LLM API key; Places data requires a Google API key.
- Scraping respects robots.txt and rate limits by design; some sites block scraping entirely.
FAQ
What exactly is in the download?
SKILL.md, README.md, the pipeline runner, archetype config system, AI generator with fallback chain, Jinja2 compiler wiring, client config contract, reference docs, manifest, changelog and license.
Which agents does it work with?
Claude Code, Claude Cowork, Cursor, Codex CLI, and any SKILL.md agent.
Do I need anything else?
Python 3.11+, Postgres, and an Anthropic or Google or Qwen API key. A server or Pi to run it on.
Is this the same as the single-file template skills?
They compose: the factory generates and compiles into the single-file architecture; the sector template skills are hand-tuned starting points for one-off builds.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 28 days ago
- Passed all security checks, Safe to install