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

# Gepetto Bolt

> Redirect stub to the Gepetto Bolt catalog page.

export default function GepettoBoltRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/gepetto/bolt");
  }, []);
  return <>
      # Redirecting to Gepetto Bolt

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