Cointacted Social Terminal adds a beautiful, modern, keyboard-first terminal interface to any WordPress site.\
It works seamlessly across pages, posts, builders, communities, dashboards, and custom layouts.
The terminal provides a clean command-driven experience with:
- 🎨 Fully theme-inherited UI
- ⌨️ Interactive CLI-style input
- 📐 Monospace-accurate typing + perfect cursor alignment
- 🧩 Extensible command registry
- 🦊 Safe, optional, read-only wallet awareness
- 🛡️ Optional Cloudflare Turnstile protection (anti-bot)
- 🔌 Add-on architecture for advanced features
The terminal can optionally be protected with Cloudflare Turnstile.
When enabled, the terminal remains locked until the visitor successfully passes the security check.
This feature is fully configurable and disabled by default.
This is the core of the
Cointacted Ecosystem — lightweight, free, safe, and designed to integrate everywhere.
✨ Key Features
- Interactive terminal UI – Fast, responsive, keyboard-friendly.
- Automatic theme matching – Uses your theme’s buttons and styles.
- Accurate prompt + cursor – Perfect alignment for a real terminal feel.
- Command registry – Add, remove, or extend commands.
- JS Developer API – Register custom commands or hook into output events.
- Secure by design
- Normalized input
- Command access rules
- Server-side validation
- Cloudflare Turnstile support
- Optional wallet awareness
- Only detects what the browser already exposes
- Never requests connection or signs anything
- Add-on ready – Extend functionality without touching the core.
Works in:
- Gutenberg / FSE
- Elementor, Divi, Bricks, Oxygen
- BuddyBoss, FluentCommunity, Peepso
- Membership sites
- Web3 dashboards
- Custom frontend admin tools
🛡️ Cloudflare Turnstile Security (Optional)
The terminal can be protected by
Cloudflare Turnstile to prevent automated abuse.
- Invisible challenge runs on page load
- Server verifies tokens before unlocking the terminal
- If verification fails, the terminal stays locked
- Fully optional — disabled by default
- No user data is sent anywhere except to Cloudflare’s Turnstile API (standard behavior)
Turnstile is loaded via
wp_enqueue_script() and used only when enabled.
🧩 Optional Wallet Awareness (Read-Only)
Admin can activate/deactivate BLockchain completely in plugin settings.
The core plugin includes a
safe, read-only wallet detector:
- Detects if a browser wallet exists (e.g., MetaMask)
- Reads exposed account / chain info only if the wallet is already unlocked
- Shows chain ID, network name, and address
✔ The core plugin
never:
- requests connection
- triggers popups
- reads private keys
- signs messages
- makes RPC calls
Blockchain actions require separate add-ons.
🧩 Upcoming Official Add-Ons
Social Mining:
- Shortcodes integration
- Social Mining (on-chain logs & claimable rewards)
- EVM Integration
-
Solana Integration
Gamification / Community:
-
myCred Integration
- GamiPress Integration
- BuddyBoss Integration
- FluentCommunity Integration
-
Peepso Integration
Advanced:
-
AI Commands Add-On
- Analytics Add-On
- Customization Pack (themes, cursors, styles)
- And many more to come
🧠 Developer API & Add-On Integration
Cointacted Social Terminal is built around a
secure core + add-on architecture.
The core plugin provides:
- the terminal UI
- command registry
- security model
- permission enforcement
All custom functionality (commands, integrations, blockchain actions, social features) is implemented via add-ons.
Developers can:
- register new terminal commands (PHP)
- control command access (public / user / capability-based)
- hook into terminal output events
- append output lines from JavaScript
- integrate with third-party plugins and SPAs
All command execution is server-side only for security.
📘 Full developer documentation:
https://docs.cointacted.com