import { ButtplugConsoleLoader as ButtplugConsole } from "@/components/control/ButtplugConsoleLoader"; export default function ControlPage() { return (

Control

Scan for devices, connect, and control them live. Every command runs directly from your browser to the device over Web Bluetooth - the server never sees it in real time.

); }