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

# Spryped

> Redirect stub to the Spryped catalog page.

export default function SprypedRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/ben-bokser/spryped");
  }, []);
  return <>
      # Redirecting to Spryped

      If you are not redirected automatically, [open the Spryped catalog page](https://cyberwave.com/ben-bokser/spryped).
    </>;
}
