> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reachy Mini

> Redirect stub to the Reachy Mini catalog page.

export default function ReachyMiniRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/reachy-mini");
  }, []);
  return <>
      # Redirecting to Reachy Mini

      If you are not redirected automatically, [open the Reachy Mini catalog page](https://cyberwave.com/cyberwave/reachy-mini).
    </>;
}
