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

# Obsbot Tiny 3

> Redirect stub to the Obsbot Tiny 3 catalog page.

export default function ObsbotTiny3RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/obsbot/obsbot-tiny-3");
  }, []);
  return <>
      # Redirecting to Obsbot Tiny 3

      If you are not redirected automatically, [open the Obsbot Tiny 3 catalog page](https://cyberwave.com/obsbot/obsbot-tiny-3).
    </>;
}
