<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><script>
    // Apply the persisted theme before first paint to avoid a flash.
    // Mirrors ThemeToggle's logic: stored choice ("light" | "dark" |
    // "system"), defaulting to "system" → follow the OS preference.
    // The <ThemeToggle /> in the Navbar owns the live OS-change listener.
    (function () {
      try {
        var stored = localStorage.getItem('theme') || 'system';
        var prefersDark =
          window.matchMedia &&
          window.matchMedia('(prefers-color-scheme: dark)').matches;
        var isDark = stored === 'dark' || (stored === 'system' && prefersDark);
        document.documentElement.classList.toggle('dark', isDark);
      } catch (e) {
        // localStorage can throw in private mode — fall back to OS preference.
        if (
          window.matchMedia &&
          window.matchMedia('(prefers-color-scheme: dark)').matches
        ) {
          document.documentElement.classList.add('dark');
        }
      }
    })();
  </script><!-- Analytics — only initializes after the visitor grants consent below. --><script>
  (function () {
    var CONSENT_KEY = 'pb-consent';
    var CONSENT_VERSION = 1; // keep in sync with CookieConsent.tsx
    var POSTHOG_KEY = 'phc_pYg5WwGADA5iwVpvbEfDTjtNyahet5ayDL63cPqwVPDM';

    // PostHog web snippet — defines the queuing stub on window.posthog. This
    // alone does not hit the network or set cookies; that happens in init().
    !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host.replace(".i.posthog.com","-assets.i.posthog.com")+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="init capture register register_once register_for_session unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group identify setPersonProperties setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags resetGroups onFeatureFlags addFeatureFlagsHandler onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);

    var initialized = false;
    function initPostHog() {
      if (initialized) return;
      initialized = true;
      window.posthog.init(POSTHOG_KEY, {
        api_host: 'https://eu.i.posthog.com',
        defaults: '2026-01-30',
        persistence: 'localStorage+cookie',
        // Defense-in-depth: even though we only call init() after consent,
        // start fully opted out so init() itself captures nothing and sets no
        // cookies until an explicit opt_in_capturing(). Tracking begins only
        // when the visitor accepts.
        opt_out_capturing_by_default: true,
        opt_out_persistence_by_default: true,
        // We track on both polybase.app and polybase.io. They are separate
        // root domains, so a single cookie cannot span both; each domain
        // simply reports into this same PostHog project.
      });
    }
    function optIn() {
      initPostHog();
      try { window.posthog.opt_in_capturing(); } catch (_) {}
    }
    // Exposed so the consent banner (and any manual test) can trigger init.
    window.__pbInitPostHog = optIn;

    function analyticsConsented() {
      try {
        var raw = localStorage.getItem(CONSENT_KEY);
        if (!raw) return false;
        var c = JSON.parse(raw);
        return c && c.v === CONSENT_VERSION && c.analytics === true;
      } catch (e) {
        return false;
      }
    }

    // Returning visitor who already opted in → load and opt in right away.
    if (analyticsConsented()) optIn();

    // Live consent changes from the banner / preferences.
    window.addEventListener('pb:consent', function (e) {
      var analytics = !!(e && e.detail && e.detail.analytics);
      if (analytics) {
        optIn();
      } else if (initialized) {
        // PostHog was opted in earlier this session: stop capturing AND clear
        // the stored distinct id / props so withdrawing consent is a clean exit.
        try { window.posthog.opt_out_capturing(); } catch (_) {}
        try { window.posthog.reset(true); } catch (_) {}
      }
    });
  })();
</script><link rel="icon" type="image/x-icon" href="/favicon.ico"><link rel="icon" type="image/svg+xml" href="/logo.svg"><link rel="apple-touch-icon" href="/icon-192.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#FF8A00"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="author" content="Pangaea"><!-- Bing Webmaster Tools site ownership verification. --><meta name="msvalidate.01" content="A118C6AB993493D2848B2BAA2FA444D8"><title>Founders Program — a year of Polybase, free | Polybase</title><meta name="title" content="Founders Program — a year of Polybase, free | Polybase"><meta name="description" content="Twelve modules in one workspace, built in Europe and hosted in the EU. Ten startups get Polybase Cloud free for twelve months."><link rel="canonical" href="https://polybase.io/founders"><!-- hreflang alternates --><link rel="alternate" hreflang="en" href="https://polybase.io/founders.html"><link rel="alternate" hreflang="tr" href="https://polybase.io/tr/founders.html"><link rel="alternate" hreflang="de" href="https://polybase.io/de/founders.html"><link rel="alternate" hreflang="x-default" href="https://polybase.io/founders.html"><!-- RSS --><link rel="alternate" type="application/rss+xml" title="Polybase Blog" href="https://polybase.io/rss.xml"><!-- Open Graph --><meta property="og:type" content="website"><meta property="og:site_name" content="Polybase"><meta property="og:url" content="https://polybase.io/founders"><meta property="og:title" content="Founders Program — a year of Polybase, free | Polybase"><meta property="og:description" content="Twelve modules in one workspace, built in Europe and hosted in the EU. Ten startups get Polybase Cloud free for twelve months."><meta property="og:image" content="https://polybase.io/og-image-workspace.png"><meta property="og:image:alt" content="Polybase — Twelve modules in one workspace, built in Europe and hosted in the EU. Ten startups get Polybase Cloud free for twelve months."><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta property="og:locale" content="en_US"><meta property="og:locale:alternate" content="tr_TR"><meta property="og:locale:alternate" content="de_DE"><!-- Twitter --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:url" content="https://polybase.io/founders"><meta name="twitter:title" content="Founders Program — a year of Polybase, free | Polybase"><meta name="twitter:description" content="Twelve modules in one workspace, built in Europe and hosted in the EU. Ten startups get Polybase Cloud free for twelve months."><meta name="twitter:image" content="https://polybase.io/og-image-workspace.png"><meta name="twitter:image:alt" content="Polybase — Twelve modules in one workspace, built in Europe and hosted in the EU. Ten startups get Polybase Cloud free for twelve months."><!-- Structured data --><script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://polybase.io/#organization","name":"Polybase","url":"https://polybase.io","logo":{"@type":"ImageObject","url":"https://polybase.io/icon-512.png"},"sameAs":["https://www.linkedin.com/company/polybase-app"],"contactPoint":{"@type":"ContactPoint","email":"info@polybase.app","contactType":"sales","availableLanguage":["en","tr","de"]},"parentOrganization":{"@id":"https://pangaea.tr/#organization"}},{"@type":"Organization","@id":"https://pangaea.tr/#organization","name":"Pangaea","legalName":"PANGAEA BİLİŞİM TİCARET LİMİTED ŞİRKETİ","url":"https://pangaea.tr/","email":"hello@pangaea.tr","address":{"@type":"PostalAddress","streetAddress":"Koru Mah. 2621 Cad. Yeşilkent Sitesi No: 3/39","addressLocality":"Çankaya","addressRegion":"Ankara","addressCountry":"TR"},"description":"Pangaea is the software product company that builds, operates and sells Polybase."}]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"Polybase","url":"https://polybase.io","publisher":{"@id":"https://pangaea.tr/#organization"}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://polybase.io/"},{"@type":"ListItem","position":2,"name":"Founders.html","item":"https://polybase.io/founders.html"}]}</script><!-- Fonts are self-hosted: @font-face rules in src/fonts.css, files in
       public/fonts (OFL-licensed) — no runtime requests to Google. --><link rel="stylesheet" href="/_astro/logo_white.C0OhmYCt.css"></head> <body> <!-- No-JS / non-rendering-crawler safety: reveal animated content that
       ships with opacity:0 from framer-motion's initial state. Lives in
       <body>, NOT <head>: a <noscript> in the head trips up the Astro
       compiler's head detection — it stops recognizing the template's
       </head>/<body> boundary and appends the bundled stylesheet <link>
       after </body>, so browsers paint the whole page unstyled before
       discovering the CSS (the "giant logo flash" on first load). --> <noscript> <style>
      [style*="opacity:0"], [style*="opacity: 0"] {
        opacity: 1 !important;
        transform: none !important;
      }
    </style> </noscript> <div class="min-h-screen bg-background text-foreground selection:bg-cyan-500/30 font-sans transition-colors duration-300">  <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><script>(()=>{var g=Object.defineProperty;var w=(c,s,d)=>s in c?g(c,s,{enumerable:!0,configurable:!0,writable:!0,value:d}):c[s]=d;var l=(c,s,d)=>w(c,typeof s!="symbol"?s+"":s,d);var E=new Set(["__proto__","constructor","prototype"]);{let c={0:t=>y(t),1:t=>d(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(d(t)),5:t=>new Set(d(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>Number.POSITIVE_INFINITY*t},s=t=>{let[p,e]=t;return p in c?c[p](e):void 0},d=t=>t.map(s),y=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([p,e])=>[p,s(e)]));class f extends HTMLElement{constructor(){super(...arguments);l(this,"Component");l(this,"hydrator");l(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let n=this.querySelectorAll("astro-slot"),r={},i=this.querySelectorAll("template[data-astro-template]");for(let o of i){let a=o.closest(this.tagName);a!=null&&a.isSameNode(this)&&(r[o.getAttribute("data-astro-template")||"default"]=o.innerHTML,o.remove())}for(let o of n){let a=o.closest(this.tagName);a!=null&&a.isSameNode(this)&&(r[o.getAttribute("name")||"default"]=o.innerHTML)}let u;try{u=this.hasAttribute("props")?y(JSON.parse(this.getAttribute("props"))):{}}catch(o){let a=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(a+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${a}`,this.getAttribute("props"),o),o}let h;await this.hydrator(this)(this.Component,u,r,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});l(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),n.disconnect(),this.childrenConnectedCallback()},n=new MutationObserver(()=>{var r;((r=this.lastChild)==null?void 0:r.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});n.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}getRetryImportUrl(e){let n=new URL(e,document.baseURI),r=`astro-retry=${Date.now()}`,i=n.hash.replace(/^#/,"");return n.hash=i?`${i}&${r}`:r,n.toString()}async importWithRetry(e){try{return await import(e)}catch(n){return await new Promise(r=>setTimeout(r,1e3)),import(this.getRetryImportUrl(e))}}handleHydrationError(e){let n=this.getAttribute("component-url"),r=new CustomEvent("astro:hydration-error",{cancelable:!0,bubbles:!0,composed:!0,detail:{error:e,componentUrl:n}});this.dispatchEvent(r)&&console.error(`[astro-island] Error hydrating ${n}`,e)}async start(){let e=JSON.parse(this.getAttribute("opts")),n=this.getAttribute("client");if(Astro[n]===void 0){window.addEventListener(`astro:${n}`,()=>this.start(),{once:!0});return}try{await Astro[n](async()=>{let r=this.getAttribute("renderer-url");try{let[i,{default:u}]=await Promise.all([this.importWithRetry(this.getAttribute("component-url")),r?this.importWithRetry(r):Promise.resolve({default:()=>()=>{}})]),h=this.getAttribute("component-export")||"default";if(h.includes(".")){this.Component=i;for(let m of h.split(".")){if(E.has(m)||!this.Component||typeof this.Component!="object"&&typeof this.Component!="function"||!Object.hasOwn(this.Component,m))throw new Error(`Invalid component export path: ${h}`);this.Component=this.Component[m]}}else{if(E.has(h))throw new Error(`Invalid component export path: ${h}`);this.Component=i[h]}return this.hydrator=u,this.hydrate}catch(i){return this.handleHydrationError(i),()=>{}}},e,this)}catch(r){this.handleHydrationError(r)}}attributeChangedCallback(){this.hydrate()}}l(f,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",f)}})();</script><astro-island uid="2g9Ex4" prefix="r4" component-url="/_astro/Navbar.CA29T8Q3.js" component-export="Navbar" renderer-url="/_astro/client.CT7_ahLI.js" props="{&quot;lang&quot;:[0,&quot;en&quot;],&quot;currentPath&quot;:[0,&quot;/founders.html&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;Navbar&quot;,&quot;value&quot;:true}" await-children><nav class="fixed inset-x-0 top-0 z-50 border-b border-foreground/10 bg-background/95 backdrop-blur-xl"><div class="mx-auto flex h-[72px] max-w-7xl items-center justify-between px-6 md:px-12 lg:px-20"><a href="/" class="relative z-50 shrink-0" aria-label="Polybase home"><img src="/_astro/logo_white.DKbNczCg.svg" alt="Polybase" width="126" height="28" class="hidden h-7 w-auto [.dark_&amp;]:block"/><img src="/_astro/logo.mjv5X0Nq.svg" alt="Polybase" width="126" height="28" class="block h-7 w-auto [.dark_&amp;]:hidden"/></a><div class="hidden items-center gap-7 lg:flex"><div class="flex h-[72px] items-center"><button type="button" aria-haspopup="true" aria-controls="nav-product-menu" aria-expanded="false" class="flex items-center gap-1 text-[13px] font-medium transition-colors hover:text-foreground text-secondary-foreground">Product<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3.5 w-3.5 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><div class="flex h-[72px] items-center"><a href="/use-cases" class="flex items-center gap-1 text-[13px] font-medium transition-colors hover:text-foreground text-secondary-foreground">Use cases</a></div><div class="flex h-[72px] items-center"><a href="/resources/security" class="flex items-center gap-1 text-[13px] font-medium transition-colors hover:text-foreground text-secondary-foreground">Security</a></div><div class="flex h-[72px] items-center"><button type="button" aria-haspopup="true" aria-controls="nav-resources-menu" aria-expanded="false" class="flex items-center gap-1 text-[13px] font-medium transition-colors hover:text-foreground text-secondary-foreground">Resources<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3.5 w-3.5 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div></div><div class="hidden items-center gap-2 lg:flex"><button class="flex items-center justify-center w-8 h-8 rounded-lg text-muted-foreground hover:text-foreground hover:bg-foreground/5 transition-colors" title="System" aria-label="Theme: System"><span class="flex items-center justify-center" style="opacity:0;transform:scale(0.5) rotate(-90deg)"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-monitor w-4 h-4" aria-hidden="true"><rect width="20" height="14" x="2" y="3" rx="2"></rect><line x1="8" x2="16" y1="21" y2="21"></line><line x1="12" x2="12" y1="17" y2="21"></line></svg></span></button><div class="relative"><button type="button" class="grid h-8 w-8 place-items-center rounded-lg text-secondary-foreground transition-colors hover:bg-foreground/5 hover:text-foreground" aria-label="Change language" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe h-4 w-4" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg></button></div><a href="/demo"><button class="inline-flex items-center justify-center transition-colors disabled:opacity-50 disabled:pointer-events-none border border-transparent h-9 rounded-lg bg-foreground px-4 text-xs font-semibold text-background hover:bg-foreground/90">Book a Demo</button></a></div><button type="button" class="relative z-50 grid h-10 w-10 place-items-center text-foreground lg:hidden" aria-label="Open menu" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5" aria-hidden="true"><path d="M4 5h16"></path><path d="M4 12h16"></path><path d="M4 19h16"></path></svg></button></div></nav><!--astro:end--></astro-island> <main> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><astro-island uid="ZLr8Fi" prefix="r5" component-url="/_astro/FounderPage.DXPYAIvk.js" component-export="FounderPage" renderer-url="/_astro/client.CT7_ahLI.js" props="{&quot;lang&quot;:[0,&quot;en&quot;]}" ssr client="load" opts="{&quot;name&quot;:&quot;FounderPage&quot;,&quot;value&quot;:true}" await-children><div class="min-h-screen bg-background text-foreground transition-colors duration-300"><section class="relative overflow-hidden border-b border-foreground/10 bg-background pb-16 pt-28 md:pt-36"><div class="mx-auto max-w-7xl px-6 md:px-12 lg:px-20"><div class="animate-rise inline-flex items-center gap-2.5 rounded-full border border-[#526a61]/25 bg-[#526a61]/[0.06] px-4 py-1.5 font-mono text-[10px] uppercase tracking-[0.18em] text-foreground">Built in Europe · Hosted in the EU</div><div class="mt-8 flex items-center gap-3"><span class="h-px w-8 bg-[#526a61]" aria-hidden="true"></span><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-secondary-foreground">Founders Program</p></div><h1 class="page-hero-title animate-rise mt-7 max-w-5xl text-balance font-display-serif text-[46px] leading-[0.99] tracking-[-0.045em] text-foreground sm:text-[60px] md:text-[72px] lg:text-[78px]">Europe’s answer to Slack, Jira and Zoom.<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">Free for a year.</span></h1><p class="animate-rise-1 mt-7 max-w-2xl text-[17px] leading-relaxed text-secondary-foreground md:text-[19px]">Twelve modules in one workspace — chat, tasks, docs, drive, calls, calendar, boards, email, tables, automation and AI. We’re giving ten startups the whole thing on Polybase Cloud for twelve months.</p><div class="animate-rise-2 mt-9 flex flex-col gap-3 sm:flex-row sm:items-center"><a href="#founders-form" class="inline-flex h-12 items-center justify-center gap-2 rounded-lg bg-foreground px-6 text-sm font-semibold text-background transition-opacity hover:opacity-90">Claim a spot<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a><a href="#modules" class="inline-flex h-12 items-center justify-center rounded-lg border border-foreground/15 px-6 text-sm font-semibold text-foreground transition-colors hover:bg-foreground/[0.04]">See what’s included</a><span class="font-mono text-[11px] uppercase tracking-[0.14em] text-secondary-foreground sm:ml-3">Core normally €10 / user / month</span></div><div class="mt-14 border-y border-foreground/10"><div class="flex flex-wrap items-baseline justify-between gap-x-4 gap-y-1 py-4 font-mono text-[10px] uppercase tracking-[0.25em] text-secondary-foreground"><span class="inline-flex items-center gap-2.5"><span class="relative flex h-2 w-2"><span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-[#526a61] opacity-50 dark:bg-[#9bb1a8]"></span><span class="relative inline-flex h-2 w-2 rounded-full bg-[#526a61] dark:bg-[#9bb1a8]"></span></span>Spots available</span><span class="text-[#526a61] dark:text-[#9bb1a8]">2 of 10 open · first come, first served</span></div><div class="grid grid-cols-2 gap-px overflow-hidden border-t border-foreground/10 bg-foreground/10 sm:grid-cols-5"><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="twinwin" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/twinwin-logo.svg" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">01<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="Patientloop" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/testimonials/logos/patientloop.png" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">Patientloop</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">02<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="magaz.app" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/magaz-logo.svg" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">magaz.app</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">03<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="Thales Bilişim" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/testimonials/logos/thales-bilisim.png" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">Thales Bilişim</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">04<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="Radicio Realis" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">Radicio Realis</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">05<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="Propose" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/testimonials/logos/propose.png" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">Propose</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">06<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="ValiKnow" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/testimonials/logos/valiknow.png" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">ValiKnow</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">07<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1.5 bg-[#0b0d0c] px-2 py-5 lg:py-3"><span aria-label="Suo Motu" class="inline-flex max-w-full flex-wrap items-center justify-center gap-1.5 rounded-md bg-white px-2.5 py-1.5 lg:h-9 lg:w-full lg:max-w-44 lg:flex-nowrap lg:gap-2 lg:px-3"><img src="/assets/testimonials/logos/suo-motu.png" alt="" class="h-4 w-auto max-w-full object-contain lg:h-5 lg:shrink-0" loading="lazy"/><span class="text-center text-[11px] font-semibold leading-tight tracking-tight text-[#101521] lg:whitespace-nowrap">Suo Motu</span></span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-white/45">08<!-- --> · <!-- -->Claimed</span></div><div class="flex flex-col items-center justify-center gap-1 bg-background px-2 py-5 lg:py-3"><span class="font-mono text-[15px] text-foreground">09</span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-[#526a61] dark:text-[#9bb1a8]">Open</span></div><div class="flex flex-col items-center justify-center gap-1 bg-background px-2 py-5 lg:py-3"><span class="font-mono text-[15px] text-foreground">10</span><span class="font-mono text-[8px] uppercase tracking-[0.2em] text-[#526a61] dark:text-[#9bb1a8]">Open</span></div></div></div><div class="mt-10 flex flex-wrap items-center gap-2"><span class="mr-2 font-mono text-[10px] uppercase tracking-[0.25em] text-secondary-foreground">Replaces</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Slack</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Teams</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Jira</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Linear</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Asana</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Monday</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Notion</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Zoom</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Google Meet</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Loom</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Google Drive</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Dropbox</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">SharePoint</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Airtable</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Miro</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">FigJam</span><span class="rounded-full border border-foreground/15 px-3.5 py-1.5 text-[13px] text-secondary-foreground">Mural</span></div></div></section><section id="founders-form" class="scroll-mt-20 border-b border-foreground/10 bg-card"><div class="mx-auto grid max-w-7xl gap-10 px-6 py-20 md:px-12 md:py-24 lg:grid-cols-12 lg:gap-20 lg:px-20"><div class="lg:col-span-5 lg:pt-4"><div class="flex items-center gap-3"><span class="h-px w-8 bg-[#526a61] dark:bg-[#9bb1a8]" aria-hidden="true"></span><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-[#526a61] dark:text-[#9bb1a8]">Apply for the Founders Program</p></div><h2 class="mt-6 max-w-xl text-balance font-display-serif text-[36px] leading-[1.03] tracking-[-0.035em] text-foreground sm:text-[44px] md:text-[52px]">Tell us what you’re building.</h2><p class="mt-6 max-w-lg text-[16px] leading-relaxed text-secondary-foreground">Share a few details and we’ll get back to you about one of the 2 remaining spots, usually within three working days.</p><p class="mt-7 max-w-lg border-l-2 border-[#526a61]/35 pl-4 font-mono text-[11px] leading-relaxed text-secondary-foreground dark:border-[#9bb1a8]/35">Turn ambitious ideas into momentum with Polybase — bring your team, workflows, and knowledge into one powerful workspace and build what’s next together.</p></div><div class="lg:col-span-7"><div class="border border-foreground/12 bg-background p-6 shadow-[0_24px_70px_rgba(24,32,29,0.07)] sm:p-8 md:p-10 dark:shadow-none"><form noValidate=""><div class="grid gap-5 sm:grid-cols-2"><div><label for="founders-full-name" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Full Name<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">*</span></label><input id="founders-full-name" type="text" autoComplete="name" placeholder="Jane Smith" class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 " name="fullName" value=""/></div><div><label for="founders-work-email" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Work Email<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">*</span></label><input id="founders-work-email" type="email" autoComplete="email" placeholder="jane@company.com" class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 " name="workEmail" value=""/></div></div><div class="mt-5 grid gap-5 sm:grid-cols-2"><div><label for="founders-company" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Company Name<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">*</span></label><input id="founders-company" type="text" autoComplete="organization" placeholder="Acme Inc." class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 " name="company" value=""/></div><div><label for="founders-job-title" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Job Title<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">*</span></label><select id="founders-job-title" name="jobTitle" class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 appearance-none text-secondary-foreground/55 "><option value="" disabled="" selected="">Select your role</option><option value="cLevel">C-Level Executive</option><option value="vp">Vice President</option><option value="director">Director</option><option value="manager">Manager</option><option value="ic">Individual Contributor</option><option value="other">Other</option></select></div></div><div class="mt-5 grid gap-5 sm:grid-cols-2"><div><label for="founders-team-size" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Team Size<!-- --> <span class="text-[#526a61] dark:text-[#9bb1a8]">*</span></label><select id="founders-team-size" name="teamSize" class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 appearance-none text-secondary-foreground/55 "><option value="" disabled="" selected="">Select team size</option><option value="size1_10">1 – 10 people</option><option value="size11_50">11 – 50 people</option><option value="size51_200">51 – 200 people</option><option value="size201_500">201 – 500 people</option><option value="size500Plus">500+ people</option></select></div><div><label for="founders-phone" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Phone<!-- --> <span class="font-sans normal-case tracking-normal text-secondary-foreground/60">· <!-- -->optional</span></label><input id="founders-phone" type="tel" autoComplete="tel" placeholder="+49 30 123456" class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 " name="phone" value=""/></div></div><div class="mt-5"><fieldset aria-describedby="founders-use-case-hint"><legend class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Primary use cases<!-- --> <span class="font-sans normal-case tracking-normal text-secondary-foreground/60">· <!-- -->optional</span></legend><p id="founders-use-case-hint" class="mt-2 text-[12px] text-secondary-foreground/70">Select all that apply</p><div class="mt-2 grid gap-2 sm:grid-cols-2"><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="teamChat"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>Team Chat &amp; Messaging</span></label><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="taskManagement"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>Task &amp; Project Management</span></label><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="videoCalls"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>Video Calls &amp; Meetings</span></label><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="documentation"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>Documentation &amp; Wiki</span></label><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="allInOne"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>All-in-One Workspace</span></label><label class="flex min-h-11 cursor-pointer items-center gap-2.5 rounded-lg border px-3 py-2.5 text-[13px] transition-colors border-foreground/15 bg-background text-secondary-foreground hover:border-foreground/25"><input type="checkbox" class="peer sr-only" name="useCase" value="other"/><span aria-hidden="true" class="grid h-4 w-4 shrink-0 place-items-center rounded border peer-focus-visible:ring-2 peer-focus-visible:ring-[#526a61]/40 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-background border-foreground/25"></span><span>Other</span></label></div></fieldset></div><div class="mt-5"><label for="founders-message" class="font-mono text-[10px] uppercase tracking-[0.2em] text-secondary-foreground">Additional Notes<!-- --> <span class="font-sans normal-case tracking-normal text-secondary-foreground/60">· <!-- -->optional</span></label><textarea id="founders-message" name="message" rows="5" placeholder="Tell us about your team&#x27;s current workflow or specific needs..." class="mt-2 w-full rounded-lg border border-foreground/15 bg-background px-4 py-3 text-[14px] text-foreground outline-none transition placeholder:text-secondary-foreground/55 focus:border-[#526a61]/60 focus:ring-2 focus:ring-[#526a61]/15 dark:focus:border-[#9bb1a8]/60 resize-none"></textarea></div><input type="text" tabindex="-1" autoComplete="off" aria-hidden="true" class="absolute left-[-9999px] h-px w-px opacity-0" name="_gotcha" value=""/><button type="submit" class="mt-6 inline-flex h-12 w-full items-center justify-center gap-2 rounded-lg bg-foreground px-6 text-sm font-semibold text-background transition-opacity hover:opacity-90 disabled:cursor-not-allowed disabled:opacity-55">Apply for a spot<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></button><p class="mt-4 text-center text-[11px] leading-relaxed text-secondary-foreground/80">No card, no commitment. We’ll only use these details to contact you about the program.</p></form></div></div></div></section><div id="modules"><section class="relative py-24 md:py-32 px-6 lg:px-10 bg-background transition-colors duration-300"><div class="w-full"><div class="flex flex-col items-center text-center mb-14"><div class="inline-flex items-center gap-3 text-[11px] font-semibold uppercase tracking-[0.18em] text-secondary-foreground "><span class="block h-px w-7 bg-[#526a61]"></span><span>Everything included</span></div><h2 class="mt-5 font-display-serif text-[32px] sm:text-[42px] md:text-[52px] leading-[1.04] tracking-[-0.025em] text-balance">One workspace,<!-- --> <span class="italic font-light text-secondary-foreground">twelve modules.</span></h2><p class="mt-5 max-w-2xl text-[15px] md:text-[16px] text-secondary-foreground leading-relaxed text-balance">Every module is built in-house on one real-time data layer — not a bundle of acquisitions. Switch each one on when your team needs it.</p></div><div class="grid sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-px overflow-hidden -mx-2 lg:-mx-4" style="background:linear-gradient(to top, hsl(var(--border)) 0%, hsl(var(--border) / 0.75) 45%, transparent 100%)"><a href="/product/chat" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center gap-1.5"><div class="flex items-start gap-1.5"><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span><span class="px-2 py-1 rounded-lg rounded-tl-[3px] border text-[9px] leading-snug shadow-sm bg-card border-foreground/10 text-foreground">Design review at 2pm?</span></div><div class="flex justify-end"><span class="relative px-2 py-1 rounded-lg rounded-tr-[3px] border text-[9px] leading-snug shadow-sm bg-[#ead8cb] text-[#2d2d2d] dark:bg-[#c9b79c]/25 dark:text-foreground border-foreground/10">Joining — bringing the specs 👍<span class="absolute -bottom-1.5 left-1.5 flex items-center gap-0.5 px-1 rounded-full border text-[6px] shadow-sm bg-card border-foreground/10 text-secondary-foreground">✅ 2</span></span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-sky-600 dark:text-sky-300 bg-sky-500/10 border-sky-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-messages-square w-4 h-4" aria-hidden="true"><path d="M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path><path d="M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"></path></svg></span>Chat &amp; Threads</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Channels, DMs and first-class threads you can follow and resolve.</p></a><a href="/product/tasks" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 grid grid-cols-2 gap-2"><div><p class="mb-1 text-[6.5px] font-semibold uppercase tracking-widest text-secondary-foreground/60">To Do</p><div class="space-y-1"><div class="px-1.5 py-1 rounded-md border shadow-sm flex items-center justify-between gap-1 bg-card border-foreground/10"><span class="text-[8px] font-medium truncate text-foreground">Onboarding flow</span><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span></div><div class="px-1.5 py-1 rounded-md border shadow-sm flex items-center justify-between gap-1 bg-card border-foreground/10"><span class="text-[8px] font-medium truncate text-foreground">PDF export</span><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span></div></div></div><div><p class="mb-1 text-[6.5px] font-semibold uppercase tracking-widest text-secondary-foreground/60">Doing</p><div class="space-y-1"><div class="px-1.5 py-1 rounded-md border shadow-sm flex items-center justify-between gap-1 bg-card border-foreground/10"><span class="text-[8px] font-medium truncate text-foreground">Notifications</span><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span></div></div></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-amber-600 dark:text-amber-300 bg-amber-500/10 border-amber-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-kanban w-4 h-4" aria-hidden="true"><rect width="18" height="18" x="3" y="3" rx="2"></rect><path d="M8 7v7"></path><path d="M12 7v4"></path><path d="M16 7v9"></path></svg></span>Tasks</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">List, board and timeline views with GitHub automation.</p></a><a href="/product/docs" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center"><p class="text-[10px] font-bold tracking-tight text-foreground">Launch plan v3</p><p class="text-[6.5px] mb-1.5 text-secondary-foreground/60">Version 12 · 2 comments</p><div class="space-y-1 mb-1.5"><div class="h-[3px] rounded-full w-[90%] bg-foreground/[0.08]"></div><div class="h-[3px] rounded-full w-[72%] bg-foreground/[0.08]"></div><div class="h-[3px] rounded-full w-[81%] bg-foreground/[0.08]"></div></div><div class="inline-flex items-center gap-1 self-start px-1.5 py-0.5 rounded-md border shadow-sm bg-card border-foreground/10"><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">EC</span><span class="text-[7px] text-secondary-foreground">Agreed — moving it up.</span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-emerald-600 dark:text-emerald-300 bg-emerald-500/10 border-emerald-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></span>Docs</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Block-based documents with version history and comments.</p></a><div class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 grid grid-cols-3 gap-1.5 items-center"><div class="rounded-md border shadow-sm px-1.5 py-2 flex flex-col gap-1 bg-card border-foreground/10"><svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open text-[#c9a24b]" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="text-[7px] font-medium truncate text-foreground">Q3 Assets</span></div><div class="rounded-md border shadow-sm px-1.5 py-2 flex flex-col gap-1 bg-card border-foreground/10"><svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file text-[#b06060] dark:text-[#d99090]" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path></svg><span class="text-[7px] font-medium truncate text-foreground">Brand.pdf</span></div><div class="rounded-md border shadow-sm px-1.5 py-2 flex flex-col gap-1 bg-card border-foreground/10"><svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-spreadsheet text-[#4a7245] dark:text-[#93bd8d]" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M8 13h2"></path><path d="M14 13h2"></path><path d="M8 17h2"></path><path d="M14 17h2"></path></svg><span class="text-[7px] font-medium truncate text-foreground">Metrics.xlsx</span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-yellow-600 dark:text-yellow-300 bg-yellow-500/10 border-yellow-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open w-4 h-4" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg></span>Drive</h3></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Files with viewers for PDF and Office formats, plus OCR text search.</p></div><a href="/product/call" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center gap-1.5"><div class="grid grid-cols-2 gap-1.5"><div class="h-8 rounded-md border border-foreground/10 bg-foreground/[0.04] flex items-center justify-center"><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span></div><div class="h-8 rounded-md border border-foreground/10 bg-foreground/[0.04] flex items-center justify-center"><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">AM</span></div></div><div class="self-center flex items-center gap-1 px-2 py-1 rounded-full border shadow-sm bg-card border-foreground/10"><svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mic text-secondary-foreground" aria-hidden="true"><path d="M12 19v3"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><rect x="9" y="2" width="6" height="13" rx="3"></rect></svg><svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-video text-secondary-foreground" aria-hidden="true"><path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5"></path><rect x="2" y="6" width="14" height="12" rx="2"></rect></svg><span class="w-px h-2.5 bg-foreground/10"></span><svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone rotate-[135deg] text-red-400" aria-hidden="true"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"></path></svg><span class="text-[7px] tabular-nums ml-0.5 text-secondary-foreground/60">04:12</span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-rose-600 dark:text-rose-300 bg-rose-500/10 border-rose-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-video w-4 h-4" aria-hidden="true"><path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5"></path><rect x="2" y="6" width="14" height="12" rx="2"></rect></svg></span>Calls</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">In-channel video with screen share, background blur and live captions.</p></a><a href="/product/calendar" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center gap-1.5"><div class="grid grid-cols-7 gap-0.5"><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">12</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">13</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">14</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">15</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">16</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium bg-foreground text-background font-bold">17</span><span class="h-5 rounded flex items-center justify-center text-[7px] font-medium text-secondary-foreground">18</span></div><div class="flex items-center gap-1 px-1.5 py-1 rounded-md border shadow-sm bg-card border-foreground/10"><span class="w-0.5 h-4 rounded-full bg-[#c9b79c]"></span><div class="min-w-0"><p class="text-[8px] font-semibold leading-none text-foreground">Design sync</p><p class="text-[6.5px] mt-0.5 text-secondary-foreground/60">14:00 · 5 going</p></div><span class="ml-auto flex -space-x-1"><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">SK</span><span class="w-4 h-4 rounded-full flex items-center justify-center text-[6px] font-semibold text-black bg-[#c9b79c] flex-shrink-0">EC</span></span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-violet-600 dark:text-violet-300 bg-violet-500/10 border-violet-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar-days w-4 h-4" aria-hidden="true"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path><path d="M8 14h.01"></path><path d="M12 14h.01"></path><path d="M16 14h.01"></path><path d="M8 18h.01"></path><path d="M12 18h.01"></path><path d="M16 18h.01"></path></svg></span>Calendar</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Meetings with ICS invites, RSVP and recurrence.</p></a><a href="/product/board" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="relative h-full overflow-hidden"><div class="absolute inset-0 opacity-60" style="background-image:linear-gradient(hsl(var(--border) / 0.6) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--border) / 0.6) 1px, transparent 1px);background-size:14px 14px"></div><span class="absolute left-[10%] top-[18%] w-[42%] p-1.5 rounded-sm shadow-sm text-[7px] leading-snug rotate-[-2deg] bg-[#f6e9b8] text-[#2d2d2d] dark:bg-[#cdbd7a] dark:text-[#1d1d1d]">Simplify the nav</span><span class="absolute right-[8%] top-[42%] w-[40%] p-1.5 rounded-sm shadow-sm text-[7px] leading-snug rotate-[1.5deg] bg-[#cfe0f4] text-[#2d2d2d] dark:bg-[#93aecb] dark:text-[#1d1d1d]">Q3: onboarding v2 🚀</span><span class="absolute left-[24%] bottom-[8%] w-[34%] p-1.5 rounded-sm shadow-sm text-[7px] leading-snug rotate-[1deg] bg-[#d5e8d4] text-[#2d2d2d] dark:bg-[#9dbd9a] dark:text-[#1d1d1d]">Ship it Friday</span></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-indigo-600 dark:text-indigo-300 bg-indigo-500/10 border-indigo-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-pen-tool w-4 h-4" aria-hidden="true"><path d="M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z"></path><path d="m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18"></path><path d="m2.3 2.3 7.286 7.286"></path><circle cx="11" cy="11" r="2"></circle></svg></span>Boards</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Infinite whiteboards with live cursors and draw.io import.</p></a><a href="/product/email" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center gap-1.5"><div class="flex items-center gap-1.5 px-1.5 py-1 rounded-md border shadow-sm bg-card border-foreground/10"><span class="w-1 h-1 rounded-full flex-shrink-0 bg-[#c07a3c] "></span><div class="min-w-0"><p class="text-[8px] leading-none truncate font-bold text-foreground">Re: Launch feedback</p><p class="text-[6.5px] mt-0.5 truncate text-secondary-foreground/60"><span class="__cf_email__" data-cfemail="eb8887828e859fab8a88868ec58884">[email&#160;protected]</span></p></div><svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail ml-auto flex-shrink-0 text-secondary-foreground/60" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg></div><div class="flex items-center gap-1.5 px-1.5 py-1 rounded-md border shadow-sm bg-card border-foreground/10"><span class="w-1 h-1 rounded-full flex-shrink-0 bg-[#c07a3c] opacity-0"></span><div class="min-w-0"><p class="text-[8px] leading-none truncate font-medium text-foreground">Invoice #2041</p><p class="text-[6.5px] mt-0.5 truncate text-secondary-foreground/60"><span class="__cf_email__" data-cfemail="f5979c99999c9b92b583909b919a87db9c9a">[email&#160;protected]</span></p></div><svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail ml-auto flex-shrink-0 text-secondary-foreground/60" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-cyan-600 dark:text-cyan-300 bg-cyan-500/10 border-cyan-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail w-4 h-4" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg></span>Email</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Channel inboxes and personal mailboxes, right in the workspace.</p></a><a href="/product/tables" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex items-center"><div class="w-full rounded-md border overflow-hidden shadow-sm bg-card border-foreground/10"><div class="grid grid-cols-[1.6fr_1fr] border-b border-foreground/10 bg-foreground/[0.04]"><span class="px-1.5 py-1 text-[6.5px] font-semibold uppercase tracking-wider text-secondary-foreground">Project</span><span class="px-1.5 py-1 text-[6.5px] font-semibold uppercase tracking-wider text-secondary-foreground">Status</span></div><div class="grid grid-cols-[1.6fr_1fr] items-center border-b border-foreground/10 last:border-b-0"><span class="px-1.5 py-1 text-[8px] font-medium truncate text-foreground">Website relaunch</span><span class="px-1.5"><span class="inline-block px-1 py-px rounded-full text-[6.5px] font-semibold bg-[#f4e3c8] text-[#8a6320] dark:bg-[#c9a24b]/25 dark:text-[#e5c584]">In progress</span></span></div><div class="grid grid-cols-[1.6fr_1fr] items-center border-b border-foreground/10 last:border-b-0"><span class="px-1.5 py-1 text-[8px] font-medium truncate text-foreground">Pricing test</span><span class="px-1.5"><span class="inline-block px-1 py-px rounded-full text-[6.5px] font-semibold bg-[#d9e8d6] text-[#4a7245] dark:bg-[#4a7245]/30 dark:text-[#a4c99e]">Done</span></span></div></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-teal-600 dark:text-teal-300 bg-teal-500/10 border-teal-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-table2 lucide-table-2 w-4 h-4" aria-hidden="true"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path></svg></span>Tables</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Structured databases with formulas and per-row permissions.</p></a><a href="/product/flows" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col items-center justify-center gap-1"><div class="flex items-center gap-1"><div class="flex items-center gap-1"><span class="flex items-center gap-0.5 px-1.5 py-1 rounded-md border shadow-sm text-[7px] font-medium whitespace-nowrap bg-card border-foreground/10 text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-table2 lucide-table-2 text-secondary-foreground" aria-hidden="true"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path></svg>Row updated</span></div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-secondary-foreground/60" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span class="flex items-center gap-0.5 px-1.5 py-1 rounded-md border shadow-sm text-[7px] font-medium whitespace-nowrap bg-card border-foreground/10 text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-secondary-foreground" aria-hidden="true"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg>Summarize</span></div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-secondary-foreground/60" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span class="flex items-center gap-0.5 px-1.5 py-1 rounded-md border shadow-sm text-[7px] font-medium whitespace-nowrap bg-card border-foreground/10 text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-messages-square text-secondary-foreground" aria-hidden="true"><path d="M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path><path d="M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"></path></svg>Post</span></div></div><span class="text-[6.5px] text-secondary-foreground/60">Ran 128× this week</span></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-orange-600 dark:text-orange-300 bg-orange-500/10 border-orange-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow w-4 h-4" aria-hidden="true"><rect width="8" height="8" x="3" y="3" rx="2"></rect><path d="M7 11v4a2 2 0 0 0 2 2h4"></path><rect width="8" height="8" x="13" y="13" rx="2"></rect></svg></span>Flows</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Visual automation across chat, email, tables and tasks.</p></a><a href="/product/polyspace" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><img src="/news/polyspace-office-mode.jpg" alt="" loading="lazy" class="h-full w-full object-cover" style="object-position:50% 62%"/></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-fuchsia-600 dark:text-fuchsia-300 bg-fuchsia-500/10 border-fuchsia-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-orbit w-4 h-4" aria-hidden="true"><path d="M20.341 6.484A10 10 0 0 1 10.266 21.85"></path><path d="M3.659 17.516A10 10 0 0 1 13.74 2.152"></path><circle cx="12" cy="12" r="3"></circle><circle cx="19" cy="5" r="2"></circle><circle cx="5" cy="19" r="2"></circle></svg></span>Polyspace</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">A spatial office with proximity audio and video.</p></a><a href="/product/agent" class="group bg-background p-6 xl:p-8 transition-colors duration-300 hover:bg-card"><div class="h-[104px] rounded-xl border border-foreground/10 bg-background overflow-hidden transition-transform duration-300 group-hover:scale-[1.015]"><div class="h-full p-3 flex flex-col justify-center gap-1.5"><div class="flex justify-end"><span class="px-2 py-1 rounded-lg rounded-tr-[3px] border text-[8px] shadow-sm bg-[#ead8cb] text-[#2d2d2d] dark:bg-[#c9b79c]/25 dark:text-foreground border-foreground/10">What&#x27;s blocking the launch?</span></div><div class="flex items-start gap-1.5"><span class="w-4 h-4 rounded-md flex items-center justify-center flex-shrink-0 bg-foreground/[0.08]"><svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-foreground" aria-hidden="true"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg></span><span class="px-2 py-1 rounded-lg rounded-tl-[3px] border text-[8px] leading-snug shadow-sm bg-card border-foreground/10 text-foreground">3 tasks wait on the API review — ping the owners?</span></div></div></div><div class="mt-6 flex items-center justify-between"><h3 class="flex items-center gap-2.5 font-semibold text-[17px] tracking-tight text-foreground"><span class="w-7 h-7 rounded-lg border grid place-items-center flex-shrink-0 text-purple-600 dark:text-purple-300 bg-purple-500/10 border-purple-500/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles w-4 h-4" aria-hidden="true"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg></span>AI Assistant</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right w-4 h-4 text-secondary-foreground/0 group-hover:text-secondary-foreground/70 transition-colors" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="mt-2.5 text-[13px] text-secondary-foreground leading-relaxed">Poly works across your workspace — bring your own model. MCP built in.</p></a></div><p class="mt-8 text-center text-[13px] text-secondary-foreground">Start with Core and add modules as you grow.<!-- --> <a href="/pricing" class="underline underline-offset-4 decoration-foreground/25 hover:decoration-foreground/60 text-foreground/85 transition-colors">See pricing</a></p></div></section></div><section id="jurisdiction" class="relative overflow-hidden border-y border-white/10 bg-[#0b0d0c] text-white"><div class="pointer-events-none absolute inset-0 bg-[radial-gradient(ellipse_at_12%_0%,rgba(201,124,124,0.10),transparent_48%),radial-gradient(ellipse_at_88%_100%,rgba(145,170,159,0.09),transparent_48%)]"></div><div class="relative mx-auto grid max-w-7xl gap-14 px-6 py-24 md:px-12 md:py-32 lg:grid-cols-12 lg:gap-16 lg:px-20"><div class="lg:col-span-7"><div class="inline-flex items-center gap-3 font-mono text-[10px] uppercase tracking-[0.28em] text-white/50"><span class="h-px w-7 bg-[#dba5a5]/70"></span>The sovereignty problem</div><h2 class="mt-6 max-w-3xl text-balance font-display-serif text-[40px] leading-[1.02] tracking-[-0.035em] text-white sm:text-[50px] md:text-[62px]">There is no such thing as a sovereign US cloud.</h2><div class="mt-8 max-w-2xl space-y-5"><p class="text-[15px] leading-relaxed text-white/68 md:text-[16px]">Every American vendor selling you an &quot;EU region&quot; is selling you a map, not a shield. 18 U.S.C. § 2713 compels a US provider to surrender the data it controls on US legal process — Frankfurt, Dublin, the moon, it doesn&#x27;t matter. Slack, Teams, Zoom and Jira can move the data centre. They can&#x27;t move the flag they answer to.</p><p class="text-[15px] leading-relaxed text-white/68 md:text-[16px]">Polybase, self-hosted, has no American company in the chain. Nothing to hand over. No one to hand it to. Just you.</p></div><div class="mt-8 flex flex-wrap items-center gap-x-5 gap-y-3"><a href="/resources/security" class="inline-flex items-center gap-2 text-sm font-semibold text-white">See the security model<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a><a href="#deployment" class="text-sm font-medium text-white/60 transition-colors hover:text-white">See deployment options</a></div><a href="https://uscode.house.gov/view.xhtml?req=%28title%3A18+section%3A2713+edition%3Aprelim%29" target="_blank" rel="noreferrer" class="mt-8 inline-flex items-center gap-2 font-mono text-[10px] uppercase tracking-[0.18em] text-white/40 transition-colors hover:text-white/70">Read the US statute<!-- --> · 18 U.S.C. § 2713<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3" aria-hidden="true"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg></a></div><div class="flex flex-col gap-4 lg:col-span-5 lg:pt-6"><div class="flex-1 border p-6 md:p-7 border-[#c97c7c]/25 bg-[#c97c7c]/[0.07]"><div class="flex items-center gap-3"><div class="grid h-10 w-10 place-items-center rounded-lg border border-[#c97c7c]/25 text-[#dba5a5]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-alert h-[18px] w-[18px]" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="M12 8v4"></path><path d="M12 16h.01"></path></svg></div><div><div class="font-mono text-[9px] uppercase tracking-[0.25em] text-white/45">US SaaS</div><div class="mt-1 text-sm font-semibold text-white">The provider stays in the chain</div></div></div><ol class="mt-6 space-y-3 border-t border-white/10 pt-5"><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#dba5a5]"></span><span>Data stored in the EU</span><span class="ml-auto text-[10px] text-white/20" aria-hidden="true">↓</span></li><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#dba5a5]"></span><span>US provider controls the service</span><span class="ml-auto text-[10px] text-white/20" aria-hidden="true">↓</span></li><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#dba5a5]"></span><span>US legal process can reach the provider</span></li></ol></div><div class="flex-1 border p-6 md:p-7 border-[#91aa9f]/30 bg-[#91aa9f]/[0.07]"><div class="flex items-center gap-3"><div class="grid h-10 w-10 place-items-center rounded-lg border border-[#91aa9f]/30 text-[#9bb1a8]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check h-[18px] w-[18px]" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg></div><div><div class="font-mono text-[9px] uppercase tracking-[0.25em] text-white/45">Self-hosted Polybase</div><div class="mt-1 text-sm font-semibold text-white">You control the boundary</div></div></div><ol class="mt-6 space-y-3 border-t border-white/10 pt-5"><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#9bb1a8]"></span><span>Your infrastructure</span><span class="ml-auto text-[10px] text-white/20" aria-hidden="true">↓</span></li><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#9bb1a8]"></span><span>Your encryption keys</span><span class="ml-auto text-[10px] text-white/20" aria-hidden="true">↓</span></li><li class="flex items-center gap-3 text-[13px] text-white/70"><span class="h-1.5 w-1.5 shrink-0 rounded-full bg-[#9bb1a8]"></span><span>No outside SaaS provider in the chain</span></li></ol></div></div></div></section><section class="border-b border-foreground/10 bg-background"><div class="mx-auto max-w-7xl px-6 py-24 md:px-12 md:py-32 lg:px-20"><div class="grid gap-12 lg:grid-cols-12 lg:gap-16"><div class="lg:col-span-7"><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-[#526a61] dark:text-[#91aa9f]">How it runs</p><h2 class="mt-5 max-w-2xl text-balance font-display-serif text-[36px] leading-[1.03] tracking-[-0.035em] text-foreground sm:text-[44px] md:text-[52px]">Polybase Cloud. Nothing to set up.</h2><p class="mt-6 max-w-xl text-[16px] leading-relaxed text-secondary-foreground">This program runs on Polybase Cloud, hosted on EU infrastructure. You sign in and the workspace is ready — no servers, no Docker, no DevOps time you don’t have.</p><p class="mt-6 max-w-xl font-mono text-[11px] leading-relaxed text-secondary-foreground">Private cloud and self-hosted deployments are available on paid plans, and you can move onto them later without rebuilding.</p></div><ul class="space-y-0 self-center lg:col-span-5"><li class="flex items-center gap-3 border-b border-foreground/10 py-3.5 text-[14.5px] text-foreground first:border-t"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5 shrink-0 text-[#526a61] dark:text-[#9bb1a8]" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>Ready the same day you’re approved</li><li class="flex items-center gap-3 border-b border-foreground/10 py-3.5 text-[14.5px] text-foreground first:border-t"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5 shrink-0 text-[#526a61] dark:text-[#9bb1a8]" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>No infrastructure to manage</li><li class="flex items-center gap-3 border-b border-foreground/10 py-3.5 text-[14.5px] text-foreground first:border-t"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5 shrink-0 text-[#526a61] dark:text-[#9bb1a8]" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>Updates handled for you</li><li class="flex items-center gap-3 border-b border-foreground/10 py-3.5 text-[14.5px] text-foreground first:border-t"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5 shrink-0 text-[#526a61] dark:text-[#9bb1a8]" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>TLS 1.3 in transit</li><li class="flex items-center gap-3 border-b border-foreground/10 py-3.5 text-[14.5px] text-foreground first:border-t"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5 shrink-0 text-[#526a61] dark:text-[#9bb1a8]" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>Migration help for your channels and files</li></ul></div></div></section><section id="apply" class="scroll-mt-24 border-b border-foreground/10 bg-card"><div class="mx-auto max-w-7xl px-6 py-24 md:px-12 md:py-32 lg:px-20"><div class="grid gap-16 lg:grid-cols-12 lg:gap-20"><div class="lg:col-span-5"><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-[#526a61] dark:text-[#91aa9f]">What the year is worth</p><h2 class="mt-5 text-balance font-display-serif text-[30px] leading-[1.05] tracking-[-0.03em] text-foreground sm:text-[36px]">Real money, not a discount code.</h2><div class="mt-8"><div class="flex items-baseline justify-between gap-4 border-b border-dotted border-foreground/20 py-3 font-mono text-[13px] text-secondary-foreground"><span>Core / user / month</span><b class="font-medium text-foreground">€10</b></div><div class="flex items-baseline justify-between gap-4 border-b border-dotted border-foreground/20 py-3 font-mono text-[13px] text-secondary-foreground"><span>Each additional module / user / month</span><b class="font-medium text-foreground">€5</b></div><div class="flex items-baseline justify-between gap-4 border-b border-dotted border-foreground/20 py-3 font-mono text-[13px] text-secondary-foreground"><span>Team of 10 on Core + one module, 12 months</span><b class="font-medium text-foreground">€1,800</b></div><div class="flex items-baseline justify-between gap-4 pt-5 font-mono text-[19px] text-[#526a61] dark:text-[#9bb1a8]"><span>You pay</span><b class="font-bold">€0</b></div></div><p class="mt-6 font-mono text-[11px] leading-relaxed text-secondary-foreground">Prices exclude VAT. Covers up to 25 seats per startup for 12 months from your start date.</p></div><div class="lg:col-span-7"><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-[#526a61] dark:text-[#91aa9f]">How to apply</p><h2 class="mt-5 text-balance font-display-serif text-[30px] leading-[1.05] tracking-[-0.03em] text-foreground sm:text-[36px]">Two minutes, then it’s yours.</h2><ol class="mt-9 space-y-8"><li class="flex gap-5"><span class="grid h-8 w-8 shrink-0 place-items-center rounded-lg border border-[#526a61]/25 bg-[#526a61]/10 font-mono text-[11px] text-[#526a61] dark:text-[#9bb1a8]">01</span><div><h3 class="text-[16px] font-semibold tracking-tight text-foreground">Fill in the form</h3><p class="mt-1 max-w-lg text-[14.5px] leading-relaxed text-secondary-foreground">Startup name, team size and one line on what you’re building.<!-- --> <a href="#founders-form" class="inline-flex items-center gap-1 font-semibold text-foreground underline underline-offset-4 decoration-foreground/25 transition-colors hover:decoration-foreground/60">Open the application form<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></p></div></li><li class="flex gap-5"><span class="grid h-8 w-8 shrink-0 place-items-center rounded-lg border border-[#526a61]/25 bg-[#526a61]/10 font-mono text-[11px] text-[#526a61] dark:text-[#9bb1a8]">02</span><div><h3 class="text-[16px] font-semibold tracking-tight text-foreground">We set up your workspace</h3><p class="mt-1 max-w-lg text-[14.5px] leading-relaxed text-secondary-foreground">We confirm your spot and provision your Polybase Cloud workspace, usually within 3 working days.<!-- --> </p></div></li><li class="flex gap-5"><span class="grid h-8 w-8 shrink-0 place-items-center rounded-lg border border-[#526a61]/25 bg-[#526a61]/10 font-mono text-[11px] text-[#526a61] dark:text-[#9bb1a8]">03</span><div><h3 class="text-[16px] font-semibold tracking-tight text-foreground">Bring your team across</h3><p class="mt-1 max-w-lg text-[14.5px] leading-relaxed text-secondary-foreground">Invite everyone and start working. We help migrate your channels and files — you’re not doing this alone.<!-- --> </p></div></li></ol><p class="mt-9 max-w-lg font-mono text-[11px] leading-relaxed text-secondary-foreground">Turn ambitious ideas into momentum with Polybase — bring your team, workflows, and knowledge into one powerful workspace and build what’s next together.</p></div></div></div></section><section class="bg-[#dfe5e0] px-6 py-24 dark:bg-[#18201d] md:px-12 md:py-28 lg:px-20"><div class="mx-auto max-w-5xl text-center"><p class="text-[11px] font-semibold uppercase tracking-[0.2em] text-[#526a61] dark:text-[#a8beb5]">Ten spots</p><h2 class="mx-auto mt-5 max-w-4xl text-balance font-display-serif text-[40px] leading-[1.03] tracking-[-0.035em] text-foreground sm:text-[50px] md:text-[62px]">When they’re gone, they’re gone.</h2><p class="mx-auto mt-6 max-w-2xl text-[16px] leading-relaxed text-secondary-foreground">A full year of the entire workspace for up to 25 people, with migration help included. No card, no trial countdown, no feature gates.</p><div class="mt-9 flex justify-center"><a href="#founders-form" class="inline-flex h-12 items-center justify-center gap-2 rounded-lg bg-foreground px-7 text-sm font-semibold text-background transition-opacity hover:opacity-90">Claim a spot<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div></section></div><!--astro:end--></astro-island> </main> <astro-island uid="Z2viFoJ" prefix="r6" component-url="/_astro/Footer.BSUbwhIz.js" component-export="Footer" renderer-url="/_astro/client.CT7_ahLI.js" props="{&quot;lang&quot;:[0,&quot;en&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;Footer&quot;,&quot;value&quot;:true}" await-children><footer class="border-t border-foreground/10 bg-background pb-10 pt-20 text-sm"><div class="mx-auto max-w-7xl px-6 md:px-12 lg:px-20"><div class="mb-16 grid grid-cols-2 gap-x-8 gap-y-12 md:grid-cols-4 lg:grid-cols-6"><div class="col-span-2 md:col-span-4 lg:col-span-2"><a href="/" class="flex items-center gap-2 mb-6"><img src="/_astro/logo_white.DKbNczCg.svg" alt="Polybase" width="144" height="32" class="h-8 w-auto hidden [.dark_&amp;]:block"/><img src="/_astro/logo.mjv5X0Nq.svg" alt="Polybase" width="144" height="32" class="h-8 w-auto block [.dark_&amp;]:hidden"/></a><p class="mb-8 max-w-xs leading-relaxed text-secondary-foreground">Chat, calls, tasks and documents in one workspace — with deployment choices your team can control.</p><p class="mb-8 max-w-xs text-xs leading-relaxed text-secondary-foreground">Polybase is built, operated and sold by<!-- --> <a href="https://pangaea.tr/" target="_blank" rel="noopener noreferrer" class="font-semibold text-foreground underline decoration-foreground/25 underline-offset-4 transition-colors hover:decoration-foreground">Pangaea</a>.</p><a href="/download" class="inline-flex flex-col rounded-lg border border-foreground/15 px-4 py-3 leading-none transition-colors hover:bg-foreground/[0.04]"><span class="mb-1 text-[10px] uppercase tracking-[0.16em] text-secondary-foreground">Get Polybase</span><span class="font-semibold text-foreground">Web · PWA · Apps</span></a></div><div><h4 class="mb-6 text-[11px] font-semibold uppercase tracking-[0.16em] text-foreground">Product</h4><ul class="space-y-3.5"><li><a href="/product/chat" class="text-secondary-foreground transition-colors hover:text-foreground">Chat</a></li><li><a href="/product/board" class="text-secondary-foreground transition-colors hover:text-foreground">Interactive Boards</a></li><li><a href="/product/call" class="text-secondary-foreground transition-colors hover:text-foreground">Video Calls</a></li><li><a href="/product/tasks" class="text-secondary-foreground transition-colors hover:text-foreground">Tasks</a></li><li><a href="/product/docs" class="text-secondary-foreground transition-colors hover:text-foreground">Docs &amp; Wiki</a></li><li><a href="/product/calendar" class="text-secondary-foreground transition-colors hover:text-foreground">Calendar</a></li><li><a href="/product/email" class="text-secondary-foreground transition-colors hover:text-foreground">Email</a></li><li><a href="/product/tables" class="text-secondary-foreground transition-colors hover:text-foreground">Tables</a></li><li><a href="/product/flows" class="text-secondary-foreground transition-colors hover:text-foreground">Workflows</a></li><li><a href="/product/studio" class="text-secondary-foreground transition-colors hover:text-foreground">App Studio</a></li><li><a href="/product/polyspace" class="text-secondary-foreground transition-colors hover:text-foreground">Polyspace</a></li><li><a href="/product/agent" class="text-secondary-foreground transition-colors hover:text-foreground">AI Agent</a></li><li><a href="/download" class="font-semibold text-foreground transition-colors hover:text-foreground">Get the app</a></li></ul></div><div><h4 class="mb-6 text-[11px] font-semibold uppercase tracking-[0.16em] text-foreground">Why Polybase</h4><ul class="space-y-3.5"><li><a href="/use-cases" class="text-secondary-foreground transition-colors hover:text-foreground">Use cases</a></li><li><a href="/industries" class="text-secondary-foreground transition-colors hover:text-foreground">Industries</a></li><li><a href="/sovereignty" class="text-secondary-foreground transition-colors hover:text-foreground">Data sovereignty</a></li><li><a href="/resources/security" class="text-secondary-foreground transition-colors hover:text-foreground">Security</a></li><li><a href="/alternatives" class="text-secondary-foreground transition-colors hover:text-foreground">Alternative guides</a></li><li><a href="/compare" class="text-secondary-foreground transition-colors hover:text-foreground">Comparisons</a></li></ul></div><div><h4 class="mb-6 text-[11px] font-semibold uppercase tracking-[0.16em] text-foreground">Resources</h4><ul class="space-y-3.5"><li><a href="/resources/docs" class="text-secondary-foreground transition-colors hover:text-foreground">Documentation</a></li><li><a href="/resources/blog" class="text-secondary-foreground transition-colors hover:text-foreground">Blog</a></li><li><a href="/changelog" class="text-secondary-foreground transition-colors hover:text-foreground">Changelog</a></li><li><a href="/status" class="text-secondary-foreground transition-colors hover:text-foreground">Status</a></li><li><a href="/resources/developers" class="text-secondary-foreground transition-colors hover:text-foreground">Developers</a></li><li><a href="/news" class="text-secondary-foreground transition-colors hover:text-foreground">News</a></li><li><a href="/press" class="text-secondary-foreground transition-colors hover:text-foreground">Press Kit</a></li></ul></div><div><h4 class="mb-6 text-[11px] font-semibold uppercase tracking-[0.16em] text-foreground">Company</h4><ul class="space-y-3.5"><li><a href="/resources/about" class="text-secondary-foreground transition-colors hover:text-foreground">About Us</a></li><li><a href="/pricing" class="text-secondary-foreground transition-colors hover:text-foreground">Pricing</a></li><li><a href="/careers" class="text-secondary-foreground transition-colors hover:text-foreground">Careers</a></li><li><a href="/partners" class="text-secondary-foreground transition-colors hover:text-foreground">Partner Program</a></li><li><a href="/founders" class="text-secondary-foreground transition-colors hover:text-foreground">Founders program</a></li><li><a href="/contact" class="text-secondary-foreground transition-colors hover:text-foreground">Contact</a></li><li><a href="/demo" class="font-semibold text-foreground transition-colors hover:text-foreground">Book a Demo</a></li></ul></div></div><div class="flex flex-col gap-6 border-t border-foreground/10 pt-10 md:flex-row md:items-start md:justify-between"><div class="max-w-xl text-xs leading-relaxed text-secondary-foreground"><p>Polybase is a Pangaea product.</p><p class="mt-1.5">All rights reserved.</p></div><div class="flex flex-wrap gap-x-6 gap-y-3 text-xs text-secondary-foreground"><a href="/privacy" class="hover:text-foreground transition-colors">Privacy Policy</a><a href="/terms" class="hover:text-foreground transition-colors">Terms of Service</a><a href="/cookies" class="hover:text-foreground transition-colors">Cookies</a><button type="button" class="hover:text-foreground transition-colors cursor-pointer">Cookie settings</button></div></div></div></footer><!--astro:end--></astro-island>  </div> <astro-island uid="v3cHE" prefix="r7" component-url="/_astro/CookieConsent.DHjJ4SxM.js" component-export="CookieConsent" renderer-url="/_astro/client.CT7_ahLI.js" props="{&quot;lang&quot;:[0,&quot;en&quot;]}" ssr client="load" opts="{&quot;name&quot;:&quot;CookieConsent&quot;,&quot;value&quot;:true}"></astro-island> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body></html>