by Instinctor
1 (0 reviews)
Instinctor
Cinema-grade 3D page builder with a built-in store, smart live chat, and self-running SEO.
Compatible with WP 7
v2.0
Current Version v2.0
Updated 5 days ago
Last Update on 15 Jul, 2026
Refreshed 8 hours ago
Last Refreshed on
Rank
#63,850
—
No change
Active Installs
1+
—
No change
KW Avg Position
24
—
No change
Downloads
115
+22 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 10
0+
10+
63,056
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 9 more installs to reach 10+
Rank Changes
Current
#63,850
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| webgl | 24 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.0
- Last Updated
- Jul 15, 2026
- Requires WP
- 6.0+
- Tested Up To
- 7
- PHP Version
- 8.1 or higher
- Author
- Instinctor
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,737
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#990
WooCommerce
7M+ installs
#6
MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)
2M+ installs
#24
ManageWP Worker
1M+ installs
#54
Frequently Asked Questions
Common questions about Instinctor
No. Instinctor includes its own ecommerce system: products, cart, checkout, orders, and payments. It does not depend on WooCommerce.
Impulse pages are managed independently. Pages built with other builders or the theme are not affected. Both can be used on the same WordPress install.
On Impulse pages, the plugin renders its own template instead of loading the theme's header, footer, or stylesheet. The theme remains active and unchanged on non-Impulse pages.
Stripe (credit/debit cards, Apple Pay, Google Pay, Link), PayPal, and Authorize.net. All require credentials configured in Settings → Payments.
Nothing beyond the plugin. The smart-response features are delivered through the Instinctor Platform relay (platform.instinctor.com) and are opt-in via the platform consent notice. No OpenAI or other AI API key is entered on your site.
SMS and WhatsApp notifications are available in Instinctor Pro at instinctor.com, delivered through the Instinctor Platform relay (platform.instinctor.com). The version on WordPress.org includes email notifications only.
Use the support panel inside the plugin, visit instinctor.com/docs, or email helpdesk@instinctor.com.
The plugin serves Three.js (r185, MIT) from its own assets directory rather than a CDN so the site stays self-contained, works behind a Content Security Policy, and never leaks visitor data to a third party. Three.js now ships as ES modules only, but the 3D effects engine loads it as a classic-script global, so the official r185 module distribution is bundled into an equivalent global build with esbuild (no library source is modified; the MIT license banner is preserved). See assets/js/vendor/README.txt for the exact build command. Three.js is a client-side rendering library with no network, storage, or server-side surface, and r185 has no known security advisories.
Impulse is a visual page builder. The styling for every block is computed from user-chosen settings (gradients, layered animation parameters, per-device overrides, custom fonts) and is unique to each rendered page, so the CSS cannot be pre-shipped as a static file. The same applies to a small number of runtime initializers that need the page's element_tree as configuration. All emitted CSS and JS is escaped through esc_attr / esc_html / wp_json_encode where it embeds user-supplied values, and the JavaScript bundles themselves are enqueued via wp_enqueue_script.