All templates
SEO & Growth
AI SEO Platform
A full-stack, multi-tenant SEO product. Each customer signs up and gets their own scoped agent that pulls keyword and SERP intelligence, drafts and publishes content, tracks rankings, and reports back — all billed per tenant.
The agent prompt
Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.
Prompt
Build me an AI SEO platform on Naive. It's a multi-tenant SaaS: every customer gets their own scoped agent that researches keywords, writes and publishes content, and tracks rankings. Use these Naive primitives: - seo: keyword volumes, difficulty, backlinks, live SERP competitors - aeo: track LLM answers and brand mentions (GEO/AEO) - search: deep web research for topic briefs - apps: deploy the customer dashboard (Vercel + Supabase) - cron: recurring research + publishing jobs - billing: meter and bill each tenant Give each signed-up customer an isolated agent (scope everything per tenant user). Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login
What it builds
Keyword & SERP intelligence
Pull volumes, difficulty, backlinks and live SERP competitors via DataForSEO.
Autonomous content pipeline
Research, draft, and publish articles on a schedule with cron jobs.
AI-search visibility
Track LLM answers and brand mentions with the GEO/AEO primitive.
Per-tenant billing
Meter usage and bill each customer on their own plan.
Primitives used
seoaeosearchappscronbilling
How it's built
- naive apps — deploy the customer-facing dashboard on Vercel + Supabase
- naive seo / naive aeo — ranking + AI-search data
- naive cron — recurring research and publishing runs
Start building
Install the CLI, copy the prompt, and let your agent wire it up.
$ npm i -g naive && naive login