Zero-Touch SaaS

Features

End-user guide for every tool in the platform.

SEO Architect

The core tool. Pick a keyword, a provider, an optional GSC property and a Memory snippet. Returns a JSON payload with title, meta, JSON-LD schema, and HTML body. Modes: Single Keyword or Bulk Batch (up to 10, BYOK only).

Memory (RAG / Knowledge Base)

Upload text instructions, files, or scraped URLs. The selected snippet is appended to the system prompt for every generation. Stored per-user with RLS.

Delivery

Two endpoints: a Universal Webhook (any URL, JSON POST) and WordPress REST (Application Passwords). Auto-Pilot in SEO Architect uses these endpoints to push every generated article without an extra click.

Blueprint Marketplace

Premium n8n / Make automation workflows behind a Stripe Payment Link. Once unlocked (via external webhook to the database), the card switches to 'Owned' and exposes a .json download.

Settings / BYOK

Store your provider keys (OpenAI, Anthropic, Gemini) and connect Google Search Console. Keys are stored in the profiles table behind RLS — only you can read or write them.

Freemium Hook

Without a BYOK key you get 1 generation per UTC day on our Gemini 3.1 Pro master key. The limit is enforced server-side via profiles.last_free_generation_date. The 'Aha!' moment without committing.

History

Every generation is persisted in seo_generations. Re-open, re-deliver, or delete — all RLS-scoped to your account.