Where it runs
Ordinary WordPress, on hosting you choose
The application is a plugin. It installs into a WordPress site, creates its own database tables with the standard table prefix, and serves its interface from one page and one REST namespace. The website you are reading is the second plugin and is independent of the first.
Self hosted, that means your security boundary is your WordPress install: your host, your TLS certificate, your admin accounts, your backups, your update policy. Nothing phones home. There is no licence check, no telemetry, and no outbound connection at all unless you configure a language model key, which is optional and covered on its own page.
Hosted by the operator of this site, it is the same two plugins on ordinary managed hosting. That is an honest description of the architecture rather than a marketing one, and it is the reason the section on what is not claimed exists.
- Standard WordPress roles and capabilities, not a parallel permission system
- One REST namespace, with a permission callback on every route
- Its own tables, so uninstalling can remove them cleanly if you ask it to
- No outbound network calls unless a language model key is configured