A close look at the engineering choices and capabilities behind our plugins.
Every InsationAI plugin is built using the actual WordPress APIs the way they were designed to be used — not by reverse-engineering admin URLs or scraping the front-end. Here’s what that gets you:
Tested against the latest WordPress versions. We use modern PHP, modern WP APIs, and no jQuery-era anti-patterns.
Works on single-site WordPress and full multisite networks. Activate per-site or network-wide.
First-class support for the WordPress commerce ecosystem. Products, orders, customers — all exposed properly.
We don't touch the front-end of your site. Use any theme — block themes, classic themes, or page builders.
Security isn’t an afterthought we bolt on later. It’s how we build from line one.
Industry-standard auth with dynamic client registration. No shared secrets in your code, no API keys to leak.
Every action respects WordPress user capabilities. We never bypass the permission system.
CSRF protection on every form, proper sanitization on every input, escaping on every output. It's a checklist we don't skip.
We don't phone home, we don't collect telemetry, we don't sell anything. The plugin works for you.
If you write code, you’ll feel at home. If you don’t, you don’t have to.
Extend, modify, or restrict behavior without forking. Every important moment in our plugins is hookable.
Installation, configuration, every hook and filter, every public API method — all documented with examples.
Our plugins ship WP-CLI commands for everything you'd want to script: setup, exports, audit checks, bulk operations.
PHPUnit tests for the critical paths. PHPStan for type safety. We catch our own bugs before you do.
One email goes to a real human who actually built the plugin. No tickets in a queue, no chatbot scripts.
support@insation.ai goes to us. We answer.
24 hours on business days for Single Site customers. Priority queue for Agency. Same-day SLA for Unlimited.
Try it for a month. If it's not for you, we'll refund. No interrogation.