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

# Nextage

> Redirect stub to the Nextage catalog page.

export default function NextageRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/kawada-industries/nextage");
  }, []);
  return <>
      # Redirecting to Nextage

      If you are not redirected automatically, [open the Nextage catalog page](https://cyberwave.com/kawada-industries/nextage).
    </>;
}
