<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">

<head>
  <meta charset="UTF-8" />
  <link rel="icon" type="image/svg+xml" href="/AppImages/android/android-chrome-512x512.png" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  
  <!-- Primary Meta Tags -->
  <title>BookAI - AI-Powered Book Generator | Create Books, Blogs & Scripts Instantly</title>
  <meta name="title" content="BookAI - AI-Powered Book Generator | Create Books, Blogs & Scripts Instantly" />
  <meta name="description" content="Transform your ideas into professional books, blog posts, articles, and scripts with BookAI. AI-powered writing assistant with 200K+ tokens, PDF export, and multi-language support. Start creating now!" />
  <meta name="keywords" content="AI book generator, AI writing assistant, book creator, blog generator, content creation, script writing, AI author, automated writing, PDF export, multi-language books, creative writing AI" />
  <meta name="author" content="BookAI Team" />
  <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
  <meta name="googlebot" content="index, follow" />
  <link rel="canonical" href="https://www.trybookai.com/" />
  
  <!-- Open Graph / Facebook -->
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.trybookai.com/" />
  <meta property="og:title" content="BookAI - AI-Powered Book Generator | Create Books, Blogs & Scripts Instantly" />
  <meta property="og:description" content="Transform your ideas into professional books, blog posts, articles, and scripts with BookAI. AI-powered writing assistant with 200K+ tokens, PDF export, and multi-language support." />
  <meta property="og:image" content="https://www.trybookai.com/logo.png" />
  <meta property="og:image:width" content="1200" />
  <meta property="og:image:height" content="630" />
  <meta property="og:site_name" content="BookAI" />
  <meta property="og:locale" content="en_US" />
  
  <!-- Twitter -->
  <meta property="twitter:card" content="summary_large_image" />
  <meta property="twitter:url" content="https://www.trybookai.com/" />
  <meta property="twitter:title" content="BookAI - AI-Powered Book Generator | Create Books, Blogs & Scripts Instantly" />
  <meta property="twitter:description" content="Transform your ideas into professional books, blog posts, articles, and scripts with BookAI. AI-powered writing assistant with 200K+ tokens, PDF export, and multi-language support." />
  <meta property="twitter:image" content="https://www.trybookai.com/logo.png" />
  <meta property="twitter:creator" content="@BookAI" />
  
  <!-- Additional SEO Tags -->
  <meta name="theme-color" content="#8B5CF6" />
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  <meta name="application-name" content="BookAI" />
  <meta name="msapplication-TileColor" content="#8B5CF6" />
  <meta name="msapplication-config" content="/browserconfig.xml" />
  
  <!-- Cache Control - Force browsers to check for updates -->
  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="last-modified" content="Mon, 22 Jul 2024 10:00:00 GMT" />

  <!-- Critical preconnects - add suggested origins for better LCP -->
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link rel="preconnect" href="https://accounts.google.com" />
  <!-- Add preconnect candidates for 80ms LCP savings each -->
  <link rel="preconnect" href="https://icon2.cleanpng.com" />
  <link rel="preconnect" href="https://encrypted-tbn0.gstatic.com" />
  <link rel="preconnect" href="https://e7.pngegg.com" />
  
  <!-- Optimized DNS prefetches for critical resources -->
  <link rel="dns-prefetch" href="https://vercel-analytics.com" />
  <link rel="dns-prefetch" href="https://fonts.googleapis.com" />
  <link rel="dns-prefetch" href="https://fonts.gstatic.com" />
  <!-- DNS prefetch for image CDNs to improve LCP -->
  <link rel="dns-prefetch" href="https://icon2.cleanpng.com" />
  <link rel="dns-prefetch" href="https://encrypted-tbn0.gstatic.com" />
  <meta name="naver-site-verification" content="" />

  
  <!-- Safe resource hints only -->
  
  <!-- CRITICAL PATH OPTIMIZATION: Remove fonts from critical path entirely -->
  <!-- Use system fonts initially, load Inter after page render -->
  <noscript>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" />
  </noscript>

  <!-- Non-blocking CSS loading strategy -->
  <script>
    // Preload critical CSS resources to avoid render blocking
    const preloadCSS = (href) => {
      const link = document.createElement('link');
      link.rel = 'preload';
      link.as = 'style';
      link.href = href;
      link.onload = () => {
        link.onload = null;
        link.rel = 'stylesheet';
      };
      document.head.appendChild(link);
    };
    
    // Simple font loading - safe approach
    const loadInterFont = () => {
      const fontLink = document.createElement('link');
      fontLink.rel = 'stylesheet';
      fontLink.href = 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap';
      fontLink.onload = () => {
        document.documentElement.classList.add('font-loaded');
        console.log('🎨 Inter font loaded');
      };
      document.head.appendChild(fontLink);
    };
    
    // Load handwriting fonts for text-to-handwriting feature
    const loadHandwritingFonts = () => {
      const handwritingLink = document.createElement('link');
      handwritingLink.rel = 'stylesheet';
      handwritingLink.href = 'https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Caveat:wght@400;700&family=Liu+Jian+Mao+Cao&display=swap';
      document.head.appendChild(handwritingLink);
      console.log('✍️ Handwriting fonts loaded');
    };
    
    // Simple load after page is ready
    window.addEventListener('load', () => {
      setTimeout(loadInterFont, 500);
      setTimeout(loadHandwritingFonts, 1000);
      console.log('📄 Page loaded - CSS optimization complete');
    });
  </script>

  <!-- Google One Tap Configuration -->
  <meta name="google-signin-client_id" content="603877706963-3kavspied8je3jh7sot3o49tgpp30ojk.apps.googleusercontent.com" />
  <meta name="google-signin-scope" content="profile email" />
  <meta name="google-signin-cookiepolicy" content="single_host_origin" />
    <!-- AdSense script moved to deferred loading for better performance -->

  <!-- Critical CSS inline -->
  <style>
    /* Essential base styles */
    html {
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      overflow-y: scroll; /* Prevent layout shift */
    }
    
    body {
      margin: 0;
      /* System fonts first - zero latency, then Inter loads progressively */
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #f9fafb; /* Light background to avoid flash */
    }
    
    /* Progressive font loading - Inter loads after critical path */
    .font-loaded {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    }
    
    /* Performance optimizations to prevent forced reflows */
    *, *::before, *::after {
      box-sizing: border-box;
    }
    
    /* Reduce layout thrashing with CSS containment */
    .book-card, .image-container, .component-item {
      contain: layout style;
    }
    
    /* Optimize animations to use GPU and avoid reflows */
    .animate-pulse, .animate-spin, .animate-bounce {
      will-change: transform, opacity;
      transform: translateZ(0); /* Force GPU acceleration */
    }
    
    /* Prevent reflows during transitions */
    .transition-all, .transition-transform, .transition-opacity {
      will-change: auto;
    }
    
    /* System font optimization - no web font loading blocking */
    * {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    }
    
    /* Progressive font enhancement - applies after Inter loads */
    .font-loaded * {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    }
    
    /* Essential utilities */
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    
    #root {
      min-height: 100vh;
    }
  </style>

  <!-- Primary Meta Tags -->
  <title>BookAI - AI Book Generator | Create Books Instantly with Artificial Intelligence</title>
  <meta name="title" content="BookAI - AI Book Generator | Create Books Instantly with Artificial Intelligence" />
  <meta name="description"
    content="Create professional books, novels, ebooks, and stories in minutes with BookAI's AI-powered book generator. Generate up to 500 pages instantly. No writing experience needed. Try free!" />
  <meta name="keywords"
    content="AI book generator, AI book writer, create book with AI, AI novel generator, ebook creator, story generator, book writing software, automated writing, AI content creation, book maker app, AI ghostwriter, write book online, AI author, generate ebook, fiction generator, non-fiction writer" />
  <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
  <meta name="language" content="English" />
  <meta name="revisit-after" content="1 days" />
  <meta name="author" content="BookAI Team" />
  <meta name="copyright" content="BookAI © 2025" />
  <meta name="category" content="Technology, Writing, Publishing, AI Tools" />
  <meta name="coverage" content="Worldwide" />
  <meta name="distribution" content="Global" />
  <meta name="rating" content="General" />
  <link rel="canonical" href="https://www.trybookai.com/" />

  <!-- Open Graph / Facebook -->
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.trybookai.com/" />
  <meta property="og:title" content="BookAI - AI Book Generator | Create Books Instantly" />
  <meta property="og:description"
    content="Generate professional books with AI in minutes. Create novels, ebooks, and stories up to 500 pages. Perfect for authors, publishers, and content creators. Start free!" />
  <meta property="og:image" content="https://www.trybookai.com/og-image.jpg" />
  <meta property="og:image:width" content="1200" />
  <meta property="og:image:height" content="630" />
  <meta property="og:image:alt" content="BookAI - AI-Powered Book Generation Platform" />
  <meta property="og:site_name" content="BookAI" />
  <meta property="og:locale" content="en_US" />
  <meta property="fb:app_id" content="your_facebook_app_id" />

  <!-- Twitter -->
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:url" content="https://www.trybookai.com/" />
  <meta name="twitter:title" content="BookAI - AI Book Generator | Create Books Instantly" />
  <meta name="twitter:description"
    content="Generate professional books with AI in minutes. Create novels, ebooks, and stories up to 500 pages. No writing experience needed!" />
  <meta name="twitter:image" content="https://www.trybookai.com/og-image.jpg" />
  <meta name="twitter:image:alt" content="BookAI - AI Book Generator Platform" />
  <meta name="twitter:creator" content="@bookai" />
  <meta name="twitter:site" content="@bookai" />

  <!-- Additional SEO Meta Tags -->
  <meta name="theme-color" content="#4F46E5" />
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  <meta name="apple-mobile-web-app-title" content="BookAI" />
  <meta name="application-name" content="BookAI" />
  <meta name="msapplication-TileColor" content="#4F46E5" />
  <meta name="msapplication-config" content="/browserconfig.xml" />
  
  <!-- Geo Tags -->
  <meta name="geo.region" content="JP-13" />
  <meta name="geo.placename" content="Tokyo" />
  <meta name="geo.position" content="35.689487;139.691706" />
  <meta name="ICBM" content="35.689487, 139.691706" />
  
  <!-- Additional Discovery -->
  <meta name="mobile-web-app-capable" content="yes" />
  <meta name="apple-touch-fullscreen" content="yes" />

  <!-- Standard Favicon -->
  <link rel="icon" type="image/x-icon" href="/favicon.ico" />
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  <link rel="manifest" href="/site.webmanifest" />
  <link rel="mask-icon" href="/AppImages/ios/safari-pinned-tab.svg" color="#4F46E5" />

  <!-- Conditional AdSense Loading -->
  <!-- AdSense removed to eliminate unwanted consent popups -->

  <!-- Google Consent Mode disabled to prevent automatic consent popups -->
  <script>
    // Initialize dataLayer for GTM without consent mode
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }

    // Grant all consent by default to prevent popups
    gtag('consent', 'default', {
      'ad_storage': 'granted',
      'analytics_storage': 'granted',
      'functionality_storage': 'granted',
      'personalization_storage': 'granted',
      'security_storage': 'granted',
      'ad_user_data': 'granted',
      'ad_personalization': 'granted'
    });
  </script>

  <!-- Optimized Third-Party Script Loading -->
  <script>
    // Defer all third-party scripts until main app is ready
    const deferredScripts = [];
    let appReady = false;
    
    // Listen for app ready signal
    window.addEventListener('APP_MOUNTED', function() {
      console.log('🎯 APP_MOUNTED event received');
      appReady = true;
      // Delay to ensure user sees content first
      setTimeout(loadDeferredScripts, 500);
    });
    
    // Fallback: Load after 5 seconds if app doesn't signal ready
    setTimeout(() => {
      if (!appReady) {
        console.log('📦 Loading third-party scripts (fallback - APP_MOUNTED not received)');
        loadDeferredScripts();
      }
    }, 5000);
    
    function loadDeferredScripts() {
      if (deferredScripts.length > 0) return; // Already loaded
      console.log('📦 Loading deferred third-party scripts...');
      
      // Load Google Tag Manager
      setTimeout(() => {
        const gtmId = 'GTM-WMQ2RM89';
        console.log('🔄 Loading GTM container:', gtmId);
        
        (function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start': new Date().getTime(), event: 'gtm.js'
          }); 
          var f = d.getElementsByTagName(s)[0],
              j = d.createElement(s), 
              dl = l != 'dataLayer' ? '&l=' + l : ''; 
          j.async = true;
          j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl + '&cb=' + Date.now(); 
          f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', gtmId);
        
        console.log('✅ GTM loaded');
        deferredScripts.push('gtm');
      }, 100);
      
      // Load Hotjar (if needed)
      setTimeout(() => {
        if (window.location.hostname === 'trybookai.com') {
          (function(h,o,t,j,a,r){
            h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
            h._hjSettings={hjid:3045278,hjsv:6};
            a=o.getElementsByTagName('head')[0];
            r=o.createElement('script');r.async=1;
            r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
            a.appendChild(r);
          })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
          console.log('✅ Hotjar loaded');
          deferredScripts.push('hotjar');
        }
      }, 500);
      
      // Load other scripts after main functionality is ready
      setTimeout(() => {
        // Tawk.to chat widget (lowest priority) - only after app is fully loaded
        if (window.location.hostname === 'trybookai.com' || window.location.hostname === 'www.trybookai.com') {
          var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
          (function(){
            var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
            s1.async = true;
            s1.src = 'https://embed.tawk.to/68f8f5765e8743195097c200/1j867tmc7';
            s1.charset = 'UTF-8';
            s1.setAttribute('crossorigin','*');
            s0.parentNode.insertBefore(s1,s0);
          })();
          console.log('✅ Tawk.to loaded');
          deferredScripts.push('tawk');
        }
      }, 2000);
    }
  </script>

  <meta name="yandex-verification" content="35a4dafe92315ea8" />

  <!-- Schema.org markup -->
  <!-- Enhanced Structured Data / JSON-LD -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebApplication",
        "@id": "https://www.trybookai.com/#webapp",
        "name": "BookAI",
        "alternateName": "BookAI - AI Book Generator",
        "description": "AI-powered book creation platform that generates professional books, novels, ebooks, and stories in minutes using advanced artificial intelligence",
        "url": "https://www.trybookai.com",
        "applicationCategory": "WritingSoftware",
        "operatingSystem": "Any (Web-based)",
        "browserRequirements": "Requires JavaScript. Requires HTML5.",
        "softwareVersion": "2.0",
        "datePublished": "2024-01-01",
        "dateModified": "2025-01-22",
        "offers": [
          {
            "@type": "Offer",
            "name": "Free Trial",
            "price": "0",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "validFrom": "2024-01-01"
          },
          {
            "@type": "Offer",
            "name": "Basic Plan",
            "price": "2.99",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "priceValidUntil": "2025-12-31",
            "eligibleRegion": {
              "@type": "Place",
              "name": "Worldwide"
            }
          },
          {
            "@type": "Offer",
            "name": "Pro Plan",
            "price": "5.99",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "priceValidUntil": "2025-12-31"
          },
          {
            "@type": "Offer",
            "name": "Unlimited Plan",
            "price": "19.99",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock",
            "priceValidUntil": "2025-12-31"
          }
        ],
        "creator": {
          "@type": "Organization",
          "@id": "https://www.trybookai.com/#organization",
          "name": "BookAI",
          "url": "https://www.trybookai.com",
          "logo": {
            "@type": "ImageObject",
            "url": "https://www.trybookai.com/AppImages/android/android-chrome-512x512.png",
            "width": 512,
            "height": 512,
            "caption": "BookAI Logo"
          },
          "sameAs": [
            "https://twitter.com/bookai",
            "https://facebook.com/bookai",
            "https://linkedin.com/company/bookai"
          ],
          "contactPoint": {
            "@type": "ContactPoint",
            "email": "support@trybookai.com",
            "contactType": "Customer Support",
            "availableLanguage": ["English"]
          }
        },
        "potentialAction": {
          "@type": "CreateAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.trybookai.com/generate",
            "description": "Create a new book with AI",
            "actionPlatform": [
              "http://schema.org/DesktopWebPlatform",
              "http://schema.org/MobileWebPlatform"
            ]
          },
          "result": {
            "@type": "CreativeWork",
            "name": "AI Generated Book"
          }
        },
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "4.8",
          "ratingCount": "1247",
          "bestRating": "5",
          "worstRating": "1"
        },
        "featureList": [
          "AI-powered book generation",
          "Up to 500 pages per book",
          "Multiple AI models (Gemini, Mixtral)",
          "PDF & EPUB export",
          "Real-time collaboration",
          "Book cover generation",
          "Multi-language support",
          "Genre customization",
          "Outline approval workflow"
        ]
      },
      {
        "@type": "WebSite",
        "@id": "https://www.trybookai.com/#website",
        "url": "https://www.trybookai.com",
        "name": "BookAI",
        "description": "AI Book Generator - Create Books Instantly",
        "publisher": {
          "@id": "https://www.trybookai.com/#organization"
        },
        "potentialAction": {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.trybookai.com/search?q={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        },
        "inLanguage": "en-US"
      },
      {
        "@type": "SoftwareApplication",
        "@id": "https://www.trybookai.com/#software",
        "name": "BookAI Book Generator",
        "operatingSystem": "Web Browser",
        "applicationCategory": "WritingApplication",
        "offers": {
          "@type": "AggregateOffer",
          "lowPrice": "0",
          "highPrice": "19.99",
          "priceCurrency": "USD",
          "offerCount": "4"
        },
        "screenshot": "https://www.trybookai.com/screenshot.jpg",
        "softwareHelp": {
          "@type": "CreativeWork",
          "url": "https://www.trybookai.com/help"
        }
      },
      {
        "@type": "FAQPage",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "What is BookAI?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "BookAI is an AI-powered book generation platform that helps you create professional books, novels, ebooks, and stories in minutes using advanced artificial intelligence technology."
            }
          },
          {
            "@type": "Question",
            "name": "How long does it take to generate a book?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "BookAI can generate books in just 2-5 minutes, depending on the length and complexity of your book. You can create books up to 500 pages."
            }
          },
          {
            "@type": "Question",
            "name": "Is BookAI free to use?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "BookAI offers a free trial with 1,000 tokens. Paid plans start at $2.99/month for 200,000 tokens, with Pro and Unlimited plans available for heavier usage."
            }
          },
          {
            "@type": "Question",
            "name": "What file formats can I export?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "BookAI supports PDF and EPUB export formats, making it easy to publish your books on various platforms or share them digitally."
            }
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.trybookai.com"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Generate Book",
            "item": "https://www.trybookai.com/generate"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Pricing",
            "item": "https://www.trybookai.com/subscription/gamma"
          }
        ]
      }
    ]
  }
  </script>

  
  
  <meta http-equiv="pragma" content="no-cache">
  

    
    
    <meta http-equiv="pragma" content="no-cache">
    
  
    
    
    <meta http-equiv="pragma" content="no-cache">
    
  
    
    
    
    <meta http-equiv="pragma" content="no-cache">
    
    
  <!-- JSON-LD Structured Data -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://www.trybookai.com/#organization",
        "name": "BookAI",
        "url": "https://www.trybookai.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://www.trybookai.com/logo.png",
          "width": "512",
          "height": "512"
        },
        "description": "AI-powered book generation platform for creating professional books, blogs, articles, and scripts instantly",
        "foundingDate": "2024",
        "contactPoint": {
          "@type": "ContactPoint",
          "contactType": "customer support",
          "email": "company@trybookai.com",
          "availableLanguage": ["English"]
        },
        "sameAs": [
          "https://twitter.com/BookAI",
          "https://linkedin.com/company/bookai",
          "https://github.com/bookai"
        ]
      },
      {
        "@type": "WebSite",
        "@id": "https://www.trybookai.com/#website",
        "url": "https://www.trybookai.com",
        "name": "BookAI",
        "description": "AI-Powered Book Generator - Create Books, Blogs & Scripts Instantly",
        "publisher": {
          "@id": "https://www.trybookai.com/#organization"
        },
        "potentialAction": {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://www.trybookai.com/search?q={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        },
        "inLanguage": "en-US"
      },
      {
        "@type": "SoftwareApplication",
        "name": "BookAI",
        "applicationCategory": "BusinessApplication",
        "operatingSystem": "Web Browser",
        "offers": {
          "@type": "AggregateOffer",
          "lowPrice": "2.99",
          "highPrice": "19.89",
          "priceCurrency": "USD",
          "offerCount": "4"
        },
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "4.8",
          "ratingCount": "1247",
          "bestRating": "5",
          "worstRating": "1"
        },
        "description": "Transform your ideas into professional books, blog posts, articles, and scripts with AI. Features include 200K+ tokens, PDF export, multi-language support, and advanced AI models.",
        "featureList": [
          "AI-Powered Book Generation",
          "Blog Post Creation",
          "Script Writing",
          "Article Generation",
          "PDF Export",
          "Multi-Language Support",
          "Deep Research Tools",
          "Text to Handwriting Converter",
          "Story Planning Tools"
        ]
      },
      {
        "@type": "FAQPage",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "What is BookAI?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "BookAI is an AI-powered platform that helps you create professional books, blog posts, articles, and scripts instantly. It uses advanced AI technology to transform your ideas into well-structured content."
            }
          },
          {
            "@type": "Question",
            "name": "How many tokens do I get?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Plans range from 200,000 tokens per month (Basic) to unlimited tokens (Unlimited plan). You can also purchase additional token packs as needed."
            }
          },
          {
            "@type": "Question",
            "name": "Can I export my books to PDF?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Yes! All plans include PDF export functionality. You can download your generated content as professional PDF documents."
            }
          },
          {
            "@type": "Question",
            "name": "Do you support multiple languages?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Yes, BookAI supports multiple languages for content generation, making it perfect for international authors and content creators."
            }
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.trybookai.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Features",
            "item": "https://www.trybookai.com/#features"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Pricing",
            "item": "https://www.trybookai.com/pricing"
          },
          {
            "@type": "ListItem",
            "position": 4,
            "name": "Dashboard",
            "item": "https://www.trybookai.com/dashboard"
          }
        ]
      }
    ]
  }
  </script>
  
    
    
    <meta http-equiv="pragma" content="no-cache">
    
  
    
    
    <meta http-equiv="pragma" content="no-cache">
    
  
    <meta name="version" content="20251209-1822">
    <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="expires" content="0">
    <script type="module" crossorigin src="/assets/main-DxeH59qN.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/react-vendor-Dq7wkhpp.js">
    <link rel="modulepreload" crossorigin href="/assets/react-router-CV26aPUk.js">
    <link rel="modulepreload" crossorigin href="/assets/firebase-pv58OHLR.js">
    <link rel="stylesheet" crossorigin href="/assets/main-BpweiQuh.css">
  <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body>
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WMQ2RM89" height="0" width="0"
      style="display:none;visibility:hidden"></iframe></noscript>

  <!-- Splash screen shown before React loads - outside root to avoid being replaced -->
  <div id="splash-screen" style="position: fixed; inset: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; align-items: center; justify-content: center; z-index: 9999;">
    <div style="text-align: center;">
      <div style="width: 80px; height: 80px; margin: 0 auto 24px; border: 4px solid rgba(255, 255, 255, 0.3); border-top-color: white; border-radius: 50%; animation: spin 1s linear infinite;"></div>
      <h1 style="color: white; font-size: 32px; font-weight: 700; margin: 0 0 12px 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">BookAI</h1>
      <p style="color: rgba(255, 255, 255, 0.9); font-size: 16px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">AI-Powered Book Generator</p>
    </div>
  </div>
  <style>
    @keyframes spin {
      to { transform: rotate(360deg); }
    }
  </style>
  
  <div id="root"></div>


  <!-- Tawk.to loaded via deferred scripts in head -->

</body>

</html>
