More screenshots

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    Nex Demo Factory Generator

    by Nex AI

    5

    Scaffolds a demo-website factory that turns a prospect URL into a branded demo site through a 6-step FastAPI pipeline.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    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.

    Your agent does

    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.

    What you get

    Stand up an automated demo-generation engine for a sales agencyConvert a prospect's website URL into a branded, themed landing page in minutesEnable bulk demo creation from a CSV of leads via an async pipelineScale into new industry sectors using JSON archetype configs instead of codeImplement a resilient AI content chain with multi-model fallback logic

    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.

    Changelog

    1. v1.2LatestAug 6, 2026

      v1.1: marketplace refresh. Added README with FAQ and known limitations, license, changelog, manifest metadata. Cleaned packaging for the security scan. No breaking changes to the skill workflow.

    2. v1.1Jul 13, 2026

      Refreshed audited build: manifest, README, worked examples and security declarations cleaned up.

    3. v1.0Jun 6, 2026

      Initial release

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    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

    Frequently Asked Questions

    Popular in AI Agents & LLM Ops