Logo Cloud Simple
Trusted by teams at
Vercel
Netlify
Supabase
Cloudflare
PlanetScale
Prisma
<section class="border-t border-gray-100 bg-white px-6 py-16 lg:px-8">
<div class="mx-auto max-w-5xl">
<p
class="mb-10 text-center text-xs font-semibold uppercase tracking-widest text-gray-400"
>
Trusted by teams at
</p>
<div class="flex flex-wrap items-center justify-center gap-x-12 gap-y-8">
<div
class="flex items-center justify-center"
style="width: 80px"
aria-label="Vercel"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>Vercel</span
>
</div>
<div
class="flex items-center justify-center"
style="width: 88px"
aria-label="Netlify"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>Netlify</span
>
</div>
<div
class="flex items-center justify-center"
style="width: 104px"
aria-label="Supabase"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>Supabase</span
>
</div>
<div
class="flex items-center justify-center"
style="width: 116px"
aria-label="Cloudflare"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>Cloudflare</span
>
</div>
<div
class="flex items-center justify-center"
style="width: 112px"
aria-label="PlanetScale"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>PlanetScale</span
>
</div>
<div
class="flex items-center justify-center"
style="width: 76px"
aria-label="Prisma"
>
<!-- Placeholder wordmark — replace with real <img> or <svg> -->
<span class="text-sm font-semibold tracking-tight text-gray-300"
>Prisma</span
>
</div>
</div>
</div>
</section>