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

# Berkeley Humanoid Lite

> Redirect stub to the Berkeley Humanoid Lite catalog page.

export default function BerkeleyHumanoidLiteRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/berkeley/berkeley-humanoid");
  }, []);
  return <>
      # Redirecting to Berkeley Humanoid Lite

      If you are not redirected automatically, [open the Berkeley Humanoid Lite catalog page](https://cyberwave.com/berkeley/berkeley-humanoid).
    </>;
}
