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

# Node

> Redirect stub to the Node catalog page.

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

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