> ## 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.

# UGV Beast

> Redirect stub to the UGV Beast catalog page.

export default function UGVBeastRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/ugv-beast");
  }, []);
  return <>
      # Redirecting to UGV Beast

      If you are not redirected automatically, [open the UGV Beast catalog page](https://cyberwave.com/cyberwave/ugv-beast).
    </>;
}
