🧩
Extensions & themes
Extend Convoro with drop-in add-ons — installable from the admin, no terminal.
The manifest
An extension is a folder with an extension.json manifest plus optional PHP (src/), migrations, and prebuilt assets. No build step runs on the server.
{
"id": "convoro-hello",
"name": "Hello",
"version": "1.0.0",
"type": "extension"
}Publishing from GitHub
Link a public GitHub repo in the store console — Convoro reads the manifest and lists it. Updates pull from the latest release (or pin a tag), Packagist-style.
AI security review
Every directory extension is audited from its real source by an LLM and gets an unbiased safety verdict shown on its listing — a strong signal before you install.
Build with AI
Convoro publishes a machine-readable build spec at /llms.txt so AI assistants can scaffold a correct, installable extension on the first try.