New: the SERP Gap Analyzer now ships with every plan. See what changed
Live tool · free demo

The AI content generator

This demo runs entirely in your browser using the engine's structural templates — no account or API key needed. Connected to a live AI model, the same controls drive full production drafts.

Enter a topic of at least 3 characters.

5

Demo output is assembled locally from structural templates. How does the demo differ from production?

0 words · 0 chars

The engine is idle.
Set a topic on the left and press Generate to build your first structured draft.

From demo to production

Connecting a real AI model

The demo proves the workflow. Production drafts come from your own backend connected to an AI provider — the front end never holds the key.

Keep keys server-side

API keys never appear in front-end code. A small backend proxy (Node, PHP, or serverless) holds the key and forwards requests.

One config change

Set ENGINE_CONFIG.mode to "proxy" in assets/js/generator.js and point proxyUrl at your endpoint. A sample proxy is in the README.

Any provider

The request shape is provider-agnostic: send the form inputs, return the article text. OpenAI, Anthropic, or your own model all fit.