Instant downloads β€’ Lifetime updates
DocsGetting StartedUnderstanding the Sera Ecosystem

Understanding the Sera Ecosystem

2026-03-017 min read

Understanding the Sera Ecosystem

Sera uses a hub-and-spoke architecture where Sera Core acts as the central hub and all other plugins connect as spokes. This design keeps each plugin lightweight while sharing AI capabilities, settings, and a unified dashboard.

The Hub: Sera Core

Sera Core is the brain of the ecosystem. It provides:

  • AI Engine: Multi-provider support for OpenAI, Anthropic, and Google Gemini. Configure your API keys once and every spoke plugin can use AI features.
  • AI Workspace: A persistent chat interface where you can interact with AI, ask questions about your site, and get recommendations.
  • Knowledge Base: Store code snippets, Q&A pairs, and reference documents that the AI can draw from when answering questions.
  • Hub Registry: Automatically detects and registers all installed spoke plugins. View their status, version, and health from one dashboard.
  • Command System: Execute commands across spoke plugins from a central interface. Schedule recurring tasks and automate workflows.
  • Alert Center: Aggregates notifications from all spoke plugins into a single feed. Security alerts from Sera AI Website Security, health warnings from Sera AI Website Health, and indexing reports from Sera AI Sitemap all appear here.
  • Activity Log: A chronological record of all actions taken across the ecosystem.

The Spokes

Each spoke plugin handles a specific domain:

SpokeDomainRequires Sera Core
CLS GuardLayout shift prevention (free)Optional
Sera AI CLS GuardAdvanced CLS analytics & auto-fixingYes
Sera AI Website SecuritySecurity (WAF, malware, brute force)Yes
Sera AI Website HealthSite health monitoring & optimizationYes
AI WriterContent creation & editorial workflowYes
AI SitemapIntelligent sitemap & indexingYes

How Spokes Connect

When you activate a spoke plugin, it registers itself with the Sera Hub Registry via the sera_register_updaters hook. The hub then:

  1. Adds the spoke to the dashboard
  2. Routes AI requests through the shared AI Engine
  3. Aggregates the spoke's alerts into the Alert Center
  4. Manages license validation and auto-updates for the spoke

Data Flow

Spoke plugins do not communicate directly with each other. All communication flows through the hub:

Spoke (Sera AI Website Security) β†’ Hub (Sera Core) β†’ Spoke (Sera AI Website Health)

This means Sera AI Website Security can trigger a Sera AI Website Health check after detecting a security event, but the coordination happens through the hub's command system.

Sera 1.0 vs. Sera 2.0

  • Sera 1.0 is the free version of Sera Core. It includes the hub registry, basic AI workspace, knowledge base, and spoke management.
  • Sera 2.0 is the premium version that unlocks advanced AI features, priority support, and enhanced automation capabilities. It is available as an individual purchase or included with the Complete Bundle.