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.
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.
The engine is idle.
Set a topic on the left and press Generate to build your first structured draft.
RUNNING FOUR-STROKE CYCLE…
The demo proves the workflow. Production drafts come from your own backend connected to an AI provider — the front end never holds the key.
API keys never appear in front-end code. A small backend proxy (Node, PHP, or serverless) holds the key and forwards requests.
Set ENGINE_CONFIG.mode to "proxy" in assets/js/generator.js and point proxyUrl at your endpoint. A sample proxy is in the README.
The request shape is provider-agnostic: send the form inputs, return the article text. OpenAI, Anthropic, or your own model all fit.