Plugin catalog — four units
Four WordPress plugins,
one
license
system.
Charts, data tables, media folders, and a booking engine. Each ships a free core on WordPress.org; each Pro activation is verified against a signed server — not a hardcoded flag.
The catalog
4 pluginsArboCharts
9 chart types, 3 engines, Vue 3 admin. Charts and dashboards, straight from wp-admin.
ArboTables
Six source drivers, front-end editing, a hardened REST API. Tables that behave like an app.
Arbofiles
Unlimited folders, smart rules, sharing, activity log. Media library organization done right.
RoomPilot
Rooms, rates, rules, and iCal sync. Channel manager and yield pricing in Pro.
How licensing works
Every Pro plugin talks to the same signed server.
POST /api/license/arbocharts/activate {"key":"...","domain":"example.com"} - 01
Activate
Enter a license key in the plugin's admin screen. It posts to
plugins.wafik.netwith the site's domain and version. - 02
Verify
The server signs its response with HMAC-SHA256. The plugin checks that signature before trusting anything. No valid signature, no Pro.
- 03
Unlock
Status, plan, and feature flags come back in one response. Pro gates on the returned feature map — not a local flag that can drift.
Pick a plugin. Free core, Pro when you need it.
Every plugin ships a GPL-2.0 free core on WordPress.org. Pro adds the features power users ask for, verified by a real license server — not a bypass file.