VibeCoderzVibeCoderz
Telegram
All Prompts
Responsive Tailwind Pricing Table (3 Tiers) preview
pricingtableresponsivetailwindsaascta

Responsive Tailwind Pricing Table (3 Tiers)

Адаптивная таблица цен (3 тарифа) на Tailwind CSS. Идеально для лендингов SaaS, с кнопками CTA и выделенным планом.

Prompt

<section class="relative z-10 max-w-7xl sm:px-6 lg:px-8 mr-auto ml-auto pt-8 pr-4 pb-20 pl-4">
    <div class="relative overflow-hidden rounded-3xl bg-neutral-900 ring-1 ring-white/10 p-6 sm:p-10">
      <div class="flex flex-col sm:flex-row sm:items-end sm:justify-between gap-6 mb-8">
        <div class="">
          <p class="text-[11px] sm:text-xs uppercase tracking-[0.2em] text-neutral-400">(Pricing)</p>
          <h2 class="sm:text-4xl md:text-5xl text-3xl text-white mt-2 tracking-tighter">Simple plans, pro features</h2>
        </div>
        <p class="text-sm sm:text-base text-neutral-300 max-w-[42ch]">
          Start free. Upgrade anytime. Educational discounts available.
        </p>
      </div>

      <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
        <!-- Free -->
        <div class="rounded-2xl border border-white/10 bg-neutral-900 p-6">
          <h3 class="text-xl text-white tracking-tight">Free</h3>
          <p class="text-sm text-neutral-400 mt-1">Non‑commercial</p>
          <div class="mt-4 flex items-baseline gap-1">
            <span class="text-4xl text-white tracking-tight">$0</span>
            <span class="text-sm text-neutral-400">/mo</span>
          </div>
          <ul class="mt-4 space-y-2 text-sm text-neutral-300">
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> Core editing
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> 1080p export
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="x" class="lucide lucide-x w-4 h-4 text-neutral-500" style="stroke-width:1.5"><path d="M18 6 6 18" class=""></path><path d="m6 6 12 12" class=""></path></svg> Pro color tools
            </li>
          </ul>
          <a href="#download" class="mt-5 inline-flex w-full items-center justify-center rounded-full bg-white/10 hover:bg-white/15 text-white h-11 ring-1 ring-white/10 text-sm">Get started</a>
        </div>

        <!-- Studio -->
        <div class="rounded-2xl border border-indigo-500/30 bg-gradient-to-b from-indigo-500/10 to-transparent p-6 ring-1 ring-indigo-400/20">
          <div class="flex items-center justify-between">
            <h3 class="text-xl text-white tracking-tight">Studio</h3>
            <span class="inline-flex items-center gap-1 rounded-lg border border-indigo-400/30 bg-indigo-500/10 px-2 py-1 text-[11px] text-indigo-200">
              <span class="h-1.5 w-1.5 rounded-full bg-indigo-400"></span>
              Popular
            </span>
          </div>
          <p class="text-sm text-neutral-400 mt-1">Commercial</p>
          <div class="mt-4 flex items-baseline gap-1">
            <span class="text-4xl text-white tracking-tight">$19</span>
            <span class="text-sm text-neutral-400">/mo</span>
          </div>
          <ul class="mt-4 space-y-2 text-sm text-neutral-300">
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> 4K export, ProRes
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> GPU scopes &amp; HDR
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> AI transcript edit
            </li>
          </ul>
          <a href="#download" class="mt-5 inline-flex w-full items-center justify-center rounded-full bg-gradient-to-b from-indigo-500 to-indigo-600 hover:from-indigo-400 hover:to-indigo-600 text-white h-11 ring-1 ring-indigo-400/30 text-sm">Start Studio</a>
        </div>

        <!-- Team -->
        <div class="rounded-2xl border border-white/10 bg-neutral-900 p-6">
          <h3 class="text-xl text-white tracking-tight">Team</h3>
          <p class="text-sm text-neutral-400 mt-1">Seats &amp; collaboration</p>
          <div class="mt-4 flex items-baseline gap-1">
            <span class="text-4xl text-white tracking-tight">$49</span>
            <span class="text-sm text-neutral-400">/mo</span>
          </div>
          <ul class="mt-4 space-y-2 text-sm text-neutral-300">
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> Shared libraries
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> Review &amp; comments
            </li>
            <li class="flex items-center gap-2">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-lucide="check" class="lucide lucide-check w-4 h-4 text-emerald-400" style="stroke-width:1.5"><path d="M20 6 9 17l-5-5" class=""></path></svg> License manager
            </li>
          </ul>
          <a href="#download" class="mt-5 inline-flex w-full items-center justify-center rounded-full bg-white/10 hover:bg-white/15 text-white h-11 ring-1 ring-white/10 text-sm">Contact sales</a>
        </div>
      </div>
    </div>
  </section>
All Prompts