The internal control plane for VeronaLabs plugins. Track installations, ship in-app notifications, run marketing campaigns, and analyze usage across every plugin from one place.
From install telemetry to marketing campaigns — one console for the lifecycle of every plugin.
PHP versions, MySQL drivers, geography, install counts — telemetry pushed from every active plugin install.
Target notifications to plugin installs by version, region, or condition tags. Read receipts and click metrics included.
Schedule promotional pushes across plugin audiences with conditional tags and engagement tracking.
Pivot-based plugin assignment. Each team member sees only the plugins they're attached to — super admins see everything.
Google OAuth, hCaptcha-gated login, TOTP 2FA for admins, Spatie roles via Filament Shield, and rate-limited APIs.
Token-scoped endpoints for usage ingestion, notification delivery, and campaign pulls — designed for WordPress plugin clients.
Plugin-as-resource architecture where every notification, campaign, and usage record is scoped to a plugin. Team members are attached via pivot — super admins manage everything globally.
Plugin
|
|-- UsageData (domain, version, php, locale)
|
|-- Notifications -- read receipts
| `-- Tags (targeting conditions)
|
|-- MarketingCampaigns
| `-- Tags
|
`-- Users (pivot: plugin_user)
`-- Roles (super_admin, admin, viewer)