VibeCoderzVibeCoderz
Telegram
All Prompts
Feature Checklist with Icons preview
listfeatureschecklistmodernicons

Feature Checklist with Icons

Список преимуществ с иконками-галочками. Идеален для демонстрации фич, услуг. Современный UI-паттерн для сайтов и приложений.

Prompt

<div>
  <ul class="space-y-2 text-sm text-neutral-300">
    <li class="flex gap-2 items-start">
      <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="w-4 h-4 text-emerald-400 mt-0.5 flex-shrink-0">
        <path d="M20 6 9 17l-5-5"></path>
      </svg>
      <span>Senior engineers and designers only — no handoffs, no fluff.</span>
    </li>
    <li class="flex items-start 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="2" stroke-linecap="round" stroke-linejoin="round" class="w-4 h-4 text-emerald-400 mt-0.5 flex-shrink-0">
        <path d="M20 6 9 17l-5-5"></path>
      </svg>
      <span>Transparent weekly demos, metrics, and delivery plans.</span>
    </li>
    <li class="flex items-start 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="2" stroke-linecap="round" stroke-linejoin="round" class="w-4 h-4 text-emerald-400 mt-0.5 flex-shrink-0">
        <path d="M20 6 9 17l-5-5"></path>
      </svg>
      <span>Security, accessibility, and performance baked-in.</span>
    </li>
  </ul>
</div>
All Prompts