Orravo Core
Install this first. Orravo Core is the licensing and activation backbone every other Orravo plugin uses: license validation, per-site activations, a unified admin shell with a Cmd+K command palette, automatic product detection, a REST API, and a Mini-Core fallback so your plugins keep running even when Core is not. Free forever, no upsell.
Score a license key.
See its state.
This is a UI simulation of Core’s License tab, showing you exactly what the panel looks like inside wp-admin. When installed, it pulls live status, activations, and renewal data from the Orravo licensing API and caches the result for six hours.
Score a license.
Read the state.
Simulated demo. Runs automatically as you scroll. The real plugin reads live data from your licensing tables.
Everything licensing,
nothing extra.
One small plugin (~280KB). No external services beyond the orravo.com licensing API. No tracking pixels. Your data, your server, your call.
Click around.
It’s all real.
Six interactive previews of the actual Orravo Core admin. No screenshots; these are working mock-ups of what ships in the plugin.
| Key | ORV-9F3K-7T2X-RV4N-8KQ2 |
| Status | active |
| Tier | studio (10 sites · 9 products) |
| Products | omailer, oforms, oads, ofeedback, oengage, onav, ointel, opwa, ocodeinsert |
| Activated | Mar 12, 2025 |
| Renews | Apr 18, 2027 (in 348d) |
| Last revalidated | 4h ago · 142ms |
| Domain | Type | Last seen | Status |
|---|---|---|---|
| velluma.com | production | 2m ago | active |
| shop.northrise.io | production | 14m ago | active |
| staging.velluma.com | dev | 1h ago | dev seat |
| velluma.test | dev | 3h ago | dev seat |
| preview.northrise.io | dev | 1d ago | dev seat |
| Plugin | Version | Channel | Status |
|---|---|---|---|
| Omailer | 3.3.2 | stable | licensed |
| OForms | 1.2.0 | stable | licensed |
| OAds | 4.0.1 | stable | licensed |
| OFeedback | 1.4.0 | stable | licensed |
| OEngage | 2.0.0 | beta | licensed |
| ONav | 2.0.4 | stable | free |
| OIntel | 1.0.0 | stable | licensed |
| OPWA | 1.1.0 | stable | licensed |
| OCodeInsert | 1.0.2 | stable | free |
| Plugin | Label | Commands registered |
|---|---|---|
| omailer | Omailer | 8 |
| oforms | OForms | 4 |
| oads | OAds | 5 |
| ofeedback | OFeedback | 3 |
| oengage | OEngage | 11 |
| onav | ONav | 4 |
| Name | Created | By | Action |
|---|---|---|---|
| Pre-Q2 release | 3 days ago | adaeze | restore |
| Before Omailer 3.3.0 upgrade | 2 weeks ago | tunde | restore |
| Founder onboarding baseline | 1 month ago | system | restore |
| Initial install | 3 months ago | system | restore |
What you get
vs. what they sell you.
Most WordPress licensing stacks are SaaS subscriptions, paid plugins with annual fees, or DIY code you maintain forever. Orravo Core is the entire backbone in one free install.
| Freemius | EDD Software Licensing | Custom-built | Orravo Core | |
|---|---|---|---|---|
| License key validation | paid tier | $199 yr | manual to build | Built in |
| Per-site activation tracking | ✓ | $199 yr | manual to build | Built in |
| Auto-detect installed products | no | no | no | Built in |
| Unified suite admin shell | no | no | no | Built in |
| Cmd+K command palette | no | no | no | Built in |
| REST API for license + products | ✓ | ✓ | manual to build | Built in |
| Outbound webhooks (HMAC-signed) | paid add-on | no | manual to build | Built in |
| Settings export + import | no | no | no | Built in |
| Snapshots + rollback | no | no | no | Built in |
| API keys with scoped access | no | no | manual to build | Built in |
| Notifications inbox + activity log | no | no | manual to build | Built in |
| Rollback to a previous plugin version | no | ✓ | no | Built in |
| Stable / beta release channels | no | ✓ | no | Built in |
| Brute-force grace + retry guard | paid tier | no | manual to build | Built in |
| Mini-Core fallback | no | no | no | Built in |
| WP-CLI commands | no | no | manual to build | Built in |
| Pricing model | $99 + 20% rev share | $199 yr | time + risk | Free forever |
Clean public API.
Read the source.
Six namespaced helper functions cover 90% of integrations. Beyond that you get a REST API, a WP-CLI surface, scoped API keys, outbound HMAC-signed webhooks, and the OC_Shell facade for command-palette and breadcrumb integration.
// In your plugin's bootstrap. Verify the active license before booting paid features. if (! function_exists('orravo_is_licensed')) { // Mini-Core not loaded yet, ship one with your plugin (see "Mini-Core" tab). return; } if (orravo_is_licensed('omailer')) { Omailer\Pro::boot(); } else { Omailer\Free::boot(); }
Free.
Forever.
Orravo Core is the licensing client itself; charging for it would mean charging twice. Every feature unlocked, unlimited sites, no upsell.
Orravo Core.
- Unlimited sites
- License client + per-site activations
- Suite shell + Cmd+K command palette
- REST API + WP-CLI + scoped API keys
- Outbound webhooks + snapshots + rollback
