<!DOCTYPE html><html lang="en" class="scroll-smooth"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="Everdo — the offline-first task manager for getting things done."><link rel="shortcut icon" href="/astro-assets/favicon.ico"><link rel="apple-touch-icon" sizes="180x180" href="/astro-assets/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/astro-assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/astro-assets/favicon-16x16.png"><link rel="manifest" href="/astro-assets/manifest.json"><link rel="mask-icon" href="/astro-assets/safari-pinned-tab.svg" color="#67bc65"><meta name="theme-color" content="#ffffff"><title>Everdo — Offline-First Task Manager</title><script async src="/astro-assets/ec.js"></script><script>
      const theme = localStorage.getItem('theme');
      if (theme === 'dark' || (!theme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
        document.documentElement.classList.add('dark');
      }
    </script><link rel="stylesheet" href="/_astro/_slug_.BDffcj-y.css"></head> <body class="flex min-h-screen flex-col bg-white text-gray-900 antialiased dark:bg-neutral-900 dark:text-neutral-100"> <header class="sticky top-0 z-50 border-b border-gray-100 bg-white/80 backdrop-blur-md dark:border-neutral-800 dark:bg-neutral-900/80"> <nav class="mx-auto flex max-w-6xl items-center justify-between px-6 py-4"> <a href="/"> <img src="/astro-assets/logo.svg" alt="Everdo" class="h-8"> </a> <div class="hidden items-center gap-8 md:flex"> <a href="/#features" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Features </a><a href="/#pricing" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Pricing </a><a href="/#faq" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> FAQ </a><a href="/blog/" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Blog </a><a href="https://forum.everdo.net/" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Forum </a><a href="https://everdo.net/docs/" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Docs </a><a href="https://sync.everdo.net/" class="text-sm font-medium text-gray-600 transition-colors hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100"> Account </a> <button id="theme-toggle" class="rounded-lg p-2 text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100" aria-label="Toggle dark mode"> <!-- Sun icon (shown in dark mode) --> <svg class="hidden h-5 w-5 dark:block" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="5"></circle><line x1="12" x2="12" y1="1" y2="3"></line><line x1="12" x2="12" y1="21" y2="23"></line><line x1="4.22" x2="5.64" y1="4.22" y2="5.64"></line><line x1="18.36" x2="19.78" y1="18.36" y2="19.78"></line><line x1="1" x2="3" y1="12" y2="12"></line><line x1="21" x2="23" y1="12" y2="12"></line><line x1="4.22" x2="5.64" y1="19.78" y2="18.36"></line><line x1="18.36" x2="19.78" y1="5.64" y2="4.22"></line> </svg> <!-- Moon icon (shown in light mode) --> <svg class="block h-5 w-5 dark:hidden" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> </svg> </button> <a href="/download" class="rounded-lg bg-primary-600 px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-primary-700">
Download
</a> </div> <div class="flex items-center gap-2 md:hidden"> <button id="theme-toggle-mobile" class="inline-flex items-center justify-center rounded-md p-2 text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100" aria-label="Toggle dark mode"> <svg class="hidden h-5 w-5 dark:block" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="5"></circle><line x1="12" x2="12" y1="1" y2="3"></line><line x1="12" x2="12" y1="21" y2="23"></line><line x1="4.22" x2="5.64" y1="4.22" y2="5.64"></line><line x1="18.36" x2="19.78" y1="18.36" y2="19.78"></line><line x1="1" x2="3" y1="12" y2="12"></line><line x1="21" x2="23" y1="12" y2="12"></line><line x1="4.22" x2="5.64" y1="19.78" y2="18.36"></line><line x1="18.36" x2="19.78" y1="5.64" y2="4.22"></line> </svg> <svg class="block h-5 w-5 dark:hidden" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> </svg> </button> <button id="mobile-menu-btn" class="inline-flex items-center justify-center rounded-md p-2 text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100" aria-label="Toggle menu"> <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> </svg> </button> </div> </nav> <div id="mobile-menu" class="hidden border-t border-gray-100 dark:border-neutral-800 md:hidden"> <div class="space-y-1 px-6 py-4"> <a href="/#features" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Features </a><a href="/#pricing" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Pricing </a><a href="/#faq" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> FAQ </a><a href="/blog/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Blog </a><a href="https://forum.everdo.net/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Forum </a><a href="https://everdo.net/docs/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Docs </a><a href="https://sync.everdo.net/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50 hover:text-gray-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-neutral-100"> Account </a> <a href="/download" class="mt-2 block rounded-lg bg-primary-600 px-4 py-2 text-center text-sm font-semibold text-white hover:bg-primary-700">
Download
</a> </div> </div> </header> <script type="module">const n=document.getElementById("mobile-menu-btn"),m=document.getElementById("mobile-menu");n?.addEventListener("click",()=>m?.classList.toggle("hidden"));function e(){document.documentElement.classList.toggle("dark");const t=document.documentElement.classList.contains("dark");localStorage.setItem("theme",t?"dark":"light")}document.getElementById("theme-toggle")?.addEventListener("click",e);document.getElementById("theme-toggle-mobile")?.addEventListener("click",e);</script> <main class="flex-grow">  <section class="relative overflow-hidden bg-gradient-to-b from-primary-50 to-white px-6 py-20 sm:py-28 dark:from-neutral-900 dark:to-neutral-900"> <div class="mx-auto max-w-6xl text-center"> <h1 class="text-4xl font-extrabold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl dark:text-white">
Task Management<br> <span class="text-primary-600 dark:text-primary-400">on Your Terms</span> </h1> <p class="mx-auto mt-6 max-w-2xl text-lg text-gray-600 sm:text-xl dark:text-neutral-400">
Offline-first, end-to-end encrypted GTD for every platform.
      Pay once or subscribe — your call.
</p> <div class="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row"> <a href="/download" class="inline-flex items-center rounded-lg bg-primary-600 px-8 py-3.5 text-base font-semibold text-white shadow-sm transition-colors hover:bg-primary-700">
Download Free
</a> <a href="#features" class="inline-flex items-center rounded-lg border border-gray-300 bg-white px-8 py-3.5 text-base font-semibold text-gray-700 shadow-sm transition-colors hover:bg-gray-50 dark:border-neutral-600 dark:bg-neutral-800 dark:text-neutral-300 dark:hover:bg-neutral-700">
See Features
</a> </div> <div class="mx-auto mt-16 max-w-4xl"> <img src="/astro-assets/app-screenshot-light.png" alt="Everdo desktop app showing Focus view with tasks, projects, contexts, and tags" class="block dark:hidden" width="1366" height="768" loading="eager"> <img src="/astro-assets/app-screenshot-dark.png" alt="Everdo desktop app showing Focus view with tasks, projects, contexts, and tags (dark mode)" class="hidden dark:block" width="1366" height="768" loading="eager"> </div> </div> </section> <section class="border-y border-gray-100 bg-gray-50 px-6 py-10 dark:border-neutral-800 dark:bg-neutral-800"> <div class="mx-auto max-w-6xl"> <div class="flex flex-wrap items-center justify-center gap-8 sm:gap-12"> <div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-12.9-1.801"/></svg> <span class="text-sm font-medium">Windows</span> </div><div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg> <span class="text-sm font-medium">macOS</span> </div><div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12.504 0c-.155 0-.315.008-.48.021-4.226.333-3.105 4.807-3.17 6.298-.076 1.092-.3 1.953-1.05 3.02-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489a.424.424 0 00-.11.135c-.26.268-.45.6-.663.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.68-.09.189-.136.394-.132.602 0 .199.027.4.055.536.058.399.116.728.04.97-.249.68-.28 1.145-.106 1.484.174.334.535.47.94.601.81.2 1.91.135 2.774.6.926.466 1.866.67 2.616.47.526-.116.97-.464 1.208-.946.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.577.2.025.134.063.198.114.333l.003.003c.391.778 1.113 1.132 1.884 1.071.771-.06 1.592-.536 2.257-1.306.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.2-.811-.714-1.376v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135a.357.357 0 00-.19-.064c.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.56-3.368.026-2.152.236-6.133-3.544-6.139zm.529 3.405h.013c.213 0 .396.062.584.198.19.135.33.332.438.533.105.259.158.459.166.724 0-.02.006-.04.006-.06v.105a.086.086 0 01-.004-.021l-.004-.024a1.807 1.807 0 01-.15.706.953.953 0 01-.213.335.71.71 0 00-.088-.042c-.104-.045-.198-.064-.284-.133a1.312 1.312 0 00-.22-.066c.05-.06.146-.133.183-.198.053-.128.082-.264.088-.402v-.02a1.21 1.21 0 00-.061-.4c-.045-.134-.101-.2-.183-.333-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132a.8.8 0 00-.205.334 1.18 1.18 0 00-.09.4v.019c.002.089.008.179.02.267-.193-.067-.438-.135-.607-.202a1.635 1.635 0 01-.018-.2v-.02a1.772 1.772 0 01.15-.768c.082-.22.232-.406.43-.533a.985.985 0 01.594-.2zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.14.4.153.667v.004c.007.134.006.2-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2.012-.09.013-.18.003-.267v-.015c-.012-.133-.04-.2-.082-.333a.613.613 0 00-.166-.267.248.248 0 00-.183-.064h-.021c-.071.006-.13.04-.186.132a.552.552 0 00-.12.27.944.944 0 00-.023.33v.015c.012.135.037.2.08.334.046.134.098.2.166.268.01.009.02.018.034.024-.07.057-.117.07-.176.136a.304.304 0 01-.131.068 2.62 2.62 0 01-.275-.402 1.772 1.772 0 01-.155-.667 1.759 1.759 0 01.08-.668 1.43 1.43 0 01.283-.535c.128-.133.26-.2.418-.2zm1.37 1.706c.332 0 .733.065 1.216.399.293.2.523.269 1.052.468h.003c.255.136.405.266.478.399v-.131a.571.571 0 01.016.47c-.123.31-.516.643-1.063.842v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267a1.139 1.139 0 01-.448-.067 3.566 3.566 0 01-.322-.198c-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.71-.07-.268-.005-.47.193-.6.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.47.839-.601.139-.036.294-.065.466-.065zm2.8 2.142c.358 1.417 1.196 3.475 1.735 4.473.286.534.855 1.659 1.102 3.024.156-.005.33.018.513.064.646-1.671-.546-3.467-1.089-3.966-.22-.2-.232-.335-.123-.335.59.534 1.365 1.572 1.646 2.757.13.535.16 1.104.021 1.67.067.028.135.06.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.06-.003-.12 0-.18 0h-.016c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.77.465-.008.043-.013.066-.018.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.02.334-.17.838-.319 1.35-1.5 1.072-3.58 1.538-5.348.334a2.645 2.645 0 00-.402-.533 1.45 1.45 0 00-.275-.333c.182 0 .338-.03.465-.067a.615.615 0 00.314-.334c.108-.267 0-.697-.345-1.163-.345-.467-.931-.995-1.788-1.521-.63-.4-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.14 2.497-.122 3.854a8.123 8.123 0 01.647-2.876c.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.21.201.477.335.876.335.039.003.075.006.11.006.412 0 .73-.134.997-.268.29-.134.52-.334.74-.4h.005c.467-.135.835-.402 1.044-.7zm2.185 8.958c.037.6.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.01c.315-.007.577.01.847.268l.003.003c.208.199.305.53.391.876.085.4.154.78.409 1.066.486.527.645.906.636 1.14l.003-.007v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.37 1.14-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.4-.12-1.025.056-1.69.176-.668.428-1.344.463-1.897.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.814.049h.01c.053 0 .105.005.157.014.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.637.434.598.77 1.131.729 1.57v.006c-.057.744-.48 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602-.369-.066-.61-.2-.723-.4-.11-.2-.113-.602.123-1.23v-.004l.002-.003c.117-.334.03-.752-.027-1.118-.055-.401-.083-.71.043-.94.16-.334.396-.4.69-.533.294-.135.64-.202.915-.47h.002v-.002c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336zm7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.28-.466-.154-.134-.28-.268-.373-.335-.164-.134-.144-.333-.074-.333.109.016.129.134.199.2.096.066.215.2.36.333.292.2.68.467 1.167.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.136.149-.267.279-.267.128.016.034.134-.147.332a8.097 8.097 0 01-.69.468zm-1.082-1.583V5.64c-.006-.02.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065zm-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.14.068-.05 0-.13-.02-.136-.068-.01-.066.088-.133.15-.133.08-.031.184-.047.259-.005.019.009.036.03.03.05v.02h.003z"/></svg> <span class="text-sm font-medium">Linux</span> </div><div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M18.4395 5.5586c-.675 1.1664-1.352 2.3318-2.0274 3.498-.0366-.0155-.0742-.0286-.1113-.043-1.8249-.6957-3.484-.8-4.42-.787-1.8551.0185-3.3544.4643-4.2597.8203-.084-.1494-1.7526-3.021-2.0215-3.4864a1.1451 1.1451 0 0 0-.1406-.1914c-.3312-.364-.9054-.4859-1.379-.203-.475.282-.7136.9361-.3886 1.5019 1.9466 3.3696-.0966-.2158 1.9473 3.3593.0172.031-.4946.2642-1.3926 1.0177C2.8987 12.176.452 14.772 0 18.9902h24c-.119-1.1108-.3686-2.099-.7461-3.0683-.7438-1.9118-1.8435-3.2928-2.7402-4.1836a12.1048 12.1048 0 0 0-2.1309-1.6875c.6594-1.122 1.312-2.2559 1.9649-3.3848.2077-.3615.1886-.7956-.0079-1.1191a1.1001 1.1001 0 0 0-.8515-.5332c-.5225-.0536-.9392.3128-1.0488.5449zm-.0391 8.461c.3944.5926.324 1.3306-.1563 1.6503-.4799.3197-1.188.0985-1.582-.4941-.3944-.5927-.324-1.3307.1563-1.6504.4727-.315 1.1812-.1086 1.582.4941zM7.207 13.5273c.4803.3197.5506 1.0577.1563 1.6504-.394.5926-1.1038.8138-1.584.4941-.48-.3197-.5503-1.0577-.1563-1.6504.4008-.6021 1.1087-.8106 1.584-.4941z"/></svg> <span class="text-sm font-medium">Android</span> </div><div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg> <span class="text-sm font-medium">iOS</span> </div><div class="flex items-center gap-2 text-gray-600 dark:text-neutral-400"> <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0zM1.931 5.47A11.943 11.943 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257c.206.01.413.016.621.016 6.627 0 12-5.373 12-12 0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728 4.364 4.364 0 0 1 0 8.728Z"/></svg> <span class="text-sm font-medium">Chrome</span> </div> </div> <div class="mt-8 flex justify-center gap-4 max-w-5xl mx-auto overflow-x-auto"> <div class="bg-gray-100 dark:bg-neutral-700 rounded-xl p-4 text-left flex-1 min-w-[200px] max-w-[280px]"> <p class="text-sm leading-relaxed text-gray-700 dark:text-neutral-300 italic mb-2">"This is actually the only one app that gets GTD or more generally task management right."</p> <span class="text-xs text-gray-400 dark:text-neutral-500">Google Play review</span> </div><div class="bg-gray-100 dark:bg-neutral-700 rounded-xl p-4 text-left flex-1 min-w-[200px] max-w-[280px]"> <p class="text-sm leading-relaxed text-gray-700 dark:text-neutral-300 italic mb-2">"Everdo is the one and only To do App that stuck with me. I used a bunch of other apps but this one is the one that has everything I ever needed."</p> <span class="text-xs text-gray-400 dark:text-neutral-500">Google Play review</span> </div><div class="bg-gray-100 dark:bg-neutral-700 rounded-xl p-4 text-left flex-1 min-w-[200px] max-w-[280px]"> <p class="text-sm leading-relaxed text-gray-700 dark:text-neutral-300 italic mb-2">"Very good GTD app, can sync locally (WLAN) to Desktop app which runs on Linux, Mac, Windows etc. and also wirelessly secure over the Internet."</p> <span class="text-xs text-gray-400 dark:text-neutral-500">App Store review</span> </div><div class="bg-gray-100 dark:bg-neutral-700 rounded-xl p-4 text-left flex-1 min-w-[200px] max-w-[280px]"> <p class="text-sm leading-relaxed text-gray-700 dark:text-neutral-300 italic mb-2">"Great GTD app. Cross platform, E2EE, works seamlessly. One of the best implementations of GTD I have found."</p> <span class="text-xs text-gray-400 dark:text-neutral-500">App Store review</span> </div> </div> </div> </section> <section class="px-6 py-20"> <div class="mx-auto max-w-3xl text-center"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Productivity app built with your interests in mind
</h2> <p class="mt-6 text-lg leading-relaxed text-gray-600 dark:text-neutral-400">
Unlike most task management apps, Everdo is designed to work 100% offline. It gives you full ownership of your data, respects your privacy and offers 
      fair pricing options including both one-time purchase and subscription.
      It's built on time-tested principles of Getting Things Done, but doesn't force you to follow any specific workflow.
</p> </div> </section> <section id="features" class="bg-gray-50 px-6 py-20 dark:bg-neutral-800"> <div class="mx-auto max-w-6xl"> <div class="text-center"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Everything you need to stay productive
</h2> <p class="mt-4 text-lg text-gray-600 dark:text-neutral-400">
Comprehensive feature set to cover all your task management needs.
</p> </div> <div class="mt-16 grid gap-8 sm:grid-cols-2 lg:grid-cols-3"> <div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12"/><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Quick Capture</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Capture tasks, ideas, and notes on the go using Everdo quick capture on any platform. Never lose a thought again.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"/><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"/><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Parallel &amp; Sequential Projects</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Plan your work with projects and next actions, which automatically populate your Next Actions list.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"/><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Tags &amp; Contexts</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Flexible tagging and filtering lets you organize your tasks by context, contact, or label.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Areas of Responsibility</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Define your high-level roles and commitments and focus on one area at a time.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 5h8"/><path d="M13 12h8"/><path d="M13 19h8"/><path d="m3 17 2 2 4-4"/><path d="m3 7 2 2 4-4"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Checklists</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Create lightweight checklists in your actions to break down multi-step tasks even further.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="22" x2="18" y1="12" y2="12"/><line x1="6" x2="2" y1="12" y2="12"/><line x1="12" x2="12" y1="6" y2="2"/><line x1="12" x2="12" y1="22" y2="18"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Focus List</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Filter out the noise and focus on what needs attention right now, like due and starred actions.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4"/><path d="M16 2v4"/><rect width="18" height="18" x="3" y="4" rx="2"/><path d="M3 10h18"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Scheduling &amp; Reminders</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Schedule tasks for specific dates and get timely reminders so nothing falls through the cracks.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m17 2 4 4-4 4"/><path d="M3 11v-1a4 4 0 0 1 4-4h14"/><path d="m7 22-4-4 4-4"/><path d="M21 13v1a4 4 0 0 1-4 4H3"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Recurring Tasks</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Automate repeating tasks with flexible recurrence patterns. Set it once and forget about it.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" x2="15.42" y1="13.51" y2="17.49"/><line x1="15.41" x2="8.59" y1="6.51" y2="10.49"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Export Tasks</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Easily export and share selected tasks with your chatbot or AI agent in a structured format.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v2"/><path d="M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715"/><path d="M16 12a4 4 0 0 0-4-4"/><path d="m19 5-1.256 1.256"/><path d="M20 12h2"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Dark &amp; Light Themes</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Choose between dark and light themes to suit your preference on all platforms.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Seamless Encrypted Sync</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Keep your tasks up-to-date across all your devices with seamless end-to-end encrypted sync.</p> </div><div class="rounded-xl border border-gray-200 bg-white p-6 transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-8 w-8 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 6h4"/><path d="M2 10h4"/><path d="M2 14h4"/><path d="M2 18h4"/><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M16 2v20"/></svg> <h3 class="mt-4 text-lg font-semibold text-gray-900 dark:text-white">Notebooks &amp; Notes</h3> <p class="mt-2 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">Create lightweight notebooks to organize and sync links, task templates and other reference material.</p> </div> </div> </div> </section> <section class="px-6 py-20"> <div class="mx-auto max-w-6xl"> <div class="text-center"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Why Everdo?
</h2> <p class="mt-4 text-lg text-gray-600 dark:text-neutral-400">
Built on principles that respect your time, your money, and your privacy.
</p> </div> <div class="mt-16 grid gap-12 sm:grid-cols-2"> <div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h.01"/><path d="M8.5 16.429a5 5 0 0 1 7 0"/><path d="M5 12.859a10 10 0 0 1 5.17-2.69"/><path d="M19 12.859a10 10 0 0 0-2.007-1.523"/><path d="M2 8.82a15 15 0 0 1 4.177-2.643"/><path d="M22 8.82a15 15 0 0 0-11.288-3.764"/><path d="m2 2 20 20"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Offline-first not cloud-dependent</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Works fast, without internet, for any amount of time, syncs seamlessly when you choose.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z"/><path d="M16 10h.01"/><path d="M2 8v1a2 2 0 0 0 2 2h1"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Fair pricing not forced subscriptions</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">One-time purchase and subscription both available — pay in a way you prefer.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Your data not our data</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">E2E encryption on by default means your data is not readable when it reaches our servers. It can&#39;t be sold or used to train AI.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"/><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"/><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Information density over minimalism</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Full-featured interface that respects your intelligence.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8"/><path d="M10 19v-3.96 3.15"/><path d="M7 19h5"/><rect width="6" height="10" x="16" y="12" rx="2"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Every platform not single-ecosystem</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Desktop (Windows, Mac, Linux), Android, iOS — all first-class.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Workflow speed not onboarding ease</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Optimizing to empower the daily user, not to convert a first-time visitor.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Proven method not invented framework</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Built on the foundation of GTD, not yet-another homegrown methodology.</p> </div> </div><div class="flex gap-4"> <div class="flex-shrink-0"> <svg class="h-10 w-10 text-primary-600 dark:text-primary-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3"/><path d="M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4"/><path d="M5 21h14"/></svg> </div> <div> <h3 class="text-xl font-semibold text-gray-900 dark:text-white">Sustainable not venture-scale business</h3> <p class="mt-2 leading-relaxed text-gray-600 dark:text-neutral-400">Established in 2017, Everdo is independent and self-funded — no investors, no pivot risk, no enshittification.</p> </div> </div> </div> </div> </section> <section class="bg-gray-50 px-6 py-20 dark:bg-neutral-800"> <div class="mx-auto max-w-6xl text-center"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Available everywhere you work
</h2> <p class="mt-4 text-lg text-gray-600 dark:text-neutral-400">
Everdo provides offline-first apps and sync for every major platform so you can be productive on any device.
</p> <div class="mt-16 flex flex-wrap items-center justify-center gap-8"> <div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-12.9-1.801"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">Windows</span> </div><div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">macOS</span> </div><div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M12.504 0c-.155 0-.315.008-.48.021-4.226.333-3.105 4.807-3.17 6.298-.076 1.092-.3 1.953-1.05 3.02-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489a.424.424 0 00-.11.135c-.26.268-.45.6-.663.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.68-.09.189-.136.394-.132.602 0 .199.027.4.055.536.058.399.116.728.04.97-.249.68-.28 1.145-.106 1.484.174.334.535.47.94.601.81.2 1.91.135 2.774.6.926.466 1.866.67 2.616.47.526-.116.97-.464 1.208-.946.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.577.2.025.134.063.198.114.333l.003.003c.391.778 1.113 1.132 1.884 1.071.771-.06 1.592-.536 2.257-1.306.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.2-.811-.714-1.376v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135a.357.357 0 00-.19-.064c.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.56-3.368.026-2.152.236-6.133-3.544-6.139zm.529 3.405h.013c.213 0 .396.062.584.198.19.135.33.332.438.533.105.259.158.459.166.724 0-.02.006-.04.006-.06v.105a.086.086 0 01-.004-.021l-.004-.024a1.807 1.807 0 01-.15.706.953.953 0 01-.213.335.71.71 0 00-.088-.042c-.104-.045-.198-.064-.284-.133a1.312 1.312 0 00-.22-.066c.05-.06.146-.133.183-.198.053-.128.082-.264.088-.402v-.02a1.21 1.21 0 00-.061-.4c-.045-.134-.101-.2-.183-.333-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132a.8.8 0 00-.205.334 1.18 1.18 0 00-.09.4v.019c.002.089.008.179.02.267-.193-.067-.438-.135-.607-.202a1.635 1.635 0 01-.018-.2v-.02a1.772 1.772 0 01.15-.768c.082-.22.232-.406.43-.533a.985.985 0 01.594-.2zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.14.4.153.667v.004c.007.134.006.2-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2.012-.09.013-.18.003-.267v-.015c-.012-.133-.04-.2-.082-.333a.613.613 0 00-.166-.267.248.248 0 00-.183-.064h-.021c-.071.006-.13.04-.186.132a.552.552 0 00-.12.27.944.944 0 00-.023.33v.015c.012.135.037.2.08.334.046.134.098.2.166.268.01.009.02.018.034.024-.07.057-.117.07-.176.136a.304.304 0 01-.131.068 2.62 2.62 0 01-.275-.402 1.772 1.772 0 01-.155-.667 1.759 1.759 0 01.08-.668 1.43 1.43 0 01.283-.535c.128-.133.26-.2.418-.2zm1.37 1.706c.332 0 .733.065 1.216.399.293.2.523.269 1.052.468h.003c.255.136.405.266.478.399v-.131a.571.571 0 01.016.47c-.123.31-.516.643-1.063.842v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267a1.139 1.139 0 01-.448-.067 3.566 3.566 0 01-.322-.198c-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.71-.07-.268-.005-.47.193-.6.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.47.839-.601.139-.036.294-.065.466-.065zm2.8 2.142c.358 1.417 1.196 3.475 1.735 4.473.286.534.855 1.659 1.102 3.024.156-.005.33.018.513.064.646-1.671-.546-3.467-1.089-3.966-.22-.2-.232-.335-.123-.335.59.534 1.365 1.572 1.646 2.757.13.535.16 1.104.021 1.67.067.028.135.06.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.06-.003-.12 0-.18 0h-.016c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.77.465-.008.043-.013.066-.018.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.02.334-.17.838-.319 1.35-1.5 1.072-3.58 1.538-5.348.334a2.645 2.645 0 00-.402-.533 1.45 1.45 0 00-.275-.333c.182 0 .338-.03.465-.067a.615.615 0 00.314-.334c.108-.267 0-.697-.345-1.163-.345-.467-.931-.995-1.788-1.521-.63-.4-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.14 2.497-.122 3.854a8.123 8.123 0 01.647-2.876c.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.21.201.477.335.876.335.039.003.075.006.11.006.412 0 .73-.134.997-.268.29-.134.52-.334.74-.4h.005c.467-.135.835-.402 1.044-.7zm2.185 8.958c.037.6.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.01c.315-.007.577.01.847.268l.003.003c.208.199.305.53.391.876.085.4.154.78.409 1.066.486.527.645.906.636 1.14l.003-.007v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.37 1.14-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.4-.12-1.025.056-1.69.176-.668.428-1.344.463-1.897.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.814.049h.01c.053 0 .105.005.157.014.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.637.434.598.77 1.131.729 1.57v.006c-.057.744-.48 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602-.369-.066-.61-.2-.723-.4-.11-.2-.113-.602.123-1.23v-.004l.002-.003c.117-.334.03-.752-.027-1.118-.055-.401-.083-.71.043-.94.16-.334.396-.4.69-.533.294-.135.64-.202.915-.47h.002v-.002c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336zm7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.28-.466-.154-.134-.28-.268-.373-.335-.164-.134-.144-.333-.074-.333.109.016.129.134.199.2.096.066.215.2.36.333.292.2.68.467 1.167.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.136.149-.267.279-.267.128.016.034.134-.147.332a8.097 8.097 0 01-.69.468zm-1.082-1.583V5.64c-.006-.02.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065zm-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.14.068-.05 0-.13-.02-.136-.068-.01-.066.088-.133.15-.133.08-.031.184-.047.259-.005.019.009.036.03.03.05v.02h.003z"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">Linux</span> </div><div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M18.4395 5.5586c-.675 1.1664-1.352 2.3318-2.0274 3.498-.0366-.0155-.0742-.0286-.1113-.043-1.8249-.6957-3.484-.8-4.42-.787-1.8551.0185-3.3544.4643-4.2597.8203-.084-.1494-1.7526-3.021-2.0215-3.4864a1.1451 1.1451 0 0 0-.1406-.1914c-.3312-.364-.9054-.4859-1.379-.203-.475.282-.7136.9361-.3886 1.5019 1.9466 3.3696-.0966-.2158 1.9473 3.3593.0172.031-.4946.2642-1.3926 1.0177C2.8987 12.176.452 14.772 0 18.9902h24c-.119-1.1108-.3686-2.099-.7461-3.0683-.7438-1.9118-1.8435-3.2928-2.7402-4.1836a12.1048 12.1048 0 0 0-2.1309-1.6875c.6594-1.122 1.312-2.2559 1.9649-3.3848.2077-.3615.1886-.7956-.0079-1.1191a1.1001 1.1001 0 0 0-.8515-.5332c-.5225-.0536-.9392.3128-1.0488.5449zm-.0391 8.461c.3944.5926.324 1.3306-.1563 1.6503-.4799.3197-1.188.0985-1.582-.4941-.3944-.5927-.324-1.3307.1563-1.6504.4727-.315 1.1812-.1086 1.582.4941zM7.207 13.5273c.4803.3197.5506 1.0577.1563 1.6504-.394.5926-1.1038.8138-1.584.4941-.48-.3197-.5503-1.0577-.1563-1.6504.4008-.6021 1.1087-.8106 1.584-.4941z"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">Android</span> </div><div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">iOS</span> </div><div class="flex h-32 w-32 flex-col items-center justify-center rounded-2xl border border-gray-200 bg-white shadow-sm transition-shadow hover:shadow-md dark:border-neutral-700 dark:bg-neutral-900"> <svg class="h-10 w-10 text-gray-700 dark:text-neutral-300" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0zM1.931 5.47A11.943 11.943 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257c.206.01.413.016.621.016 6.627 0 12-5.373 12-12 0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728 4.364 4.364 0 0 1 0 8.728Z"/></svg> <span class="mt-3 text-sm font-semibold text-gray-700 dark:text-neutral-300">Chrome</span> </div> </div> </div> </section> <section id="pricing" class="px-6 py-20"> <div class="mx-auto max-w-6xl"> <div class="text-center"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Choose your plan
</h2> <p class="mt-4 text-lg text-gray-600 dark:text-neutral-400">
All plans include the full GTD workflow. Upgrade when you need more.
</p> </div> <div class="mx-auto mt-16 grid gap-6 max-w-4xl lg:grid-cols-2"> <div class="relative rounded-2xl border p-7 transition-shadow hover:shadow-lg border-gray-200 dark:border-neutral-700 bg-white dark:bg-neutral-800">    <div> <h3 class="text-xl font-bold text-gray-900 dark:text-white">Free</h3> <p class="mt-1 text-sm text-gray-500 dark:text-neutral-400">Get organized</p> </div>  <div class="mt-4 h-9">  </div>  <div class="mt-2 flex items-baseline gap-1"> <span class="text-5xl font-extrabold tracking-tight text-gray-900 dark:text-white">Free</span> </div>  <div class="h-5">   </div>  <a href="/download" class="mt-5 block rounded-lg px-6 py-3 text-center text-sm font-semibold transition-colors border border-gray-300 bg-white text-gray-700 hover:bg-gray-50 dark:border-neutral-600 dark:bg-neutral-800 dark:text-neutral-300 dark:hover:bg-neutral-700"> Download Free </a>  <div class="mt-6 space-y-0"> <div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Projects</span> <span class="text-sm font-medium text-gray-700 dark:text-neutral-300">Up to 5</span> </div><div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Areas of responsibility</span> <span class="text-sm font-medium text-gray-700 dark:text-neutral-300">Up to 2</span> </div><div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Local network sync</span> <svg class="h-5 w-5 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> </div> </div>   </div><div class="relative rounded-2xl border p-7 transition-shadow hover:shadow-lg border-gray-200 dark:border-neutral-700 bg-white dark:bg-neutral-800">    <div> <h3 class="text-xl font-bold text-gray-900 dark:text-white">Pro</h3> <p class="mt-1 text-sm text-gray-500 dark:text-neutral-400">Full GTD power</p> </div>  <div class="mt-4 h-9">  </div>  <div class="mt-2 flex items-baseline gap-1">  <span class="text-3xl font-bold text-gray-900 dark:text-white">$</span> <span class="text-5xl font-extrabold tracking-tight text-gray-900 dark:text-white">99</span> <span class="text-xl font-semibold text-gray-900 dark:text-white">.99</span> </div>  <div class="h-5"> <span class="text-xs text-gray-500 dark:text-neutral-500">one-time purchase</span>  </div>  <a href="/checkout/" class="mt-5 block rounded-lg px-6 py-3 text-center text-sm font-semibold transition-colors bg-primary-600 text-white shadow-sm hover:bg-primary-700"> Buy Pro </a>  <div class="mt-6 space-y-0"> <div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Projects</span> <span class="text-sm font-medium text-gray-700 dark:text-neutral-300">Unlimited</span> </div><div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Areas of responsibility</span> <span class="text-sm font-medium text-gray-700 dark:text-neutral-300">Unlimited</span> </div><div class="flex items-center justify-between py-2 text-sm text-gray-600 dark:text-neutral-300"> <span>Local network sync</span> <svg class="h-5 w-5 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> </div> </div>  <div class="mt-4 rounded-lg bg-gray-50 px-4 py-3 text-xs leading-relaxed text-gray-500 dark:bg-neutral-700/50 dark:text-neutral-400">
Need encrypted sync? <a href="https://sync.everdo.net/" class="font-medium text-primary-600 hover:underline dark:text-primary-400">Add for $1.66/mo &rarr;</a> </div> </div> </div> <p class="mt-8 text-center text-sm text-gray-500 dark:text-neutral-500">
All plans work on Windows, Mac, Linux, Android &amp; iOS · One license, all your devices
</p> </div> </section>  <section id="faq" class="bg-gray-50 px-6 py-20 dark:bg-neutral-800"> <div class="mx-auto max-w-3xl"> <h2 class="text-center text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
Frequently asked questions
</h2> <div class="mt-12 divide-y divide-gray-200 dark:divide-neutral-700"> <details class="group py-6" open> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> Is Everdo actively developed? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">Yes, we are working on improving the app for all platforms. Please see the <a href="https://everdo.net/docs/development-log/" class="underline text-primary-600 dark:text-primary-400 hover:text-primary-700 dark:hover:text-primary-300">development log</a> for more detail.</p> </details><details class="group py-6"> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> What does offline-first mean? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">Everdo is designed to be used without an internet connection for any amount of time on all platforms. You don't even need an account.</p> </details><details class="group py-6"> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> What are the sync options? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">You have a choice. Encrypted online sync is the easiest option, but requires a small ongoing fee. Local network sync is included, but it's harder to set up and it only works on your trusted local network.</p> </details><details class="group py-6"> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> Can I subscribe to Everdo Pro and Sync for a monthly fee? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">Coming soon. We are currently working on an all-in-one subscription option for users who want it.</p> </details><details class="group py-6"> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> Can I get Everdo Pro and Sync as a one-time purchase? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">Coming soon. We are currently working on adding an all-in-one lifetime purchase option.</p> </details><details class="group py-6"> <summary class="flex cursor-pointer items-center justify-between text-lg font-medium text-gray-900 dark:text-white"> What happens after I purchase Pro? <svg class="h-5 w-5 flex-shrink-0 text-gray-400 transition-transform group-open:rotate-180 dark:text-neutral-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path> </svg> </summary> <p class="mt-4 leading-relaxed text-gray-600 dark:text-neutral-400">You will receive a product key to your email. Use this key to unlock Everdo Pro on all platforms.</p> </details> </div> </div> </section> <section class="px-6 py-20"> <div class="mx-auto max-w-4xl rounded-2xl bg-primary-600 px-8 py-16 text-center shadow-xl sm:px-16 dark:bg-primary-700"> <h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl">
Ready to take control of your tasks?
</h2> <p class="mx-auto mt-4 max-w-xl text-lg text-primary-100">
Download Everdo for free and experience a task manager that gives you options.
</p> <div class="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row"> <a href="/download" class="inline-flex items-center rounded-lg bg-white px-8 py-3.5 text-base font-semibold text-primary-600 shadow-sm transition-colors hover:bg-primary-50">
Download Free
</a> <a href="#pricing" class="inline-flex items-center rounded-lg border border-primary-400 px-8 py-3.5 text-base font-semibold text-white transition-colors hover:bg-primary-700 dark:hover:bg-primary-800">
View Pricing
</a> </div> </div> </section>  </main> <footer class="border-t border-gray-100 bg-gray-50 px-6 py-12 dark:border-neutral-800 dark:bg-neutral-800"> <div class="mx-auto max-w-6xl"> <div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-4"> <div> <span class="text-lg font-bold text-gray-900 dark:text-white">Everdo</span> <p class="mt-3 text-sm leading-relaxed text-gray-600 dark:text-neutral-400">
The offline-first task manager for getting things done.
</p> </div> <div> <h4 class="text-sm font-semibold uppercase tracking-wider text-gray-900 dark:text-white">Product</h4> <ul class="mt-4 space-y-2"> <li><a href="#features" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Features</a></li> <li><a href="#pricing" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Pricing</a></li> <li><a href="/download" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Download</a></li> </ul> </div> <div> <h4 class="text-sm font-semibold uppercase tracking-wider text-gray-900 dark:text-white">Resources</h4> <ul class="mt-4 space-y-2"> <li><a href="#" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Documentation</a></li> <li><a href="#faq" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">FAQ</a></li> <li><a href="/blog/" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Blog</a></li> </ul> </div> <div> <h4 class="text-sm font-semibold uppercase tracking-wider text-gray-900 dark:text-white">Legal</h4> <ul class="mt-4 space-y-2"> <li><a href="#" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Privacy Policy</a></li> <li><a href="#" class="text-sm text-gray-600 hover:text-gray-900 dark:text-neutral-400 dark:hover:text-neutral-100">Terms of Service</a></li> </ul> </div> </div> <div class="mt-12 border-t border-gray-200 pt-8 text-center dark:border-neutral-700"> <p class="text-sm text-gray-500 dark:text-neutral-400">&copy; 2026 Everdo. All rights reserved.</p> </div> </div> </footer> </body></html>