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

# Sphere

> Redirect stub to the Sphere catalog page.

export default function SphereRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/sphere");
  }, []);
  return <>
      # Redirecting to Sphere

      If you are not redirected automatically, [open the Sphere catalog page](https://cyberwave.com/cyberwave/sphere).
    </>;
}
