import type { Metadata } from "next"; import { ButtplugConsoleLoader as ButtplugConsole } from "@/components/control/ButtplugConsoleLoader"; export const metadata: Metadata = { title: "Control" }; export default function ControlPage() { return (
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.