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

# Boston Dynamics Spot 

> Redirect stub to the Boston Dynamics Spot  catalog page.

export default function BostonDynamicsSpotRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/boston-dynamics/spot");
  }, []);
  return <>
      # Redirecting to Boston Dynamics Spot 

      If you are not redirected automatically, [open the Boston Dynamics Spot  catalog page](https://cyberwave.com/boston-dynamics/spot).
    </>;
}
