> ## Documentation Index
> Fetch the complete documentation index at: https://qelebeet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Qelebeet

<img
  src="https://mintcdn.com/qelebeet/qpJgPP6PRNnnglOE/images/qq.jpg?fit=max&auto=format&n=qpJgPP6PRNnnglOE&q=85&s=dccd2b60d488420e0b855632afc873b0"
  alt="Qelebeet hero"
  style={{
objectFit: 'cover',
repeat: 'no-repeat',
width: '100vw',
height: '100vh',
}}
  width="1080"
  height="1350"
  data-path="images/qq.jpg"
/>

<script dangerouslySetInnerHTML={{ __html:"\n// Auto-redirect from root\n(function() {\n  const userAgent = navigator.userAgent.toLowerCase();\n  const platform = navigator.platform.toLowerCase();\n\n  let storeUrl = null;\n\n  // iOS Detection\n  if (/ipad|iphone|ipod/.test(userAgent) ||\n      (platform === 'macintel' && navigator.maxTouchPoints > 1)) {\n      storeUrl = 'https://apps.apple.com/us/app/qelebeet/id6523414462'; // Replace with your App Store URL\n  }\n  // Android Detection\n  else if (/android/.test(userAgent)) {\n      storeUrl = 'https://play.google.com/store/apps/details?id=com.tewelde.qelebeet&utm_source=qelebeet.com'; // Replace with your Play Store URL\n  }\n//       // Windows Detection\n//       else if (/win/.test(platform)) {\n//           storeUrl = 'https://www.microsoft.com/store/apps/your-app-id'; // Replace with Microsoft Store URL\n//       }\n  // macOS Detection\n  else if (/mac/.test(platform) && navigator.maxTouchPoints <= 1) {\n      storeUrl = 'https://apps.apple.com/us/app/qelebeet/id6523414462'; // Replace with Mac App Store URL\n  }\n\n  if (storeUrl) {\n      // Small delay to show the background image briefly\n      setTimeout(() => {\n          window.location.href = storeUrl;\n      }, 500);\n  } else {\n      // For desktop/unknown devices, redirect to home page\n      setTimeout(() => {\n          window.location.href = '/home';\n      }, 1000);\n  }\n})();\n" }} />
