<!doctype html>

<html lang="en">

<head>

 <meta charset="utf-8" />

 <meta name="viewport" content="width=device-width, initial-scale=1" />

 <title>Books by Black Authors — Coming Soon</title>

 <meta name="description" content="Books by Black Authors is a curated directory and community hub connecting readers with Black authors across genres. Launching soon — join the list to get early access." />


 <!-- Open Graph -->

 <meta property="og:title" content="Books by Black Authors — Coming Soon" />

 <meta property="og:description" content="A curated directory and community hub connecting readers with Black authors across genres. Launching soon — join the list to get early access." />

 <meta property="og:type" content="website" />

 <meta property="og:url" content="https://booksbyblackauthors.org/" />

 <meta property="og:image" content="/og-image.jpg" />


 <!-- Twitter -->

 <meta name="twitter:card" content="summary_large_image" />

 <meta name="twitter:title" content="Books by Black Authors — Coming Soon" />

 <meta name="twitter:description" content="A curated directory and community hub connecting readers with Black authors across genres. Launching soon — join the list to get early access." />

 <meta name="twitter:image" content="/og-image.jpg" />


 <!-- Favicon -->

 <link rel="icon" href="/favicon.ico" />


 <!-- Tailwind CSS (CDN) -->

 <script src="https://cdn.tailwindcss.com"></script>

 <script>

  tailwind.config = {

   theme: {

    extend: {

     colors: {

      brand: {

       yellow: '#F5C000',

       dark: '#0F172A',

       light: '#F8FAFC'

      }

     }

    }

   }

  }

 </script>

 <style>

  .focus-ring:focus { outline: 2px solid rgb(245 192 0); outline-offset: 2px; }

  .grain { background-image: radial-gradient(rgba(0,0,0,.035) 1px, transparent 1px); background-size: 4px 4px; }

 </style>

</head>

<body class="min-h-screen bg-brand-light text-slate-900 antialiased">

 <!-- Header -->

 <header class="relative">

  <div class="absolute inset-0 bg-brand-yellow/10"></div>

  <div class="relative mx-auto max-w-7xl px-6 py-6 flex items-center justify-between">

   <a href="#" class="flex items-center gap-3">

    <span class="inline-flex h-12 w-12 items-center justify-center rounded-full bg-white shadow ring-1 ring-slate-200 overflow-hidden">

     <img src="data:image/png;base64,REPLACE_LOGO_B64" alt="Books by Black Authors logo" class="h-12 w-12 object-contain" />

    </span>

    <span class="sr-only">Books by Black Authors</span>

   </a>

   <nav aria-label="Social links" class="flex items-center gap-4 text-sm">

    <a class="hover:underline" href="#readers">For Readers</a>

    <a class="hover:underline" href="#authors">For Authors</a>

    <a class="hover:underline" href="#newsletter">Get updates</a>

    <a class="hover:underline" href="mailto:hello@booksbyblackauthors.org">Contact</a>

   </nav>

  </div>

 </header>


 <!-- Hero -->

 <main>

  <section class="relative overflow-hidden">

   <div class="absolute inset-0 grain"></div>

   <div class="relative mx-auto max-w-7xl px-6 py-24 md:py-32">

    <div class="max-w-3xl">

     <span class="inline-flex items-center gap-2 rounded-full bg-white/70 px-3 py-1 text-xs uppercase tracking-wide text-slate-700 ring-1 ring-slate-200">

      <span class="h-1.5 w-1.5 rounded-full bg-brand-yellow"></span>

      Coming Soon

     </span>

     <h1 class="mt-5 text-4xl font-extrabold tracking-tight md:text-6xl">

      Books by Black Authors

     </h1>

     <p class="mt-5 text-lg leading-relaxed text-slate-700 md:text-xl">

      A curated <strong>directory and community hub</strong> to discover Black authors across genres — from romance and thrillers to sci‑fi, fantasy, nonfiction, and more. Browse books, follow authors, and find your next great read.

     </p>

     <ul class="mt-6 space-y-2 text-slate-700">

      <li class="flex items-start gap-3"><span aria-hidden="true" class="mt-1 inline-block h-2 w-2 rounded-full bg-brand-yellow"></span> Free author listings with premium, featured placement options</li>

      <li class="flex items-start gap-3"><span aria-hidden="true" class="mt-1 inline-block h-2 w-2 rounded-full bg-brand-yellow"></span> Editor’s picks, spotlights, and genre collections</li>

      <li class="flex items-start gap-3"><span aria-hidden="true" class="mt-1 inline-block h-2 w-2 rounded-full bg-brand-yellow"></span> Newsletter for new releases, deals, and events</li>

     </ul>


     <!-- Email capture -->

     <div id="newsletter" class="mt-10">

      <h2 class="text-2xl font-bold">Get updates — pick your list</h2>

      <p class="mt-1 text-sm text-slate-600">Choose the newsletter that fits you best. You can subscribe to one or both.</p>


      <div class="mt-6 grid gap-6 md:grid-cols-2">

       <!-- Readers card -->

       <section id="readers" class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-slate-200">

        <h3 class="text-xl font-semibold">Readers List</h3>

        <p class="mt-1 text-sm text-slate-600">Get new releases, deals, editor’s picks, spotlights, and community events.</p>

        <div class="mt-4" id="sendfox-readers">

         <!-- Paste your SendFox Readers form embed here. Example: -->

         <!-- <script src="https://sendfox.com/form/YOUR-READERS-FORM.js" data-async="true"></script> -->

         <!-- <noscript><a href="https://sendfox.com/YOUR-READERS-PAGE">Subscribe to the Readers List</a></noscript> -->

        </div>

        <p class="mt-2 text-xs text-slate-500">We respect your privacy. Unsubscribe anytime.</p>

        <p class="mt-3 text-sm"><a class="underline" href="#authors">Are you an author? Join the Authors List →</a></p>

       </section>


       <!-- Authors card -->

       <section id="authors" class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-slate-200">

        <h3 class="text-xl font-semibold">Authors List</h3>

        <p class="mt-1 text-sm text-slate-600">Get launch news, how to claim your profile, premium listing perks, and submission windows for spotlights.</p>

        <div class="mt-4" id="sendfox-authors">

         <!-- Paste your SendFox Authors form embed here. Example: -->

         <!-- <script src="https://sendfox.com/form/YOUR-AUTHORS-FORM.js" data-async="true"></script> -->

         <!-- <noscript><a href="https://sendfox.com/YOUR-AUTHORS-PAGE">Subscribe to the Authors List</a></noscript> -->

        </div>

        <p class="mt-2 text-xs text-slate-500">We respect your privacy. Unsubscribe anytime.</p>

        <p class="mt-3 text-sm"><a class="underline" href="#readers">Just here to read? Join the Readers List →</a></p>

       </section>

      </div>

     </div>

    </div>

   </div>

  </section>


  <!-- Value props -->

  <section class="border-t border-slate-200 bg-white">

   <div class="mx-auto max-w-7xl px-6 py-14 grid gap-8 md:grid-cols-3">

    <div class="rounded-2xl border border-slate-200 p-6 shadow-sm">

     <h3 class="text-lg font-bold">For Readers</h3>

     <p class="mt-2 text-slate-600">Explore curated shelves, follow favorite authors, and get alerts for new releases, sales, and events.</p>

    </div>

    <div class="rounded-2xl border border-slate-200 p-6 shadow-sm">

     <h3 class="text-lg font-bold">For Authors</h3>

     <p class="mt-2 text-slate-600">Claim your profile, add titles, and unlock premium features for boosted visibility in search and newsletters.</p>

    </div>

    <div class="rounded-2xl border border-slate-200 p-6 shadow-sm">

     <h3 class="text-lg font-bold">For the Community</h3>

     <p class="mt-2 text-slate-600">Spotlights, interviews, book clubs, and a resource‑rich blog to amplify Black voices in publishing.</p>

    </div>

   </div>

  </section>


  <!-- Footer -->

  <footer class="border-t border-slate-200 bg-brand-light">

   <div class="mx-auto max-w-7xl px-6 py-10 flex flex-col gap-6 md:flex-row md:items-center md:justify-between">

    <div>

     <p class="font-semibold">Books by Black Authors</p>

     <p class="text-sm text-slate-600">A directory and community hub — launching soon.</p>

    </div>

    <div class="text-sm text-slate-600">

     <a class="hover:underline" href="mailto:hello@booksbyblackauthors.org">hello@booksbyblackauthors.org</a>

     <span class="mx-2">•</span>

     <a class="hover:underline" href="#">Privacy</a>

     <span class="mx-2">•</span>

     <a class="hover:underline" href="#">Terms</a>

    </div>

   </div>

   <div class="border-t border-slate-200 py-6 text-center text-xs text-slate-500">© <span id="year"></span> Books by Black Authors. All rights reserved.</div>

  </footer>

 </main>


 <script>

  // Ensure year updates after DOM loads

  document.addEventListener('DOMContentLoaded', function() {

   var y = document.getElementById('year');

   if (y) { y.textContent = new Date().getFullYear(); }

  });

 </script>

</body>

</html>


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.