Pilotiq
DocsGitHub

What is Pilotiq?

Pilotiq is an AI-powered admin panel for any website. It runs the back-office work small teams do — articles, SEO, help center, documentation, brand assets — through AI agents that suggest and execute changes, with every action reviewable.

The admin panel is effectively a VS Code for articles and content: a main editing surface where you write, agents propose changes as diffs, and every edit flows through an approve/reject/approve-all review.

These docs are a placeholder — the real source lives inside @pilotiq/pilotiq. Run npm run docs:sync once the package ships docs to pull them into this site.

#How it works

You talk to one main agent. It either executes directly or calls the right sub-agent for the job. Every change surfaces as a VS Code-style diff: approve, reject, or approve-all.

#The Brand Hub

The Brand Hub is a dedicated section in the admin panel where you define brand colors, typography, voice and tone, story, and any other guidelines. It is the single source of truth that every agent reads from — content agents, SEO agents, docs agents, help-center agents. Update it once, and every downstream output stays aligned.

#Open core

The CMS itself is open source: editor, schema builder, diff-approval UI, Brand Hub, GitHub connection, content API. Self-host free, forever. Paid plugins (agent library, AI orchestration, media library) are used either via the hosted plan, BYO key on self-host, or the hosted preview that runs paid plugins on a real site.

#Next steps