<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-adsense-account" content="ca-pub-1001412206051588">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AsmiAI — Discover the Best AI Tools in 2026</title>
<meta name="description" content="Find, compare and review 228 AI tools for writing, coding, image generation, video, voice, and productivity. Honest reviews, pricing, and comparisons. Updated 2026.">
<meta name="keywords" content="best AI tools, AI tools directory, AI software, AI tools 2026, free AI tools, AI writing tools, AI coding tools">
<link rel="canonical" href="https://asmiai.xyz/">

<!-- Open Graph -->
<meta property="og:title" content="AsmiAI — Discover the Best AI Tools in 2026">
<meta property="og:description" content="Find, compare and review 228 AI tools for every use case. Honest reviews, pricing, and side-by-side comparisons.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://asmiai.xyz/">
<meta property="og:image" content="https://asmiai.xyz/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@asmiai_xyz">

<!-- Schema.org -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "AsmiAI",
  "url": "https://asmiai.xyz",
  "description": "Discover and compare the best AI tools for every job",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://asmiai.xyz/?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TG3KZFDM74"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-TG3KZFDM74');
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Cormorant+Garamond:wght@400;600;700&display=swap" rel="stylesheet">
<style>
  :root {
    --bg: #0a0a0f;
    --surface: #12121a;
    --surface2: #1a1a26;
    --border: #ffffff12;
    --border2: #ffffff20;
    --text: #f0f0f8;
    --muted: #8888aa;
    --accent: #6c63ff;
    --accent2: #ff6b9d;
    --accent3: #63ffda;
    --yellow: #ffd56c;
    --card-bg: #13131e;
    --glow: rgba(124, 108, 255, 0.15);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NOISE TEXTURE OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.4;
  }

  /* ── TYPOGRAPHY ── */
  h1, h2, h3, h4, .logo { font-family: 'Syne', sans-serif; }

  /* ── GRID MESH BACKGROUND ── */
  .mesh-bg {
    position: fixed;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 50% at 20% -10%, rgba(124,108,255,0.12) 0%, transparent 60%),
      radial-gradient(ellipse 60% 40% at 80% 100%, rgba(255,108,138,0.08) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 50% 50%, rgba(108,255,212,0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .content-wrap { position: relative; z-index: 1; }

  /* ── NAV ── */
  nav {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(10,10,15,0.8);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    align-items: baseline;
    gap: 0;
    text-decoration: none;
    line-height: 1;
  }

  .logo-icon { display: none; }

  .logo .logo-asmi {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #f0f0f8;
    letter-spacing: -0.5px;
    line-height: 1;
  }

  .logo .logo-ai {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #a78bfa 0%, #6c63ff 40%, #ff6b9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    line-height: 1;
    filter: drop-shadow(0 0 8px rgba(108,99,255,0.5));
  }

  .logo .logo-ai, .logo .logo-asmi { display: inline; }

  nav ul {
    list-style: none;
    display: flex;
    gap: 32px;
    align-items: center;
  }

  nav ul a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 400;
    transition: color 0.2s;
    letter-spacing: 0.01em;
  }

  nav ul a:hover { color: var(--text); }

  .nav-cta {
    background: var(--accent);
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 500 !important;
    transition: opacity 0.2s, transform 0.2s !important;
  }

  .nav-cta:hover { opacity: 0.85; transform: translateY(-1px); }

  .nav-right { display: flex; align-items: center; gap: 8px; }

  /* ── HERO ── */
  .hero {
    padding: 72px 5% 56px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(124,108,255,0.12);
    border: 1px solid rgba(124,108,255,0.3);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.8rem;
    color: #a99fff;
    margin-bottom: 28px;
    animation: fadeUp 0.6s ease both;
  }

  .badge-dot {
    width: 6px; height: 6px;
    background: var(--accent3);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }

  .hero h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    animation: fadeUp 0.6s 0.1s ease both;
  }

  .hero h1 .grad {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 60%, var(--yellow) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero p {
    font-size: 1.15rem;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 40px;
    animation: fadeUp 0.6s 0.2s ease both;
    line-height: 1.7;
  }

  .hero-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 0.6s 0.3s ease both;
  }

  .btn-primary {
    background: linear-gradient(135deg, var(--accent), #9b8bff);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 8px 30px rgba(124,108,255,0.35);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(124,108,255,0.5);
  }

  .btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border2);
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-ghost:hover {
    background: var(--surface);
    border-color: var(--accent);
  }

  .hero-stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
    animation: fadeUp 0.6s 0.4s ease both;
    flex-wrap: wrap;
  }

  .stat { text-align: center; }

  .stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text);
    display: block;
  }

  .stat-label {
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  /* ── SEARCH ── */
  .search-section {
    padding: 0 5% 60px;
    max-width: 760px;
    margin: 0 auto;
    animation: fadeUp 0.6s 0.2s ease both;
  }

  .search-wrap {
    position: relative;
  }

  .search-wrap input {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border2);
    border-radius: 14px;
    padding: 18px 56px 18px 54px;
    font-size: 1rem;
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .search-wrap input::placeholder { color: var(--muted); }

  .search-wrap input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(124,108,255,0.15);
  }

  .search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 1.1rem;
    pointer-events: none;
  }

  .search-shortcut {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.72rem;
    color: var(--muted);
    pointer-events: none;
  }

  /* ── CATEGORIES ── */
  .categories-section {
    padding: 0 5% 56px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .section-title {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .section-link {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s;
  }

  .section-link:hover { gap: 8px; }

  .cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
  }

  .cat-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 16px;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s, background 0.2s;
    text-decoration: none;
    color: var(--text);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cat-card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    background: var(--surface);
  }

  .cat-card.active {
    border-color: var(--accent);
    background: rgba(124,108,255,0.08);
  }

  .cat-icon { font-size: 1.5rem; }

  .cat-name {
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
  }

  .cat-count {
    font-size: 0.75rem;
    color: var(--muted);
  }

  /* ── AD BANNER ── */
  .ad-banner {
    max-width: 1140px;
    width: calc(100% - 10%);
    margin: 0 auto 40px;
    background: linear-gradient(135deg, rgba(124,108,255,0.08) 0%, rgba(255,108,138,0.06) 100%);
    border: 1px solid rgba(124,108,255,0.2);
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .ad-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 2px 8px;
    white-space: nowrap;
  }

  .ad-content { flex: 1; min-width: 200px; }

  .ad-content h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .ad-content p { font-size: 0.85rem; color: var(--muted); }

  .ad-cta {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
    transition: opacity 0.2s;
  }

  .ad-cta:hover { opacity: 0.85; }

  /* ── TOOLS GRID ── */
  .tools-section {
    padding: 0 5% 56px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }

  .tool-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.5s ease both;
    text-decoration: none;
    color: var(--text);
    display: block;
  }

  .tool-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(124,108,255,0.06) 0%, transparent 60%);
    transition: opacity 0.3s;
    pointer-events: none;
  }

  .tool-card:hover {
    border-color: var(--border2);
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }

  .tool-card:hover::before { opacity: 1; }

  .tool-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .tool-logo {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
  }

  .tool-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .badge {
    font-size: 0.68rem;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .badge-free {
    background: rgba(108,255,212,0.12);
    color: var(--accent3);
    border: 1px solid rgba(108,255,212,0.2);
  }

  .badge-paid {
    background: rgba(255,213,108,0.1);
    color: var(--yellow);
    border: 1px solid rgba(255,213,108,0.2);
  }

  .badge-featured {
    background: rgba(124,108,255,0.12);
    color: #a99fff;
    border: 1px solid rgba(124,108,255,0.25);
  }

  .badge-new {
    background: rgba(255,108,138,0.1);
    color: #ff9eb5;
    border: 1px solid rgba(255,108,138,0.2);
  }

  .tool-name {
    font-family: 'Syne', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
  }

  .tool-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .tool-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }

  .tool-category {
    font-size: 0.75rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .tool-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.82rem;
    font-weight: 500;
  }

  .stars { color: var(--yellow); font-size: 0.75rem; }

  .tool-card.sponsored {
    border-color: rgba(255,213,108,0.2);
  }

  .tool-card.sponsored::after {
    content: 'Sponsored';
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 0.65rem;
    color: var(--yellow);
    background: rgba(255,213,108,0.1);
    border: 1px solid rgba(255,213,108,0.2);
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  /* ── FEATURED TOOL (wide card) ── */
  .tool-card.featured-wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, rgba(124,108,255,0.08) 0%, rgba(10,10,15,1) 60%);
    border-color: rgba(124,108,255,0.25);
    padding: 28px 32px;
  }

  .featured-wide .tool-logo {
    width: 64px; height: 64px;
    font-size: 1.8rem;
    border-radius: 16px;
  }

  .featured-wide .tool-info { flex: 1; }

  .featured-wide .tool-name { font-size: 1.25rem; margin-bottom: 4px; }

  .featured-wide-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    min-width: 140px;
  }

  @media (max-width: 700px) {
    .tool-card.featured-wide {
      grid-template-columns: 1fr;
      grid-column: 1;
    }
    .featured-wide-cta { align-items: flex-start; }
  }

  /* ── FILTERS BAR ── */
  .filters-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .filter-btn {
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--muted);
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 0.82rem;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
  }

  .filter-btn:hover, .filter-btn.active {
    background: rgba(124,108,255,0.1);
    border-color: var(--accent);
    color: var(--text);
  }

  /* ── NEWSLETTER ── */
  .newsletter {
    margin: 0 5% 48px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 36px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .newsletter::before {
    content: '';
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 400px; height: 200px;
    background: radial-gradient(ellipse, rgba(124,108,255,0.15) 0%, transparent 70%);
    pointer-events: none;
  }

  .newsletter h2 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
  }

  .newsletter p {
    color: var(--muted);
    max-width: 460px;
    margin: 0 auto 32px;
    font-size: 0.95rem;
  }

  .newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .newsletter-form input {
    flex: 1;
    min-width: 200px;
    background: var(--bg);
    border: 1px solid var(--border2);
    border-radius: 10px;
    padding: 13px 18px;
    font-size: 0.9rem;
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color 0.2s;
  }

  .newsletter-form input:focus { border-color: var(--accent); }
  .newsletter-form input::placeholder { color: var(--muted); }

  /* ── TRENDING ── */
  .trending-section {
    padding: 0 5% 56px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .trending-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
  }

  .trending-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    text-decoration: none;
    color: var(--text);
  }

  .trending-item:hover {
    border-color: var(--border2);
    transform: translateY(-1px);
  }

  .trending-rank {
    font-family: 'Syne', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--muted);
    min-width: 24px;
    text-align: center;
  }

  .trending-logo {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  .trending-info h4 {
    font-size: 0.88rem;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
    margin-bottom: 2px;
  }

  .trending-info p {
    font-size: 0.72rem;
    color: var(--muted);
  }

  .trending-arrow {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.8rem;
  }

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid var(--border);
    padding: 60px 5% 40px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }

  @media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }

  .footer-brand .logo { margin-bottom: 12px; }
  .footer-brand p { font-size: 0.85rem; color: var(--muted); max-width: 280px; line-height: 1.7; }

  .footer-col h5 {
    font-family: 'Syne', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-bottom: 16px;
  }

  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

  .footer-col ul a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
  }

  .footer-col ul a:hover { color: var(--text); }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }

  .footer-socials { display: flex; gap: 12px; }

  .social-btn {
    width: 36px; height: 36px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
    cursor: pointer;
  }

  .social-btn:hover {
    border-color: var(--accent);
    color: var(--text);
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ── SCROLLBAR ── */
  ::-webkit-scrollbar { width: 8px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: var(--surface2); border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover { background: var(--border2); }

  /* ── MODAL ── */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .modal-overlay.open {
    opacity: 1;
    pointer-events: all;
  }

  .modal {
    background: var(--surface);
    border: 1px solid var(--border2);
    border-radius: 20px;
    padding: 36px;
    max-width: 520px;
    width: 100%;
    transform: scale(0.95) translateY(10px);
    transition: transform 0.3s;
  }

  .modal-overlay.open .modal {
    transform: scale(1) translateY(0);
  }

  .modal-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .modal-logo {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
  }

  .modal h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
  }

  .modal-close {
    position: absolute;
    top: 16px; right: 16px;
    background: var(--surface2);
    border: 1px solid var(--border);
    color: var(--muted);
    width: 32px; height: 32px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    transition: color 0.2s;
  }

  .modal-close:hover { color: var(--text); }

  .modal-body p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .modal-tag {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 0.78rem;
    color: var(--muted);
  }

  .modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
  }

  .modal-actions .btn-primary { flex: 1; justify-content: center; }
  .modal-actions .btn-ghost { padding: 14px 16px; }

  /* ── TOAST ── */
  .toast {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: var(--surface);
    border: 1px solid var(--border2);
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    z-index: 1000;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    max-width: 320px;
  }

  .toast.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .toast-icon { font-size: 1rem; }


  /* ── MOBILE NAV ── */
  .nav-hamburger {
    display: none;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    width: 36px; height: 36px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .nav-hamburger { display: flex; }
    nav ul {
      display: none;
      position: absolute;
      top: 64px; left: 0; right: 0;
      background: rgba(10,10,15,0.97);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
      flex-direction: column;
      padding: 16px 5%;
      gap: 16px;
      z-index: 99;
    }
    nav ul.mobile-open { display: flex; }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 769px) {
    nav ul.mobile-open { display: flex; }
    .hero { padding: 60px 5% 50px; }
    .hero h1 { font-size: 2.4rem; }
    .cats-grid { grid-template-columns: repeat(3, 1fr); }
    .tools-grid { grid-template-columns: 1fr; }
    .ad-banner { flex-direction: column; align-items: flex-start; }
  }

  /* ── SUBMIT TOOL MODAL ── */
  .form-group { margin-bottom: 16px; }
  .form-group label { display: block; font-size: 0.82rem; color: var(--muted); margin-bottom: 6px; }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%;
    background: var(--bg);
    border: 1px solid var(--border2);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.88rem;
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color 0.2s;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--accent);
  }
  .form-group textarea { resize: vertical; min-height: 80px; }
  .form-group select option { background: var(--surface); }

  /* ── Sponsored / Featured badge system ── */
  .tool-card.is-featured{border:1.5px solid rgba(255,107,157,.45);position:relative;}
  .tool-card.is-featured::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,107,157,.07),rgba(255,140,66,.05));pointer-events:none;z-index:0;}
  .featured-badge{display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,#ff6b9d,#ff8c42);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:20px;margin-bottom:8px;}
  .featured-badge svg{width:10px;height:10px;fill:#fff;}

  /* ── "Get Featured" CTA banner ── */
  .get-featured-banner{background:linear-gradient(135deg,rgba(255,107,157,.12),rgba(255,140,66,.08));border:1px solid rgba(255,107,157,.25);border-radius:14px;padding:28px 32px;margin:56px 5% 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
  .get-featured-banner h3{font-size:1.1rem;font-weight:700;margin:0 0 4px;}
  .get-featured-banner p{font-size:.85rem;color:var(--muted);margin:0;}
  .btn-get-featured{background:linear-gradient(135deg,#ff6b9d,#ff8c42);color:#fff;text-decoration:none;padding:12px 26px;border-radius:10px;font-weight:600;font-size:.88rem;white-space:nowrap;transition:opacity .2s;}
  .btn-get-featured:hover{opacity:.88;}


  /* ── TODAY IN AI (homepage) ── */
  .today-section {
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 5%;
  }
  .today-section .section-header {
    margin-bottom: 20px;
  }
  .live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 99, 99, 0.12);
    border: 1px solid rgba(255, 99, 99, 0.25);
    border-radius: 20px;
    padding: 3px 10px 3px 8px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ff6363;
    vertical-align: middle;
    margin-left: 10px;
  }
  .live-dot {
    width: 6px;
    height: 6px;
    background: #ff6363;
    border-radius: 50%;
    animation: livePulse 1.4s ease-in-out infinite;
    flex-shrink: 0;
  }
  @keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
  }
  .today-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  @media (max-width: 900px) {
    .today-list { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 580px) {
    .today-list { grid-template-columns: 1fr; }
  }
  .today-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 20px 18px;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s, transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
  }
  .today-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px;
    height: 100%;
    background: var(--accent);
    border-radius: 14px 0 0 14px;
    opacity: 0.7;
  }
  .today-item:nth-child(2)::before { background: var(--accent2); }
  .today-item:nth-child(3)::before { background: var(--accent3); }
  .today-item:hover {
    border-color: var(--border2);
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  }
  .today-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .today-source {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(108, 99, 255, 0.1);
    border-radius: 4px;
    padding: 2px 7px;
  }
  .today-item:nth-child(2) .today-source {
    color: var(--accent2);
    background: rgba(255, 107, 157, 0.1);
  }
  .today-item:nth-child(3) .today-source {
    color: var(--accent3);
    background: rgba(99, 255, 218, 0.1);
  }
  .today-time {
    font-size: .68rem;
    color: var(--muted);
    white-space: nowrap;
  }
  .today-title {
    font-family: 'Syne', sans-serif;
    font-size: .92rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
    flex: 1;
  }
  .today-arrow {
    font-size: .8rem;
    color: var(--muted);
    align-self: flex-end;
    transition: color .2s, transform .2s;
  }
  .today-item:hover .today-arrow {
    color: var(--accent);
    transform: translate(2px, -2px);
  }
</style>
</head>
<body>

<div class="mesh-bg"></div>
<div class="content-wrap">

<!-- NAV -->
<nav>
  <a href="/" class="logo" style="text-decoration:none;">
    <span class="logo-asmi">Asmi</span><span class="logo-ai">AI</span>
  </a>
  <ul>
    <li><a href="#tools" onclick="resetTools()">Browse Tools</a></li>
    <li><a href="#trending">Trending</a></li>
    <li><a href="#categories">Categories</a></li>
    <li><a href="/for/">By Role</a></li>
    <li><a href="/compare/">Compare</a></li>
    <li><a href="/alternatives/">Alternatives</a></li>
    <li><a href="/news/">News</a></li>
    <li><a href="/advertise/">Advertise</a></li>
    <li><a href="/blog/">Blog</a></li>
  </ul>
  <button class="nav-hamburger" id="navHamburger" onclick="toggleMobileNav()" aria-label="Menu">☰</button>
  <div class="nav-right">
    <a href="#" class="nav-cta" onclick="openSubmitModal(event)">+ Submit Tool</a>
  </div>
</nav>

<!-- HERO -->
<section class="hero">
  <div class="hero-badge">
    <span class="badge-dot"></span>
    228 AI tools reviewed & ranked — updated 2026</div>
  <h1>Find the perfect AI tool<br>for <span class="grad">any job you have</span></h1>
  <p>Stop wasting hours searching. AsmiAI curates, ranks, and reviews the world's best AI tools — so you find what works, fast.</p>
  <div class="hero-actions">
    <a href="#tools" class="btn-primary" onclick="resetTools()">🔍 Browse Tools</a>
    <a href="#" class="btn-ghost" onclick="openSubmitModal(event)">Submit a Tool →</a>
  </div>
  <div class="hero-stats">
    <div class="stat">
      <span class="stat-num">228</span>
      <span class="stat-label">Tools Listed</span>
    </div>
    <div class="stat">
      <span class="stat-num">29</span>
      <span class="stat-label">Categories</span>
    </div>
    <div class="stat">
      <span class="stat-num">10K+</span>
      <span class="stat-label">Launch Week Requests</span>
    </div>
    <div class="stat">
      <span class="stat-num">Join Free</span>
      <span class="stat-label">Newsletter</span>
    </div>
  </div>
</section>

<!-- SOCIAL PROOF BAR -->
<div id="social-proof-bar" style="display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;padding:14px 5%;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(108,99,255,.04);font-size:.8rem;color:var(--muted);">
  <span>🛠️ <strong style="color:var(--text)" id="sp-tools">228 AI tools</strong> reviewed &amp; ranked</span>
  <span style="color:var(--border2)">|</span>
  <span>⚖️ <strong style="color:var(--text)" id="sp-compare">1,616 comparisons</strong> to help you decide</span>
  <span style="color:var(--border2)">|</span>
  <span>📂 <strong style="color:var(--text)" id="sp-categories">29 categories</strong> across every use case</span>
  <span style="color:var(--border2)">|</span>
  <span>✍️ <strong style="color:var(--text)" id="sp-blog">22 in-depth guides</strong> &amp; comparisons</span>
</div>

<!-- SEARCH -->
<section class="search-section">
  <div class="search-wrap">
    <span class="search-icon">🔍</span>
    <input type="text" id="searchInput" placeholder="Search tools by name, use case, or category..." oninput="handleSearch(this.value)">
    <span class="search-shortcut" id="searchHint">⌘K</span>
  </div>
</section>

<!-- CATEGORIES -->
<section class="categories-section" id="categories">
  <div class="section-header">
    <h2 class="section-title">Browse by Category</h2>
    <a href="/category/" class="section-link">All categories →</a>
  </div>
  <div class="cats-grid" id="catsGrid">
    <!-- Rendered by JS -->
  </div>
</section>

<!-- AD SLOT 1 — Display (Mediavine/AdThrive auto-insert once approved) -->
<!-- [DISPLAY_AD_SLOT_1] Replace this comment with Mediavine/AdThrive leaderboard tag (728×90 desktop / 320×50 mobile) -->
<div class="ad-banner">
  <span class="ad-label">Sponsored</span>
  <div class="ad-content">
    <h4>🖊️ Jasper AI — On-brand content at scale</h4>
    <p>Generate blog posts, ads, emails, and social content 10× faster. Trusted by 100,000+ marketing teams.</p>
  </div>
  <a href="https://www.jasper.ai/?fpr=asmiai" target="_blank" rel="noopener sponsored" class="ad-cta" style="text-decoration:none;display:inline-block;">Try Free for 7 Days →</a>
</div>

<!-- TOOLS SECTION -->
<section class="tools-section" id="tools">
  <div class="section-header">
    <h2 class="section-title">All Tools</h2>
    <a href="#tools" class="section-link" id="toolsCount">View all 228 →</a>
  </div>

  <div class="filters-bar" id="filtersBar">
    <button class="filter-btn active" onclick="setFilter('all', this)">All</button>
    <button class="filter-btn" onclick="setFilter('free', this)">Free</button>
    <button class="filter-btn" onclick="setFilter('paid', this)">Paid</button>
    <button class="filter-btn" onclick="setFilter('new', this)">New</button>
    <button class="filter-btn" onclick="setFilter('featured', this)">Featured</button>
  </div>

  <div class="tools-grid" id="toolsGrid">
    <!-- Rendered by JS -->
  </div>
  <div id="loadMoreWrap" style="text-align:center;padding:40px 0 20px;display:none;">
    <button id="loadMoreBtn" onclick="loadMoreTools()" style="background:var(--surface);border:1px solid var(--border2);color:var(--text);padding:14px 36px;border-radius:12px;font-size:.95rem;font-family:'DM Sans',sans-serif;cursor:pointer;transition:border-color .2s,background .2s;">
      Load more <span id="loadMoreCount"></span>
    </button>
  </div>
</section>

<!-- TRENDING -->
<section class="trending-section" id="trending">
  <div class="section-header">
    <h2 class="section-title">🔥 Trending This Week</h2>
    <a href="#trending" class="section-link">See all →</a>
  </div>
  <div class="trending-list" id="trendingList"></div>
</section>



<!-- AD SLOT 3 — Mid-page rectangle -->
<!-- [DISPLAY_AD_SLOT_3] Replace with Mediavine/AdThrive 300x250 tag -->
<div class="ad-banner" style="max-width:600px;margin:0 auto 0;">
  <span class="ad-label">Sponsored</span>
  <div class="ad-content">
    <h4>⚡ ElevenLabs — Clone Any Voice in Seconds</h4>
    <p>The world's most realistic AI voice generator. Used by 1M+ creators, publishers, and enterprises.</p>
  </div>
  <a href="https://elevenlabs.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools" target="_blank" rel="noopener sponsored" class="ad-cta" style="text-decoration:none;display:inline-block;">Try Free →</a>
</div>

<!-- RECENTLY ADDED -->
<section class="tools-section" id="new-tools" style="padding-top:48px;">
  <div class="section-header">
    <h2 class="section-title">🆕 Recently Added</h2>
    <a href="/#tools" class="section-link" onclick="setFilter('new', document.querySelector('[onclick*=\"new\"]'));return false;">View all new →</a>
  </div>
  <div class="tools-grid" id="newToolsGrid"></div>
</section>

<!-- TODAY IN AI -->
<section class="today-section" id="news">
  <div class="section-header">
    <h2 class="section-title">📰 Today in AI <span class="live-badge"><span class="live-dot"></span>Live</span></h2>
    <a href="/news/" class="section-link">All news →</a>
  </div>
  <div class="today-list">
    
        <a href="https://techcrunch.com/2026/06/03/metas-ai-agent-for-whatsapp-business-is-now-available-globally/" target="_blank" rel="noopener noreferrer" class="today-item">
          <div class="today-item-meta">
            <span class="today-source">TechCrunch AI</span>
            <span class="today-time">Just now</span>
          </div>
          <span class="today-title">Meta’s AI agent for WhatsApp Business is now available globally</span>
          <span class="today-arrow">↗</span>
        </a>
        <a href="https://techcrunch.com/2026/06/03/coralogix-raises-200m-in-race-to-build-the-monitoring-layer-for-ai-agents/" target="_blank" rel="noopener noreferrer" class="today-item">
          <div class="today-item-meta">
            <span class="today-source">TechCrunch AI</span>
            <span class="today-time">1h ago</span>
          </div>
          <span class="today-title">Coralogix raises $200M on bet that someone needs to watch the AI agents</span>
          <span class="today-arrow">↗</span>
        </a>
        <a href="https://www.technologyreview.com/2026/06/03/1138322/the-download-trump-ai-order-smart-glasses-warfare/" target="_blank" rel="noopener noreferrer" class="today-item">
          <div class="today-item-meta">
            <span class="today-source">MIT Tech Review</span>
            <span class="today-time">2h ago</span>
          </div>
          <span class="today-title">The Download: Trump’s new AI order, and smart glasses for warfare</span>
          <span class="today-arrow">↗</span>
        </a>
  </div>
</section>

<!-- NEWSLETTER -->
<section class="newsletter" id="newsletter">
  <h2>Stay ahead of the curve</h2>
  <p>Get the 5 best new AI tools in your inbox every week. No fluff, just tools that actually work.</p>
  <p style="font-size:0.8rem;color:var(--accent);font-weight:600;margin-bottom:4px;margin-top:-4px;">📬 Join 2,400+ readers — free, weekly</p>
  <div class="newsletter-form">
    <input type="email" placeholder="your@email.com" id="emailInput">
    <button class="btn-primary" id="homeSubBtn" onclick="handleSubscribe()">Subscribe →</button>
  </div>
  
  
  <p id="homeSubMsg" style="font-size:0.85rem;min-height:0;margin-top:8px;"></p>
  <p style="font-size:0.75rem;color:var(--muted);margin-top:12px;">No spam. Unsubscribe anytime. <a href="/privacy/" style="color:var(--accent)">Privacy Policy</a></p>
</section>

<!-- AD SLOT 2 — Display (Mediavine/AdThrive auto-insert once approved) -->
<!-- [DISPLAY_AD_SLOT_2] Replace this comment with Mediavine/AdThrive rectangle tag (300×250) -->
<div class="ad-banner">
  <span class="ad-label">Sponsored</span>
  <div class="ad-content">
    <h4>📊 Notion AI — Work Smarter, Not Harder</h4>
    <p>AI-powered docs, databases, and wikis. The all-in-one workspace for modern teams.</p>
  </div>
  <a href="https://affiliate.notion.so/asmiai" target="_blank" rel="noopener sponsored" class="ad-cta" style="text-decoration:none;display:inline-block;">Get Started Free</a>
</div>

<!-- FOOTER -->
<footer><div class="footer-bottom"><p style="font-size:.8rem;color:var(--muted);line-height:1.9">© 2026 AsmiAI · <a href="/" style="color:var(--muted);text-decoration:none">Home</a> · <a href="/#tools" style="color:var(--muted);text-decoration:none">All Tools</a> · <a href="/blog/" style="color:var(--muted);text-decoration:none">Blog</a> · <a href="/compare/" style="color:var(--muted);text-decoration:none">Compare</a> · <a href="/for/" style="color:var(--muted);text-decoration:none">By Role</a> · <a href="/newsletter/" style="color:var(--muted);text-decoration:none">Newsletter</a> · <a href="/advertise/" style="color:var(--muted);text-decoration:none">Advertise</a> · <a href="/about/" style="color:var(--muted);text-decoration:none">About</a> · <a href="/privacy/" style="color:var(--muted);text-decoration:none">Privacy</a> · <a href="/terms/" style="color:var(--muted);text-decoration:none">Terms</a> · <a href="/cookies/" style="color:var(--muted);text-decoration:none">Cookies</a> · <a href="/disclosure/" style="color:var(--muted);text-decoration:none">Disclosure</a></p><p style="font-size:.8rem;color:var(--muted);line-height:1.9">AI Tools for: <a href="/for/writers/" style="color:var(--muted);text-decoration:none">Writers</a> · <a href="/for/marketers/" style="color:var(--muted);text-decoration:none">Marketers</a> · <a href="/for/finance/" style="color:var(--muted);text-decoration:none">Finance</a> · <a href="/for/healthcare/" style="color:var(--muted);text-decoration:none">Healthcare</a> · <a href="/for/lawyers/" style="color:var(--muted);text-decoration:none">Lawyers</a> · <a href="/for/sales/" style="color:var(--muted);text-decoration:none">Sales</a> · <a href="/for/real-estate/" style="color:var(--muted);text-decoration:none">Real Estate</a> · <a href="/for/remote-work/" style="color:var(--muted);text-decoration:none">Remote Work</a> · <a href="/for/video-creators/" style="color:var(--muted);text-decoration:none">Video Creators</a> · <a href="/for/photographers/" style="color:var(--muted);text-decoration:none">Photographers</a> · <a href="/for/podcasters/" style="color:var(--muted);text-decoration:none">Podcasters</a> · <a href="/for/game-developers/" style="color:var(--muted);text-decoration:none">Game Developers</a></p><p style="font-size:.75rem;color:var(--muted);margin-top:8px">Some links are affiliate links. We earn a commission at no extra cost to you. <a href="/disclosure/" style="color:var(--muted)">Full disclosure →</a></p></div></footer>

</div><!-- /content-wrap -->

<!-- TOOL MODAL -->
<div class="modal-overlay" id="toolModal" onclick="closeModal(event)">
  <div class="modal" style="position:relative">
    <button class="modal-close" onclick="closeToolModal()">✕</button>
    <div class="modal-top">
      <div class="modal-logo" id="modalLogo"></div>
      <div>
        <h3 id="modalName"></h3>
        <div id="modalBadges" style="display:flex;gap:6px;flex-wrap:wrap;margin-top:4px;"></div>
      </div>
    </div>
    <div class="modal-body">
      <p id="modalDesc"></p>
      <div class="modal-tags" id="modalTags"></div>
      <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;">
        <span style="font-size:0.82rem;color:var(--muted)">Rating</span>
        <span id="modalRating" style="font-weight:500;font-size:0.9rem;"></span>
      </div>
      <div style="display:flex;align-items:center;justify-content:space-between;">
        <span style="font-size:0.82rem;color:var(--muted)">Pricing</span>
        <span id="modalPricing" style="font-size:0.85rem;color:var(--text);"></span>
      </div>
    </div>
    <div class="modal-actions">
      <a href="#" class="btn-primary" id="modalVisit" target="_blank" rel="noopener noreferrer">Visit Website ↗</a>
      <button class="btn-ghost" onclick="handleSave()">🔖 Save</button>
      <a class="btn-ghost" id="modalPageLink" href="#" target="_blank" rel="noopener noreferrer" style="display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);font-size:.88rem;">📄 Full Page</a>
    </div>
  </div>
</div>

<!-- SUBMIT TOOL MODAL -->
<div class="modal-overlay" id="submitModal" onclick="closeSubmitModal(event)">
  <div class="modal" style="position:relative;max-width:480px;">
    <button class="modal-close" onclick="document.getElementById('submitModal').classList.remove('open')">✕</button>
    <h3 style="font-family:'Syne',sans-serif;font-size:1.3rem;font-weight:800;margin-bottom:4px;">Submit a Tool</h3>
    <p style="color:var(--muted);font-size:0.85rem;margin-bottom:24px;">Get your AI tool in front of high-intent AI buyers.</p>
    <div class="form-group">
      <label>Tool Name *</label>
      <input id="submitToolName" type="text" placeholder="e.g. ChatGPT, Midjourney">
    </div>
    <div class="form-group">
      <label>Website URL *</label>
      <input id="submitToolUrl" type="url" placeholder="https://yourtool.com">
    </div>
    <div class="form-group">
      <label>Category *</label>
      <select id="submitToolCategory">
        <option value="">Select a category...</option>
        <option>Writing & Content</option>
        <option>Image Generation</option>
        <option>Coding & Dev</option>
        <option>Video & Audio</option>
        <option>Productivity</option>
        <option>Marketing</option>
        <option>Data & Analytics</option>
        <option>Customer Support</option>
        <option>Research</option>
        <option>Other</option>
      </select>
    </div>
    <div class="form-group">
      <label>Short Description</label>
      <textarea id="submitToolDesc" placeholder="What does your tool do? (max 200 chars)"></textarea>
    </div>
    <div class="form-group">
      <label>Your Email</label>
      <input id="submitToolEmail" type="email" placeholder="contact@yourtool.com">
    </div>
    <div style="display:flex;gap:10px;margin-top:8px;">
      <button class="btn-primary" style="flex:1;justify-content:center;border:none;" onclick="handleSubmitTool()">Submit for Review →</button>
    </div>
    <p style="font-size:0.72rem;color:var(--muted);text-align:center;margin-top:12px;">Free listing takes 3–5 days.</p>
    <div style="margin-top:16px;padding:14px;background:rgba(108,99,255,0.08);border:1px solid rgba(108,99,255,0.25);border-radius:10px;text-align:center;">
      <p style="font-size:0.82rem;font-weight:500;color:var(--text);margin-bottom:6px;">⚡ Want instant placement + featured badge?</p>
      <p style="font-size:0.75rem;color:var(--muted);margin-bottom:10px;">Sponsored listings go live in 24 hours and appear at the top of relevant categories.</p>
      <a href="/advertise/" style="display:inline-block;background:linear-gradient(135deg,#6c63ff,#ff6b9d);color:#fff;padding:8px 20px;border-radius:8px;font-size:0.82rem;font-weight:500;text-decoration:none;">View Sponsorship Packages →</a>
    </div>
  </div>
</div>

<!-- TOAST -->
<div class="toast" id="toast">
  <span class="toast-icon">✓</span>
  <span id="toastMsg">Done!</span>
</div>

<script>
// ── DATA ──
const categories = [
  { icon: '🤖', name: 'AI Chatbots',             slug: 'ai-chatbots',              count: 120 },
  { icon: '💻', name: 'AI Coding Tools',          slug: 'ai-coding-tools',          count: 80  },
  { icon: '✍️', name: 'AI Writing Tools',         slug: 'ai-writing-tools',         count: 95  },
  { icon: '🖼️', name: 'AI Image Generators',      slug: 'ai-image-generators',      count: 70  },
  { icon: '🎬', name: 'AI Video Generators',      slug: 'ai-video-generators',      count: 55  },
  { icon: '🎙️', name: 'AI Voice Generators',      slug: 'ai-voice-generators',      count: 40  },
  { icon: '📊', name: 'AI Data & Analytics',      slug: 'ai-data-analytics',        count: 60  },
  { icon: '📣', name: 'AI Marketing Tools',       slug: 'ai-marketing-tools',       count: 75  },
  { icon: '⚡', name: 'AI Productivity Tools',    slug: 'ai-productivity-tools',    count: 90  },
  { icon: '🔭', name: 'AI Research Tools',        slug: 'ai-research-tools',        count: 55  },
  { icon: '🤝', name: 'AI Customer Support',      slug: 'ai-customer-support',      count: 45  },
  { icon: '🏢', name: 'AI Business Tools',        slug: 'ai-business-tools',        count: 80  },
  { icon: '🎨', name: 'AI Design Tools',          slug: 'ai-design-tools',          count: 70  },
  { icon: '🛠️', name: 'AI Developer Tools',       slug: 'ai-developer-tools',       count: 80  },
  { icon: '🔧', name: 'AI DevOps Tools',          slug: 'ai-devops-tools',          count: 40  },
  { icon: '🎓', name: 'AI Education Tools',       slug: 'ai-education-tools',       count: 60  },
  { icon: '📧', name: 'AI Email Tools',           slug: 'ai-email-tools',           count: 50  },
  { icon: '🎵', name: 'AI Music Generators',      slug: 'ai-music-generators',      count: 30  },
  { icon: '🖼️', name: 'AI Photo Editors',         slug: 'ai-photo-editors',         count: 50  },
  { icon: '📅', name: 'AI Scheduling Tools',      slug: 'ai-scheduling-tools',      count: 30  },
  { icon: '📈', name: 'AI SEO Tools',             slug: 'ai-seo-tools',             count: 50  },
  { icon: '✂️', name: 'AI Video Editors',         slug: 'ai-video-editors',         count: 40  },
  { icon: '✍️', name: 'AI Content Tools',         slug: 'ai-content-tools',         count: 100 },
  { icon: '🎬', name: 'AI Content Creator Tools', slug: 'ai-content-creator-tools', count: 90  },
  { icon: '📊', name: 'AI Data Analysis',         slug: 'ai-data-analysis',         count: 60  },
];;


const tools = [
  { id:1, name:'Ada', slug:'ada', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Ada is an AI-powered customer service automation platform that resolves customer inquiries without human agents, integrating with your existing support stack including Salesforce, Zendesk, and Shopify. It handles the full resolution lifecycle — from understanding intent to taking action — without escalating to humans unless necessary. Ada is built for enterprise and mid-market teams that need to deflect high volumes of repetitive support tickets across chat, email, and messaging channels. Teams report deflection rates of 70%+ within weeks of deployment.', category:'AI Customer Support', rating:4.2, pricing:'Custom', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://ada.cx?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:2, name:'AdCreative.ai', slug:'adcreative-ai', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'AdCreative.ai generates conversion-optimized ad creatives and copy using AI trained on high-performing ad data across hundreds of industries and platforms. It produces complete ad sets — visuals, headlines, and body copy — for Facebook, Instagram, Google, and LinkedIn in minutes. Marketers and agencies use it to scale creative production without expanding design headcount. The platform scores each creative\'s predicted conversion rate before you publish, so you can focus budget on what\'s most likely to perform.', category:'AI Marketing Tools', rating:4.2, pricing:'$21–$149/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://adcreative.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:3, name:'Adobe Express', slug:'adobe-express', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Adobe Express is a quick-design app with AI-powered tools including Generative Fill, text-to-image, and Animate From Audio for bringing static designs to life. With 600,000+ templates optimized for social media, marketing materials, and short video, it\'s built for non-designers who need professional results fast. It integrates directly with Adobe Stock and Creative Cloud, making it the natural upgrade path for teams already in the Adobe ecosystem. The free plan is generous, while premium unlocks brand kits, background removal, and premium templates.', category:'AI Image Generators', rating:4.5, pricing:'Free / $9.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://express.adobe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:4, name:'Adobe Firefly', slug:'adobe-firefly', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Adobe Firefly is Adobe\'s family of creative generative AI models, built specifically on licensed and public domain content to be safe for commercial use. It generates images, text effects, vector graphics, and design variations directly inside Photoshop, Illustrator, Premiere Pro, and Express. Firefly\'s commercial safety guarantee sets it apart from open-source alternatives — every output is indemnified for business use. It\'s the go-to choice for brand designers and agencies who need AI-generated visuals without IP risk.', category:'AI Image Generators', rating:4.6, pricing:'Free / $4.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://firefly.adobe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:5, name:'Adobe Firefly Video', slug:'adobe-firefly-video', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Adobe Firefly Video is Adobe\'s AI video generation model, integrated directly into Premiere Pro and available standalone, that generates and extends video clips from text prompts or reference images. It specializes in commercially safe video generation — every output is trained on licensed Adobe Stock footage, making it safe to use in client work without copyright concerns. Key features include text-to-video generation, video extension (adding frames to existing clips), and generative fill for video. For video editors already in the Adobe ecosystem, Firefly Video eliminates the need to switch to standalone tools like Runway or Sora.', category:'AI Video Generators', rating:4.5, pricing:'From $9.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://firefly.adobe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:6, name:'Adobe Podcast', slug:'adobe-podcast', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Adobe Podcast is an AI-powered audio tool that makes podcast-quality production accessible to anyone. Its standout feature, Enhance Speech, removes background noise, echo, and room reverb from any recording with a single click — turning a noisy laptop mic into studio-quality sound. It also transcribes audio for editing, lets you edit audio by editing the transcript, and includes remote interview recording. At under $5/month for the paid tier, it\'s one of the most affordable professional audio AI tools available.', category:'AI Voice Generators', rating:4.7, pricing:'Free / $4.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://podcast.adobe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:7, name:'Ahrefs', slug:'ahrefs', emoji:'🔍', bg:'linear-gradient(135deg,#1a1a0d,#28280d)', desc:'Ahrefs is the industry-standard SEO toolset used by professional SEO teams worldwide, combining backlink analysis, keyword research, site auditing, and competitor intelligence in one platform. Its backlink index is the largest in the industry, updated every 15 minutes, making it the go-to tool for link building and competitive research. Ahrefs\' AI features include automatic content gap analysis, AI-powered keyword clustering, and predictive traffic forecasting. For agencies and in-house SEO teams serious about organic growth, Ahrefs is considered essential infrastructure alongside Semrush.', category:'AI SEO Tools', rating:4.8, pricing:'From $129/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://ahrefs.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI SEO Tools"] },
  { id:8, name:'AI2SQL', slug:'ai2sql', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'AI2SQL converts natural language queries into accurate SQL, letting business analysts and non-technical users query databases without writing a single line of code. It supports MySQL, PostgreSQL, BigQuery, Snowflake, and other major databases, and can explain existing queries in plain English. Teams use it to remove the bottleneck of waiting for a data engineer every time a stakeholder needs a custom report. The result is faster business decisions and a data team that can focus on higher-value analysis.', category:'AI Data & Analytics', rating:3.8, pricing:'$10–$50/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://ai2sql.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:9, name:'Aider', slug:'aider', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Aider is an open-source AI pair programmer that runs entirely in your terminal and connects directly to your local Git repository — no IDE plugin, no cloud sync, no subscription. It lets you describe code changes in plain English and automatically edits the relevant files, runs tests, and commits the result with a meaningful commit message. Unlike cloud IDEs, Aider works with any editor you already use and keeps your code entirely on your own machine. It supports GPT-4o, Claude Opus, Gemini, and local models via Ollama, making it the most model-flexible agentic coding tool available. Engineering teams at privacy-sensitive companies and open-source developers who live in the terminal use Aider to get AI-assisted development without giving up control.', category:'AI Coding Tools', rating:4.6, pricing:'Free (open-source)', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://aider.chat?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:10, name:'Akkio', slug:'akkio', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Akkio is a no-code AI platform for business analysts that delivers forecasting, churn prediction, lead scoring, and classification models without needing a data science team. Upload a CSV or connect your CRM, define the outcome you want to predict, and Akkio builds and deploys a model in minutes. It\'s aimed at marketing, sales, and operations teams at SMBs and agencies who want machine learning insights without the engineering overhead. Built-in dashboards and Slack integrations make predictions accessible to the whole team.', category:'AI Data & Analytics', rating:3.8, pricing:'$50/mo+', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://akkio.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:11, name:'Amazon Q', slug:'amazon-q', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Amazon Q is AWS\'s generative AI assistant for developers and businesses, offering code generation, bug fixes, security scanning, and deep AWS architecture guidance. For enterprises, Amazon Q Business connects to internal data sources — Confluence, Jira, S3, SharePoint — to answer employee questions grounded in company knowledge. Developers benefit from its unmatched AWS API knowledge, making it the strongest choice for teams building on or migrating to AWS infrastructure. It\'s available in VS Code, JetBrains, and the AWS Console.', category:'AI Coding Tools', rating:4.2, pricing:'$19–$25/user/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://aws.amazon.com/q?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:12, name:'Anyword', slug:'anyword', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Anyword is an AI writing platform that predicts the performance score of your copy before you publish, trained on billions of ad and content data points across Google, Facebook, email, and landing pages. Unlike generic AI writers, Anyword tells you which headline, CTA, or email subject line is most likely to convert for your specific audience. Marketing teams use it for ad copy, blog posts, email campaigns, and landing pages with built-in performance forecasting. Brand voice customization ensures all AI output stays on-message across your team.', category:'AI Writing Tools', rating:4.3, pricing:'$39–$79/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://anyword.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:13, name:'Artlist', slug:'artlist', emoji:'🎤', bg:'linear-gradient(135deg,#1f0d1a,#2e0d28)', desc:'Artlist is a music and sound effects licensing platform for video creators, offering unlimited downloads of high-quality, royalty-free music and SFX with a simple annual license that covers YouTube, social media, commercial use, and broadcast — all with a single subscription. Its AI features include a smart music search that finds tracks by mood, energy, genre, and video type using natural language, and AI stems that let you adjust the energy and instrumentation of tracks to match your video\'s pacing. For YouTubers, filmmakers, and video marketers who need professional music without copyright strikes, Artlist is the most trusted source.', category:'AI Content Creator Tools', rating:4.7, pricing:'From $9.99/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://artlist.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Content Creator Tools"] },
  { id:14, name:'AutoGPT', slug:'autogpt', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'AutoGPT is the original open-source autonomous AI agent that started the agent movement in 2023, and has since evolved into a full cloud platform where you can build, deploy, and run AI agents that complete multi-step tasks without human input at every turn. Agents can browse the web, read and write files, execute code, send emails, and chain together dozens of actions to complete complex goals. The hosted AutoGPT platform lets non-developers build agents visually, while developers can self-host the open-source version for full control. With over 160,000 GitHub stars, it remains the most widely referenced AI agent framework, used by researchers, marketers automating workflows, and developers building agent-powered products.', category:'AI Agents', rating:4.3, pricing:'Free / $29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://agpt.co?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:15, name:'Azure TTS', slug:'azure-tts', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Azure Text to Speech is Microsoft\'s enterprise-grade text-to-speech API offering 400+ neural voices across 140+ languages and dialects, with custom neural voice creation. It supports real-time streaming and batch synthesis, making it suitable for everything from interactive voice response systems to audiobook production. Developers integrate it via REST API or SDK in Python, JavaScript, Java, and C# with sub-second latency. Azure\'s global infrastructure guarantees the uptime and compliance requirements that enterprise voice applications demand.', category:'AI Voice Generators', rating:4.4, pricing:'Pay-as-you-go', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://azure.microsoft.com/en-us/products/ai-services/text-to-speech?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:16, name:'Beam AI', slug:'beam-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Beam AI is a self-learning desktop agent platform where AI agents refine their own logic based on successful task outcomes over time. Unlike static automation tools, Beam agents observe what works, update their approach, and improve without you needing to retrain or reprompt them. This makes Beam particularly powerful for repetitive knowledge work — data entry, report generation, inbox triage, and research — where the agent gets better the more it runs. It connects to your desktop apps, files, and browser and executes workflows autonomously in the background.', category:'AI Productivity Tools', rating:4.4, pricing:'Free / $29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://beam.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:17, name:'Beautiful.ai', slug:'beautiful-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Beautiful.ai automatically formats slides as you add content using AI-powered Smart Slide templates that adapt layout, spacing, and hierarchy in real time — eliminating hours of manual design work. It\'s designed for business professionals who need to create polished decks quickly without relying on a designer or fighting with PowerPoint formatting. Teams use it for sales decks, investor presentations, and company all-hands with consistent branding enforced through shared themes. The result is presentations that look professionally designed with a fraction of the effort.', category:'AI Productivity Tools', rating:4.3, pricing:'$12–$40/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://beautiful.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:18, name:'Bolt', slug:'bolt', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Bolt.new is a browser-based AI coding environment by StackBlitz that lets you build, run, edit, and deploy full-stack web applications entirely from your browser using natural language prompts. It handles the entire development environment in-browser — no local setup, no Docker, no package configuration — making it the fastest way to go from idea to deployed app. Startups and indie developers use it to prototype React, Vite, and Next.js applications in minutes rather than hours. It integrates with GitHub for version control and Netlify for one-click deployment.', category:'AI Coding Tools', rating:4.4, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://bolt.new?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:19, name:'Bolt.new', slug:'bolt-new', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Bolt.new is StackBlitz\'s AI-powered full-stack web development environment that lets you build, run, edit, and deploy complete web applications from a single text prompt — entirely in the browser with no local setup required. Unlike Lovable or v0 which generate static frontends, Bolt.new runs a full Node.js environment in the browser, meaning it can install npm packages, run servers, connect to databases, and deploy live applications. It\'s become one of the fastest ways to go from idea to working web app, generating complete React or Next.js applications with backend logic, APIs, and database connections.', category:'AI Coding Tools', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://bolt.new?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:20, name:'Boomy', slug:'boomy', emoji:'🎵', bg:'linear-gradient(135deg,#1f0d1f,#2e0d2e)', desc:'Boomy is the most accessible AI music generator for people with zero music production knowledge, letting anyone create and publish a complete song in under 30 seconds. Its unique angle is streaming distribution — Boomy handles submission to Spotify, Apple Music, TikTok, and YouTube Music so creators can actually earn royalties from the music they generate, with Boomy taking a percentage of streaming revenue. Over 20 million songs have been created on Boomy, making it the highest-volume AI music platform by track count. The music it produces is less sophisticated than Suno or Udio but the publishing pipeline is unmatched — for creators who want to build a passive streaming income catalogue quickly, Boomy is the only platform that makes the entire workflow (create → distribute → collect royalties) self-serve. Styles include lo-fi hip hop, electronic, global beats, and experimental genres.', category:'AI Music Generators', rating:4.1, pricing:'Free / $9.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://boomy.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Music Generators"] },
  { id:21, name:'Botpress', slug:'botpress', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'Botpress is an open-source AI agent platform trusted by 750,000 developers and teams to build production-grade chatbots and autonomous agents that handle customer support, lead qualification, internal help desks, and complex multi-step workflows. It combines a visual flow builder with a powerful scripting layer, so non-technical teams can build simple Q&A bots while developers can customise every behaviour with JavaScript. Botpress is one of the few platforms that lets you run agents entirely on your own servers — critical for HIPAA, GDPR, and enterprise data governance requirements. The 2025 AI-native rebuild added autonomous decision-making so agents can go off-script and reason about what to do next, not just follow pre-defined paths.', category:'AI Agents', rating:4.4, pricing:'Free / $89/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://botpress.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:22, name:'Buffer', slug:'buffer', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Buffer is a social media management platform with an AI assistant that helps create, schedule, and analyze posts across Instagram, Facebook, X, LinkedIn, TikTok, and Pinterest. Its clean, distraction-free interface and affordable pricing make it the go-to choice for freelancers, small businesses, and creators managing multiple social accounts without a large team. The AI assistant generates post ideas, repurposes content across formats, and suggests optimal posting times based on audience engagement data. Buffer\'s analytics dashboard provides actionable insights on reach, engagement, and follower growth.', category:'AI Marketing Tools', rating:4.5, pricing:'Free / $6–$12/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://buffer.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:23, name:'Canva', slug:'canva', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Canva is the world\'s most popular design platform, used by 175 million people across 190 countries for everything from social media graphics to presentations, videos, and print materials. With 600,000+ templates, an AI image generator, Magic Write for copy, and a full video editor, it gives non-designers professional design capabilities without a learning curve. Teams use Canva for Business to enforce brand consistency with shared color palettes, fonts, and logos across all content. Its drag-and-drop interface, generous free plan, and vast template library have made it the default design tool for marketers, educators, and creators worldwide.', category:'AI Image Generators', rating:4.8, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://canva.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:24, name:'Canva AI', slug:'canva-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Canva AI bundles a suite of generative tools inside Canva — including text-to-image with Dream Lab, Magic Edit for AI-powered photo editing, Magic Expand for extending images, and Magic Write for copy generation. These tools are seamlessly integrated into the existing Canva design workflow, so creators can generate and edit visuals without switching between apps. It\'s particularly powerful for social media managers and content creators who need to produce large volumes of on-brand visuals quickly. All generated content can be customized using Canva\'s full template and branding system.', category:'AI Image Generators', rating:4.5, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://canva.com/ai-image-generator?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:25, name:'Canva Dream Lab', slug:'canva-dream-lab', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Canva Dream Lab is Canva\'s built-in AI image generator that creates custom images directly inside the Canva design editor. Unlike standalone generators, Dream Lab outputs images immediately ready to drag into your design — no downloading or re-uploading. It supports styles from photorealistic to illustration to watercolor. With 150 million monthly Canva users already in the editor, Dream Lab is arguably the most accessible AI image generator in the world for non-designers.', category:'AI Image Generators', rating:4.5, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://canva.com/dream-lab?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:26, name:'CapCut', slug:'capcut', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'CapCut is a full-featured AI video editor from ByteDance that has become the dominant tool for short-form video creation on TikTok, Instagram Reels, and YouTube Shorts. It offers auto-captions, AI avatars, background removal, beat sync, and hundreds of trending templates that make professional-looking videos accessible to anyone with a smartphone. Creators use it to produce content faster with AI-generated scripts, voiceovers, and smart cuts that handle the technical editing automatically. The desktop version adds a more powerful timeline editor for longer-form projects.', category:'AI Video Generators', rating:4.5, pricing:'Free / $9.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://capcut.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:27, name:'Captions AI', slug:'captions-ai', emoji:'🎞️', bg:'linear-gradient(135deg,#1a0d0d,#2e1a0d)', desc:'Captions is an AI video creation app for iOS and Android that makes professional-quality talking-head videos accessible to anyone. Record yourself speaking and Captions automatically removes filler words, adds animated captions, applies color grading, and handles eye contact correction so you always appear to be looking directly at the camera even when reading from a script. It\'s become the go-to app for creators who film on their phone and want polished results without a video editor. The eye contact AI feature alone — which digitally corrects gaze so you appear engaged — is unique and has driven massive adoption among LinkedIn creators and short-form video producers.', category:'AI Video Editors', rating:4.7, pricing:'Free / $19.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://captions.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Editors"] },
  { id:28, name:'Carly', slug:'carly', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Carly is a cloud-based AI agent that runs autonomously in the background — monitoring your inbox, calendar, and Slack to take action without you needing to open a chat window. Each Carly agent has its own email address and fires automatically on incoming messages, calendar invites, and Slack events. Unlike desktop AI tools that stop working when you close your laptop, Carly runs 24/7 on the cloud — drafting replies, scheduling meetings, updating CRMs, and completing tasks while you sleep. It\'s designed for solopreneurs, freelancers, and small teams who want an AI that actually shows up to work rather than waiting to be prompted.', category:'AI Productivity Tools', rating:4.4, pricing:'Free / $24/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.usecarly.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:29, name:'Chatbase', slug:'chatbase', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Chatbase lets you build a custom AI chatbot trained on your own documents, website content, PDFs, and FAQs — then embed it on your site or connect it to Slack, WhatsApp, or Messenger. It\'s built for businesses that want to automate customer support and internal knowledge retrieval without any coding. The setup takes minutes: upload your content, configure the bot\'s persona and guardrails, and embed a snippet on your site. Chatbase handles thousands of simultaneous conversations and provides analytics on what users are asking, helping teams identify content gaps.', category:'AI Customer Support', rating:4.3, pricing:'Free / $19–$99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chatbase.co?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:30, name:'ChatGPT', slug:'chatgpt', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'ChatGPT is OpenAI\'s flagship AI assistant and the most widely used AI product in the world, capable of writing, coding, analysis, research, image generation, and web browsing in a single interface. It supports GPT-4o for fast multimodal responses, o1 for deep reasoning tasks, and custom GPTs for specialized workflows. Students, professionals, developers, and creatives use it daily for drafting content, debugging code, preparing for interviews, analyzing data, and learning new skills. The free tier provides access to GPT-4o with generous limits, while ChatGPT Plus unlocks advanced models, DALL·E image generation, and higher usage caps.', category:'AI Writing Tools', rating:4.9, pricing:'Freemium', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chatgpt.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:31, name:'ChatLLMs', slug:'chatllms', emoji:'🤖', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'ChatLLMs gives you access to every major frontier AI model — GPT-5.5, Claude Opus 4.7, Gemini, Grok, DeepSeek, and the best open-source models — all in a single $10/month interface. Instead of paying $20/month each to OpenAI, Anthropic, and Google separately, you get side-by-side comparisons and seamless model switching. It\'s become the go-to starting point for professionals figuring out which AI fits their workflow before committing to a single ecosystem. Particularly popular with consultants, marketers, and developers who need the best model for each specific task.', category:'AI Tools', rating:4.5, pricing:'$10/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://chatllms.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Tools"] },
  { id:32, name:'Chorus', slug:'chorus', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Chorus by ZoomInfo is a conversation intelligence platform that automatically records, transcribes, and analyzes every sales call and email to surface coaching insights, deal risks, and winning patterns from your top performers. Sales managers use it to identify which talk tracks, objection responses, and discovery questions correlate with closed deals. It integrates with Salesforce, HubSpot, and Zoom to automatically log activity and update deal records without manual data entry. Teams that adopt Chorus typically see faster ramp times for new reps and higher win rates through systematic coaching.', category:'AI Productivity Tools', rating:4.2, pricing:'Custom', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://zoominfo.com/products/chorus?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:33, name:'Claude', slug:'claude', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Claude is Anthropic\'s AI assistant, optimized for nuanced reasoning, long-context analysis, and thoughtful responses that prioritize accuracy and safety. It handles documents up to 200,000 tokens — entire codebases, books, or legal contracts — making it uniquely powerful for deep research, document review, and complex writing projects. Professionals use Claude for drafting and editing, coding across all major languages, data analysis, and strategic thinking where careful, calibrated responses matter more than speed. Claude is available in claude.ai, via API, and embedded in tools like Cursor, Notion, and Slack.', category:'AI Writing Tools', rating:4.8, pricing:'Freemium', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://claude.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:34, name:'Claude.ai', slug:'claude-ai', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Claude.ai is Anthropic\'s consumer chat interface known for producing the most nuanced, human-quality writing of any major AI model, and for excelling at long-document analysis with its 200K token context window. Unlike ChatGPT, Claude is built around Constitutional AI principles prioritizing helpfulness and safety. Claude Pro at $20/month unlocks priority access and the most powerful Claude models. It\'s the preferred tool for writers, analysts, and lawyers who need AI output that sounds genuinely human and can handle book-length documents in one session.', category:'AI Chatbots', rating:4.8, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://claude.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:35, name:'Artifacts by Claude', slug:'claude-artifacts', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Artifacts is Claude\'s built-in feature that generates self-contained, runnable mini-applications directly inside the chat interface — no setup, no deployment, no external tools required. Ask Claude to build a calculator, a data visualization, a form, a game, or an interactive dashboard and it renders a live, working app in a sidebar panel you can interact with immediately. Artifacts supports HTML, React, SVG, Markdown, and Mermaid diagrams. It\'s become a go-to tool for non-developers who need functional tools built instantly, and for developers who want to prototype and share interactive demos without leaving their workflow.', category:'AI Coding Tools', rating:4.8, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://claude.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:36, name:'Claude Code', slug:'claude-code', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Claude Code is Anthropic\'s agentic coding tool that runs directly in your terminal, giving it the ability to read and edit files, run tests, execute shell commands, and manage git operations across your entire codebase. Unlike IDE plugins that only assist with the current file, Claude Code understands the full context of your project and can implement multi-file changes, refactor large codebases, and autonomously fix failing tests. It\'s built for developers who want an AI that can take on complete engineering tasks rather than just autocompleting lines. Claude Code requires no IDE integration — it works with any editor and any tech stack via the command line.', category:'AI Coding Tools', rating:4.7, pricing:'Usage-based', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://claude.ai/code?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:37, name:'Claude Opus', slug:'claude-opus', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Claude Opus is Anthropic\'s most intelligent model — the version of Claude built for complex reasoning, nuanced analysis, and tasks that require deep thinking over speed. While Claude Sonnet handles everyday tasks, Opus is deployed for the hardest problems: multi-step research, long-document synthesis, legal and financial analysis, and tasks where accuracy matters more than response time. Available through Claude Pro and the Anthropic API, Opus consistently ranks at the top of reasoning benchmarks and is the preferred model for professionals who need the highest quality AI output available.', category:'AI Chatbots', rating:4.9, pricing:'$20/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://claude.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:38, name:'Claude Sonnet', slug:'claude-sonnet', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Claude Sonnet is Anthropic\'s balanced model — combining strong intelligence with fast response times, making it the workhorse for everyday AI tasks. It\'s the default model in Claude.ai\'s free tier and the most widely used Claude model through the API, powering thousands of applications. Sonnet handles coding, writing, analysis, and reasoning at a level that rivals GPT-4o while being significantly faster than Claude Opus. For developers building Claude-powered products, Sonnet delivers the best cost-to-capability ratio in the Claude family, and for everyday users it handles 95% of tasks without needing to upgrade to Opus.', category:'AI Chatbots', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://claude.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:39, name:'Cleanvoice AI', slug:'cleanvoice', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Cleanvoice AI is an automatic podcast and audio editing tool that removes filler words (um, uh, like), mouth sounds, stutters, and long silences from recordings with a single upload. Instead of manually scrubbing through an hour-long podcast to cut every \'um\', Cleanvoice analyzes the audio, marks all unwanted sounds, and removes them automatically. It works in 40 languages and detects filler words simultaneously across multilingual recordings — replacing hours of tedious editing with a two-minute upload-and-download workflow.', category:'AI Voice Generators', rating:4.5, pricing:'Free / $10/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://cleanvoice.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:40, name:'Clearscope', slug:'clearscope', emoji:'🔍', bg:'linear-gradient(135deg,#1a1a0d,#28280d)', desc:'Clearscope is the premium AI-powered content optimisation platform used by SEO teams at companies like Condé Nast, Deloitte, and HubSpot to ensure every piece of content they publish ranks. It analyses the top-ranking pages for any target keyword and produces a detailed content brief — which terms to include, what questions to answer, how long the piece should be, and what grade the content needs to achieve to compete. Writers get a real-time grading panel as they work: the content score updates live as they add relevant terms, helping them hit the brief without keyword stuffing. Clearscope integrates directly with Google Docs and WordPress, so the feedback appears in the tools writers already use. Its position at the premium end of the market reflects its accuracy and the trust of high-volume content operations that can\'t afford to publish content that doesn\'t rank.', category:'AI SEO Tools', rating:4.6, pricing:'$199/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://clearscope.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI SEO Tools"] },
  { id:41, name:'Coda AI', slug:'coda-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Coda AI brings a conversational AI assistant into your Coda workspace, letting teams summarize documents, draft content, answer questions from tables, and automate repetitive data tasks without leaving their docs. Unlike standalone AI tools, Coda AI has full context over your entire workspace — it can reference your product roadmap, meeting notes, or OKR tracker to give grounded, specific answers. Teams use it to turn meeting notes into action items, generate status updates from project tables, and build internal knowledge bases that answer employee questions automatically. Coda\'s flexible doc-database hybrid makes AI particularly powerful for teams with structured operational data.', category:'AI Productivity Tools', rating:4.4, pricing:'Free / $12–$36/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://coda.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:42, name:'Codeium', slug:'codeium', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Codeium is a free AI code completion and chat tool that supports 70+ programming languages and integrates with 40+ editors including VS Code, JetBrains, Vim, and Emacs. Its autocomplete is fast and context-aware, drawing on your entire codebase to suggest completions that fit your architecture and coding patterns. Codeium Chat lets you ask questions about your code, generate tests, explain legacy code, and get refactoring suggestions in a sidebar. The generous free tier makes it particularly popular with students, open-source contributors, and individual developers who want AI coding assistance without a monthly subscription.', category:'AI Coding Tools', rating:4.4, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://codeium.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:43, name:'CodeWhisperer', slug:'codewhisperer', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Amazon CodeWhisperer, now integrated into Amazon Q Developer, is an AI coding assistant with real-time code suggestions, automated security vulnerability scanning, and the deepest knowledge of AWS APIs and services of any coding tool. It integrates with VS Code, JetBrains, Visual Studio, and AWS Cloud9, and provides reference tracking to identify when suggestions resemble open-source training data. Enterprise teams on AWS use it to accelerate development while maintaining compliance through its built-in security scanning and license attribution features. The individual tier is free, making it accessible for any developer building on AWS.', category:'AI Coding Tools', rating:4.1, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://aws.amazon.com/codewhisperer?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:44, name:'Connected Papers', slug:'connected-papers', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Connected Papers creates interactive visual graphs of academic literature that map how papers cite and relate to each other, helping researchers discover relevant work they might otherwise miss. Researchers use it to explore a new field, find seminal papers in a domain, and trace how ideas have evolved over time — all from a single seed paper. It\'s particularly valuable for literature reviews, grant writing, and staying current in fast-moving fields like AI, medicine, and climate science. The visual graph format reveals clusters of related work and intellectual lineage that traditional citation search can\'t surface.', category:'AI Research Tools', rating:4.2, pricing:'Free / $3/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://connectedpapers.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:45, name:'Consensus', slug:'consensus', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Consensus is an AI-powered search engine built specifically for scientific literature that extracts and synthesizes findings directly from peer-reviewed papers in its search results. Instead of returning links, it surfaces the actual conclusions from relevant studies — including agreement scores showing what percentage of research supports a claim. Researchers, students, doctors, and evidence-based decision makers use it to quickly understand what the science says on any topic without manually reading dozens of papers. Consensus covers 200 million papers across medicine, biology, social science, economics, and more.', category:'AI Research Tools', rating:4.4, pricing:'Free / $9.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://consensus.app?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:46, name:'Copy.ai', slug:'copy-ai', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Copy.ai is an AI copywriting and workflow automation platform with 90+ templates for ads, emails, product descriptions, social posts, and sales copy — used by over 10 million marketers and writers worldwide. Its Workflows feature lets teams automate multi-step content pipelines, like taking a product URL and generating a full set of ad variants, email sequences, and social posts in one click. Enterprise teams use it for campaign briefs, outbound sequences, and content repurposing at scale with brand voice customization. Copy.ai\'s combination of templates, chat interface, and workflow automation makes it a complete content production system.', category:'AI Writing Tools', rating:4.3, pricing:'Free / $49/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://copy.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:47, name:'Copy.ai Workflows', slug:'copy-ai-workflows', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Copy.ai Workflows is an AI automation platform that turns multi-step marketing and content tasks into automated pipelines. Unlike the original single-output Copy.ai writer, Workflows chains AI actions together — scrape a competitor\'s website, analyze their positioning, generate a differentiated blog post, optimize for SEO, and format for publication — as one automated workflow. It connects to HubSpot, Salesforce, and other CRMs to trigger automations from real business data.', category:'AI Writing Tools', rating:4.5, pricing:'Free / $49/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://copy.ai/workflows?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:48, name:'Coze', slug:'coze', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Coze is ByteDance\'s no-code AI agent builder that lets anyone create, deploy, and share custom AI bots and agents without writing code. Build agents powered by GPT-4, Claude, or Gemini that connect to plugins, search the web, read files, run scheduled tasks, and integrate with messaging platforms including Slack, Discord, Telegram, and WhatsApp. It\'s one of the most accessible ways to build production-ready AI agents in 2026 — teams use it to automate customer support, internal workflows, content pipelines, and knowledge base Q&A without needing a developer.', category:'AI Coding Tools', rating:4.5, pricing:'Free / $9/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.coze.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:49, name:'CrewAI', slug:'crewai', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'CrewAI is the fastest-growing multi-agent orchestration framework, letting developers define teams of specialised AI agents that collaborate to complete complex tasks — one agent researches, another writes, another reviews, and a manager coordinates the whole workflow. Unlike single-agent tools, CrewAI\'s crew model mirrors how real teams work: roles are assigned, agents hand off work to each other, and each agent has its own tools, memory, and decision-making scope. The open-source Python library has surpassed 30 million downloads and is used by companies including Oracle, Accenture, and Dell to build internal automation pipelines. The hosted CrewAI Enterprise platform adds a visual flow builder, production monitoring, and one-click cloud deployment for teams that don\'t want to manage infrastructure.', category:'AI Agents', rating:4.6, pricing:'Free / $99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://crewai.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:50, name:'Crisp', slug:'crisp', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Crisp is an all-in-one customer messaging platform that combines live chat, AI chatbot, shared inbox, CRM, and knowledge base in a single dashboard built for startups and SMBs. Its AI chatbot handles common questions automatically using your knowledge base, while the shared inbox routes complex conversations to the right team member. Teams use Crisp to provide 24/7 support without large support headcounts, with integrations for Slack, email, Messenger, Twitter DMs, and WhatsApp all in one place. The free plan supports up to two agents, making it one of the most accessible full-featured support platforms available.', category:'AI Customer Support', rating:4.2, pricing:'Free / $25–$95/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://crisp.chat?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:51, name:'Cursor', slug:'cursor', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Cursor is a fork of VS Code with deep AI integration — write, edit, debug, and refactor code using natural language with full understanding of your entire codebase. Its Composer feature lets you describe changes across multiple files and Cursor implements them autonomously, handling imports, refactors, and test updates without manual editing. Tab autocomplete learns your personal coding patterns and predicts entire functions, not just the next line. Cursor has become the preferred editor for AI-native developers and engineering teams who want the productivity gains of agentic coding while staying in a familiar VS Code environment.', category:'AI Coding Tools', rating:4.8, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://cursor.com/pricing?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:52, name:'Cursor Background Agent', slug:'cursor-background-agent', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Cursor Background Agent is Cursor\'s async AI coding feature that runs tasks in the background while you continue working — similar to Google Jules but integrated directly into the Cursor editor. Assign a task in natural language, and the Background Agent spins up a cloud environment, checks out your codebase, implements the change, runs tests, and surfaces a diff for your review. It enables parallel AI development: while you work on one feature, the agent works on another. Background Agent is included in Cursor Pro and Max plans and represents the evolution of AI coding from in-editor assistance to truly autonomous development.', category:'AI Coding Tools', rating:4.5, pricing:'From $20/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://cursor.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:53, name:'D-ID', slug:'d-id', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'D-ID is an AI video creation platform that animates still photos and generates talking avatar videos from text or audio. Upload any portrait photo and D-ID will generate a realistic video of that person speaking any text you provide — with matching lip sync, facial expressions, and natural head movement. It\'s used for creating personalized video messages, AI spokespeople, e-learning avatars, and interactive AI characters. With one of the most affordable pricing structures in the talking avatar space, D-ID is accessible for individual creators and small teams who want Synthesia-level results at a fraction of the cost.', category:'AI Video Generators', rating:4.5, pricing:'Free / $5.9/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://d-id.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:54, name:'DALL·E 3', slug:'dalle-3', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'DALL·E 3 is OpenAI\'s image generation model, deeply integrated with ChatGPT for iterative prompt refinement and creative collaboration. It excels at following precise, detailed instructions — rendering specific compositions, styles, and text within images more accurately than most alternatives. It\'s available natively in ChatGPT Plus, making it the most accessible AI image generator for users already in the OpenAI ecosystem. Content creators, marketers, and designers use it for concept art, social media visuals, product mockups, and illustrated content where prompt accuracy matters.', category:'AI Image Generators', rating:4.5, pricing:'Included with ChatGPT Plus', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://openai.com/dall-e-3?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:55, name:'DeepL', slug:'deepl', emoji:'🌐', bg:'linear-gradient(135deg,#1a0d2e,#240d3e)', desc:'DeepL is the most accurate AI translation tool available, consistently outperforming Google Translate and Microsoft Translator in blind tests for naturalness and nuance across its 31 supported languages. Where Google Translate produces technically correct but stilted sentences, DeepL captures idioms, tonal context, and professional register — the difference between a translation that reads like a translation and one that reads like it was written in the target language. Professionals in law, finance, pharma, and government use DeepL for document translation where accuracy and register are non-negotiable. The DeepL Write feature extends this to grammar and style improvement in your native language. Enterprise customers get a fully on-premises deployment option for data-sensitive industries. Over 1 billion translations are processed by DeepL monthly, making it the translation layer for thousands of business applications.', category:'AI Translation Tools', rating:4.7, pricing:'Free / $8.74/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://deepl.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Translation Tools"] },
  { id:56, name:'DeepSeek', slug:'deepseek', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'DeepSeek is an open-source AI model from a Chinese lab that shocked the industry in early 2025 by matching GPT-4 level performance at a fraction of the cost. DeepSeek R1 is a reasoning model that rivals OpenAI o1 on math and coding benchmarks while remaining free to use and self-hostable. The web interface has no usage limits, making it one of the most cost-effective frontier AI tools available. It\'s become a favourite among developers and researchers wanting powerful reasoning without API costs.', category:'AI Chatbots', rating:4.6, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chat.deepseek.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:57, name:'DeepSeek V4', slug:'deepseek-v4', emoji:'🤖', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'DeepSeek V4 is the latest flagship model from Chinese AI lab DeepSeek, released April 24 2026 alongside V4 Flash (a faster, lighter variant). It builds on the viral success of DeepSeek R1 which briefly overtook ChatGPT on the iOS App Store in early 2025. V4 delivers top-tier reasoning, coding, and math performance — genuinely rivaling GPT-5 and Claude Opus — while remaining free to use on the web and mobile apps. The model weights are MIT licensed, making it one of the most powerful open-weight models available. A standout choice for developers and researchers who want frontier capability without the price tag.', category:'AI Tools', rating:4.6, pricing:'Freemium', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chat.deepseek.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Tools"] },
  { id:58, name:'Descript', slug:'descript', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Descript is an AI-powered video and podcast editor with a unique approach: you edit media by editing the text transcript, making video editing feel as intuitive as a word processor. Its Overdub feature clones your voice so you can fix mistakes by typing new words, while Screen Recorder with AI cleanup handles tutorial and demo videos end-to-end. Podcasters, YouTubers, and course creators use Descript to cut hours of editing time with automatic filler word removal, silence trimming, and AI-generated show notes. The collaborative review workflow makes it particularly useful for teams where editors and non-technical stakeholders need to work on video together.', category:'AI Video Generators', rating:4.7, pricing:'Free / $24–$40/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://descript.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:59, name:'Devin', slug:'devin', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Devin is the world\'s first fully autonomous AI software engineer, built by Cognition AI, capable of independently planning, coding, debugging, and deploying end-to-end software projects across a multi-hour session. Given a GitHub issue or a feature brief, Devin opens a browser, writes code, runs tests in a sandboxed Linux environment, reads documentation it finds online, and iterates until the task is complete — without human hand-holding at each step. It is designed not to replace engineers but to act as a junior engineer that handles well-scoped tasks autonomously, freeing senior engineers for higher-leverage work. Engineering leaders at technology companies use Devin to parallelize work across multiple concurrent tasks, effectively running several software workstreams simultaneously.', category:'AI Coding Tools', rating:4.4, pricing:'$500/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://devin.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:60, name:'Dify', slug:'dify', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Dify is an open-source platform for building production-ready AI applications and agents without deep engineering expertise. Its visual workflow builder lets you chain LLMs, APIs, databases, and tools to create AI pipelines — chatbots, document analyzers, content generators, or autonomous agents — and deploy them as web apps or APIs. Dify supports all major models including OpenAI, Claude, Gemini, and Llama, and has become one of the most starred AI projects on GitHub.', category:'AI Coding Tools', rating:4.6, pricing:'Free / $59/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://dify.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:61, name:'Drift', slug:'drift', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Drift is a conversational marketing and sales platform that uses AI-powered chatbots to qualify website visitors, route hot leads to the right sales rep, and book meetings automatically — 24/7 without human intervention. It integrates with Salesforce, HubSpot, and Marketo to sync lead data and trigger personalized conversation playbooks based on visitor behavior and account data. Revenue teams at B2B companies use Drift to convert more website traffic into pipeline by engaging high-intent visitors the moment they arrive. Its account-based features let sales teams target specific companies with personalized experiences.', category:'AI Customer Support', rating:4.2, pricing:'Custom', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://drift.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:62, name:'ElevenLabs', slug:'elevenlabs', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'ElevenLabs produces the most natural-sounding AI voices available, with text-to-speech quality that is often indistinguishable from human recording for many listeners. It offers voice cloning from as little as one minute of audio, speech-to-speech voice conversion, and a voice library of 5,000+ community-created voices across 32 languages. Publishers, game studios, content creators, and accessibility tool developers rely on ElevenLabs for audiobook narration, podcast production, character voiceover, and real-time voice conversion. Its API enables developers to integrate lifelike voice synthesis into their own applications with sub-500ms latency.', category:'AI Voice Generators', rating:4.8, pricing:'Free / $5–$99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://asmiai.xyz/tools/elevenlabs/?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:63, name:'ElevenLabs Dubbing', slug:'elevenlabs-dubbing', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'ElevenLabs Dubbing is an AI video translation and dubbing tool that translates video content into 29 languages while preserving the original speaker\'s voice — not replacing it with a generic synthetic voice. Upload a video in English and get back a Spanish, French, Hindi, or Japanese version where the speaker still sounds like themselves, with lip-sync alignment and automatic subtitle generation. It\'s used by YouTube creators, e-learning companies, and marketing teams to expand into new language markets without hiring professional dubbing studios.', category:'AI Voice Generators', rating:4.6, pricing:'From $22/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://elevenlabs.io/dubbing?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:64, name:'ElevenLabs Sound Effects', slug:'elevenlabs-sound-effects', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'ElevenLabs Sound Effects generates custom sound effects from text descriptions in seconds — describe any sound and get a professionally produced audio clip ready to drop into video, game, or podcast projects. Unlike stock sound libraries where you search and settle, ElevenLabs generates exactly the sound you imagine: \'a spaceship landing on gravel in heavy rain\' or \'wooden door creaking open slowly in an empty hallway\'. Built on the same audio AI infrastructure as ElevenLabs\' voice products, it produces high-quality stereo audio at multiple lengths. Free tier available with the main ElevenLabs subscription.', category:'AI Voice Generators', rating:4.5, pricing:'Free / $22/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://elevenlabs.io/sound-effects?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:65, name:'Elicit', slug:'elicit', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Elicit is an AI research assistant built specifically for academic literature review, capable of searching, reading, and extracting structured data from thousands of papers in minutes. It automatically populates comparison tables with findings, methods, sample sizes, and limitations from relevant studies — work that would otherwise take weeks manually. Researchers, policy analysts, and evidence-based practitioners use it to conduct rapid systematic reviews, answer complex research questions, and stay current in fast-moving fields. Elicit\'s ability to filter by study design, population, and outcome makes it far more powerful than keyword search for serious research.', category:'AI Research Tools', rating:4.5, pricing:'Free / $10/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://elicit.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:66, name:'ExplainPaper', slug:'explainpaper', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'ExplainPaper helps researchers and students understand dense academic papers by letting you highlight confusing passages and receive plain-English AI explanations in context. Upload any PDF — journal articles, preprints, technical reports — and ask follow-up questions to go deeper on specific concepts, methodologies, or statistical claims. It\'s particularly valuable for readers working in adjacent fields or students encountering graduate-level research for the first time. ExplainPaper bridges the gap between complex academic writing and practical understanding, making cutting-edge research accessible to a much broader audience.', category:'AI Research Tools', rating:4.1, pricing:'Free / $12/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://explainpaper.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:67, name:'fal.ai', slug:'fal-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'fal.ai is a high-speed AI inference platform that provides instant API access to the best open-source image, video, and audio models — including Flux, Stable Diffusion, Wan 2.1, and Whisper — at speeds 3–10x faster than comparable cloud providers through its custom GPU infrastructure. It is designed for developers and product teams who want to embed cutting-edge generative AI into applications without managing model deployment, GPU clusters, or scaling. fal.ai\'s signature feature is sub-second image generation latency, enabling real-time creative applications like live style transfer, interactive product configurators, and on-the-fly ad personalization. Developers building consumer apps, design tools, and marketing platforms use fal.ai as the inference backbone for AI-powered features that require speed and reliability at scale.', category:'AI Image Generators', rating:4.7, pricing:'Pay-as-you-go / $0.003 per image', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://fal.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:68, name:'Fathom', slug:'fathom', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Fathom is an AI meeting recorder that automatically joins your Zoom, Google Meet, or Teams calls, transcribes the conversation in real time, and generates a concise summary with action items delivered to your inbox minutes after the meeting ends. Unlike manual note-taking, Fathom captures every detail so you can stay fully present in discussions without worrying about missing key decisions. It syncs action items and deal notes directly to Salesforce, HubSpot, and other CRMs, eliminating the manual logging that kills sales rep productivity. The free plan is generous enough for individual use, while team plans add coaching analytics and CRM automation.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://fathom.video?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:69, name:'Figma', slug:'figma', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Figma is the leading collaborative design platform used by product designers, UX researchers, and engineering teams worldwide to design, prototype, and hand off digital products. Its browser-based architecture means the entire team — designers, developers, product managers, and stakeholders — can collaborate on the same file in real time without version conflicts. AI-powered features include First Draft for generating UI from prompts, Auto Layout for responsive components, and Dev Mode for translating designs into production-ready code. Figma has become the design system backbone of most modern product teams, replacing the fragmented Sketch-and-Zeplin workflow.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $15–$45/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://figma.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:70, name:'Fireflies.ai', slug:'fireflies-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Fireflies.ai records, transcribes, and analyzes meetings across Zoom, Teams, Google Meet, and 40+ other platforms, automatically surfacing action items, decisions, and key topics from every conversation. Its AI search lets you find any moment across all your past meetings with a keyword search, making your entire meeting history a searchable knowledge base. Sales teams use it for call coaching and CRM sync, while remote teams rely on it to keep async collaborators up-to-speed without attending every meeting. Fireflies integrates with HubSpot, Salesforce, Slack, Notion, and 50+ apps to push summaries and action items where your team already works.', category:'AI Productivity Tools', rating:4.5, pricing:'Free / $18–$29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://fireflies.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:71, name:'Fliki', slug:'fliki', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Fliki converts text, scripts, and blog posts into narrated videos using lifelike AI voices and automatically matched stock footage, making video production accessible to anyone without video editing skills. It supports 75+ languages and 2,000+ voice options, making it ideal for marketers and educators who need to produce multilingual video content at scale. The text-to-video workflow means you can turn existing written content — blog posts, newsletters, product pages — into engaging social videos without filming or recording. Teams use Fliki to repurpose content across YouTube, LinkedIn, Instagram, and TikTok from a single source.', category:'AI Video Generators', rating:4.3, pricing:'Free / $21–$66/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://fliki.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:72, name:'FLUX', slug:'flux', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'FLUX is a family of open-weight image generation models by Black Forest Labs, delivering exceptional prompt adherence, photorealism, and reliable text rendering that outperforms many proprietary models. It comes in three variants — FLUX.1 Schnell for fast generation, FLUX.1 Dev for research, and FLUX.1 Pro for highest quality — covering everything from rapid prototyping to production-quality image generation. Developers and creative studios integrate FLUX via API or run it locally, benefiting from its open weights and permissive licensing for commercial use. Its superior text rendering makes it the preferred choice for generating images that include legible typography.', category:'AI Image Generators', rating:4.5, pricing:'Usage-based / via API', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://blackforestlabs.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:73, name:'Framer', slug:'framer', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Framer is a no-code website builder with an AI site generator that creates fully designed, responsive websites from a text description in seconds — including animations, CMS, and custom domains. Designers and startups use it to publish portfolio sites, landing pages, and marketing sites that look custom-built without writing code or hiring a developer. Framer\'s interaction design tools are best-in-class for creating smooth animations and micro-interactions that bring sites to life. The resulting sites are production-ready and performant, hosted on Framer\'s global CDN without any configuration.', category:'AI Productivity Tools', rating:4.5, pricing:'Free / $10–$30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://framer.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:74, name:'Frase', slug:'frase', emoji:'🔍', bg:'linear-gradient(135deg,#1a1a0d,#28280d)', desc:'Frase is the most affordable full-stack AI SEO writing tool, combining content research, brief generation, AI writing, and content optimisation in a single platform starting at $15 per month — a fraction of the cost of Clearscope or MarketMuse. A freelance writer or small marketing team can enter a target keyword, get a full content brief within seconds (competitor analysis, NLP terms, suggested headings, questions to answer), write the article using Frase\'s AI writing assistant, and score it against the competition — all without leaving the app. Frase\'s AI writer is tuned specifically for SEO content, making it better at naturally incorporating target terms than general-purpose tools like ChatGPT. Used by over 30,000 content teams globally, it\'s become the default choice for solo bloggers and small agencies who want Clearscope-level analysis at a price that makes sense.', category:'AI SEO Tools', rating:4.3, pricing:'Free trial / $15/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://frase.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI SEO Tools"] },
  { id:75, name:'Freshdesk', slug:'freshdesk', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Freshdesk is a customer support platform with Freddy AI that auto-resolves tickets, suggests replies to agents, and predicts customer sentiment across email, chat, phone, and social channels. It\'s designed for growing businesses that need enterprise-grade support features — SLA management, custom workflows, multi-product support — without the complexity and cost of Salesforce Service Cloud. Teams use it to build self-service portals with AI-powered chatbots that deflect common questions before they become tickets. Freshdesk\'s native integrations with Freshsales, Slack, Jira, and 1,000+ apps make it the center of a complete customer operations stack.', category:'AI Customer Support', rating:4.4, pricing:'Free / $15–$79/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://freshdesk.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:76, name:'Gamma', slug:'gamma', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Gamma is an AI presentation tool that generates polished, fully designed slide decks, documents, and web pages from a prompt or outline in under a minute — no design skills required. Its AI understands context and creates layouts with appropriate charts, images, and visual hierarchy rather than filling blank templates. Startup founders, consultants, and marketers use Gamma for investor decks, client proposals, and internal briefings where speed and polish both matter. Unlike traditional presentation tools, Gamma outputs are shareable as interactive web links that look great on any device.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $10–$20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://gamma.app?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:77, name:'Gemini', slug:'gemini', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Gemini is Google\'s flagship AI assistant, powered by the Gemini 2.0 family of models and deeply integrated with Google Search, Gmail, Docs, Drive, YouTube, and Maps. Its native Google ecosystem integration makes it uniquely powerful for users who live in Workspace — summarizing email threads, drafting Docs, querying Drive, and analyzing Sheets data without leaving Google\'s interface. Gemini Advanced, available with Google One, unlocks the most powerful Gemini Ultra model for complex reasoning, coding, and multimodal analysis. With free access via google.com and Android, Gemini has become the default AI assistant for billions of users worldwide.', category:'AI Chatbots', rating:4.6, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://gemini.google.com/?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:78, name:'Gemini Code Assist', slug:'gemini-code-assist', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Gemini Code Assist is Google\'s enterprise AI coding assistant for VS Code and JetBrains, powered by the Gemini 1.5 Pro model with a 1-million-token context window for understanding large codebases. It offers inline code completion, a coding chat panel, and transformation commands for refactoring, documentation, and test generation across 20+ programming languages. Enterprise teams on Google Cloud use it for secure, private code assistance that stays within their GCP environment with no training data leakage. Its deep integration with Cloud Workstations, BigQuery, and other Google services makes it the natural choice for teams already invested in the Google Cloud ecosystem.', category:'AI Coding Tools', rating:4.2, pricing:'Free / Enterprise pricing', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://cloud.google.com/gemini/docs/codeassist?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:79, name:'Genspark', slug:'genspark', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Genspark is an AI-native search engine that replaces the traditional results page with a live, AI-generated \'Sparkpage\' — a comprehensive, multi-angle briefing on any topic assembled in real time from dozens of sources simultaneously. Where Perplexity gives a single synthesized answer, Genspark surfaces competing perspectives, expert opinions, and structured data side by side, giving users a 360-degree view of any topic rather than a single answer. Its agentic mode can execute multi-step research tasks — booking travel, comparing products, summarizing PDFs — directly from the search interface without switching tabs. Analysts, journalists, investors, and knowledge workers who need to understand complex topics quickly use Genspark as a daily research assistant that goes far deeper than any conventional search engine.', category:'AI Research Tools', rating:4.5, pricing:'Free / $12/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://genspark.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:80, name:'GitHub Copilot', slug:'github-copilot', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'GitHub Copilot is the original and most widely deployed AI coding assistant, with over 1.8 million paid users across VS Code, JetBrains, Neovim, and Visual Studio. Copilot Chat enables natural language code generation, explanation, and debugging within the IDE, while Copilot Workspace allows agentic multi-file editing from a single task description. It integrates directly with GitHub pull requests, code review, and Actions for a seamless AI-assisted development workflow. Teams that adopt Copilot report meaningful productivity gains in repetitive coding tasks, boilerplate generation, and test writing.', category:'AI Coding Tools', rating:4.8, pricing:'Free / $10–$19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://github.com/features/copilot?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:81, name:'Gong', slug:'gong', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Gong is the leading revenue intelligence platform, using AI to analyze every sales call, email, and deal interaction to surface coaching insights, forecast accuracy, and deal risks in real time. Sales leaders use it to identify which talk tracks, discovery questions, and competitive responses correlate with won deals — and replicate those patterns across the entire team. Gong\'s deal intelligence flags at-risk opportunities and tracks pipeline health with far more accuracy than manual CRM updates from reps. Enterprises with complex sales cycles use Gong as the single source of truth for what\'s actually happening in their pipeline.', category:'AI Productivity Tools', rating:4.6, pricing:'Custom', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://gong.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:82, name:'Google Jules', slug:'google-jules', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Google Jules is an AI coding agent that works asynchronously on your GitHub repositories — fixing bugs, implementing features, and resolving issues while you focus on other work. Unlike Copilot or Cursor which assist in real-time as you type, Jules takes a task, checks out your repo, writes code, runs tests, and opens a pull request, all without you watching. It\'s the async coding agent that works through your GitHub issue backlog overnight. Currently in beta and free, Jules specializes in Python and JavaScript and is designed to handle the routine maintenance work that slows down development teams.', category:'AI Coding Tools', rating:4.4, pricing:'Free (beta)', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://jules.google.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:83, name:'Google Stitch', slug:'google-stitch', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Google Stitch is Google\'s free AI app builder that turns text prompts and image uploads into working web applications powered by Gemini. Unlike code-heavy tools, Stitch is designed for non-developers — describe what you want to build, upload a sketch or mockup, and Stitch generates a deployable web app with a visual interface, no coding knowledge required. It competes directly with Lovable and Bolt but with Google\'s backing and a permanently free tier. Stitch integrates with Firebase for backend storage and authentication, making it a complete end-to-end solution for simple web tools, internal dashboards, and product prototypes.', category:'AI Coding Tools', rating:4.4, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://stitch.google.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:84, name:'Google Veo', slug:'google-veo', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Google Veo is Google DeepMind\'s state-of-the-art AI video generation model, integrated into Gemini and available to creators via Google Labs. Veo generates high-definition 1080p video up to several minutes long from text or image prompts, with precise control over cinematic style, camera movement, and visual quality. In benchmark testing, Veo produces video quality that rivals or exceeds Sora for realism and temporal consistency. Available through the Gemini app and Google\'s VideoFX tool, Veo gives Google\'s AI ecosystem a competitive video generation capability that integrates with YouTube, Google Workspace, and the broader Google creative suite.', category:'AI Video Generators', rating:4.7, pricing:'From $20/mo (via Gemini)', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://deepmind.google/veo?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:85, name:'Gorgias', slug:'gorgias', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Gorgias is the leading helpdesk built specifically for e-commerce, with native deep integrations with Shopify, BigCommerce, and WooCommerce that let support agents view and modify orders directly from a support ticket. Its AI automatically responds to common inquiries — order status, returns, shipping updates — without agent involvement, deflecting 30–50% of ticket volume. The unified inbox consolidates email, live chat, Instagram DMs, Facebook comments, SMS, and phone into a single queue. E-commerce brands use Gorgias to provide fast, personalized support at scale while keeping costs per ticket significantly lower than traditional helpdesks.', category:'AI Customer Support', rating:4.3, pricing:'$10–$900/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://gorgias.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:86, name:'GPT-4o', slug:'gpt-4o', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'GPT-4o (omni) is OpenAI\'s flagship multimodal model powering ChatGPT, capable of processing and generating text, images, audio, and video in a single unified model. The \'o\' stands for omni — it can see images, hear audio, and respond in real-time voice with natural emotional inflection. GPT-4o is available free in ChatGPT with usage limits, and with higher limits on ChatGPT Plus at $20/month. It powers the majority of the world\'s AI applications through the OpenAI API and is the benchmark against which every other AI model is measured.', category:'AI Chatbots', rating:4.8, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chatgpt.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:87, name:'GPT-5', slug:'gpt-5', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'GPT-5 is OpenAI\'s flagship AI model released in March 2026, combining the capabilities of the previous GPT-4o and o-series reasoning models into a single unified system. It scores 83% on OpenAI\'s GDPval knowledge work benchmark and supports a 1 million token context window with built-in computer use and significantly improved tool-calling. The o-series branding is gone — GPT-5 Thinking blends reasoning directly into the main model via a toggle you control per message. It handles end-to-end knowledge work including presentations, spreadsheets, legal and financial analysis, and long-horizon coding tasks that previously required custom agent frameworks.', category:'AI Chatbots', rating:4.9, pricing:'$20/mo (Plus) / $200/mo (Pro)', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://chatgpt.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:88, name:'Grammarly', slug:'grammarly', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Grammarly has evolved from a spell-checker into a full AI writing partner that rewrites paragraphs, adjusts tone, generates content from prompts, and integrates across 500,000+ apps and websites in your browser. Its accuracy, reliability, and non-intrusive editing suggestions have made it the standard writing assistant for professionals who need their communication to be clear, correct, and on-brand. Enterprise teams use Grammarly Business to enforce style guides, maintain brand voice across all written communication, and get analytics on writing quality across the organization. In 2026, Grammarly\'s generative features handle everything from email replies to performance reviews, making it indispensable for knowledge workers.', category:'AI Writing Tools', rating:4.8, pricing:'Free / $12–$15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://asmiai.xyz/tools/grammarly/?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:89, name:'Granola', slug:'granola', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Granola is an AI-powered meeting notepad for Mac that captures system audio from any meeting platform — Zoom, Google Meet, Teams, Webex — without a visible bot joining the call, then generates polished, structured notes enhanced by your own jottings. Unlike Otter.ai or Fireflies which insert a bot that everyone can see, Granola is completely invisible to other participants and works with no integrations or calendar permissions. It learns your personal note format over time and structures meeting output to match how you think — matching your preferred section headings, bullet depth, and level of detail. Executives, investors, consultants, and anyone who attends back-to-back meetings use Granola to capture decisions and action items without multitasking, letting them stay fully present in conversations.', category:'AI Productivity Tools', rating:4.8, pricing:'Free / $18/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://granola.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:90, name:'Grok', slug:'grok', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Grok is xAI\'s AI assistant built into the X platform and available as a standalone app, powered by the Grok 4 model family. It has unique real-time access to live X (Twitter) data, giving it an edge for tracking breaking news, trending topics, and public sentiment that other models can\'t match. Grok supports a 2 million token context window — the largest of any major consumer AI — making it capable of processing entire codebases or lengthy documents in one session. It includes DeepSearch for live web research, Big Brain mode for extended reasoning, Aurora for image generation, and Grok Imagine for video generation. SuperGrok at $30/month competes directly with ChatGPT Plus at a lower price.', category:'AI Chatbots', rating:4.5, pricing:'Free / $30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://x.ai/grok?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:91, name:'Hailuo AI', slug:'hailuo-ai', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Hailuo AI, developed by MiniMax, is a Chinese AI video generation platform that produces high-quality, realistic video clips from text or image prompts with strong motion consistency and cinematic quality. It\'s available via a consumer web app and API, with competitive pricing that has attracted global content creators looking for Sora-quality output at lower cost. The platform excels at character consistency across frames and realistic human movement, making it particularly useful for social content, short films, and advertising. Hailuo AI has quickly become one of the most capable video generation models available outside of OpenAI\'s ecosystem.', category:'AI Video Generators', rating:4.3, pricing:'Free / Credits', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://hailuoai.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:92, name:'Hedra', slug:'hedra', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Hedra is an AI tool for creating expressive, lip-synced talking avatar videos from a single image and audio input. Upload a photo, provide a voice clip or text, and Hedra animates the face with realistic lip-sync, eye movement, and emotional expression. Its Character-3 model is widely regarded as the most expressive AI avatar engine available in 2026, used by content creators, educators, and marketers to produce talking-head videos without cameras or studios. Unlike HeyGen or Synthesia which target enterprise video, Hedra is optimised for fast, affordable social content — TikToks, YouTube Shorts, ads, and explainers.', category:'AI Video Generators', rating:4.6, pricing:'Free / $8/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.hedra.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:93, name:'Hemingway Editor', slug:'hemingway', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Hemingway Editor is a focused writing tool that highlights complex sentences, passive voice, unnecessary adverbs, and hard-to-read phrases — training writers to communicate with clarity and confidence. It assigns a readability grade level and color-codes problem areas so you can improve your prose without AI rewriting your voice entirely. Writers, journalists, and content marketers use it to produce tighter, more readable copy that holds a reader\'s attention. The 2024 update added AI rewrite suggestions that offer cleaner alternatives while preserving your original meaning, making it more powerful than ever for self-editing.', category:'AI Writing Tools', rating:4.4, pricing:'Free / $19.99 one-time', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://hemingwayapp.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:94, name:'HeyGen', slug:'heygen', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'HeyGen is the leading AI avatar video platform, enabling businesses to create professional talking-head videos with 230+ realistic AI avatars or a custom avatar cloned from your own likeness. It supports 40+ languages with natural lip-sync, making one-click video localization a reality for global enterprises — record once in English, publish in 40 languages. Marketing teams, HR departments, and e-learning creators use HeyGen to produce training videos, product demos, and personalized sales outreach videos without cameras, studios, or production crews. The Instant Avatar feature creates a high-quality digital clone from just a two-minute video upload.', category:'AI Video Generators', rating:4.6, pricing:'Free / $29–$89/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://heygen.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:95, name:'Higgsfield AI', slug:'higgsfield-ai', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Higgsfield AI is an all-in-one creative platform combining AI image generation, video generation, and content workflow tools in a single ecosystem. Unlike single-purpose tools like Runway or Pika, Higgsfield lets creators move fluidly from generating reference images to producing videos, applying character consistency, and iterating on results — all without switching platforms. It\'s built specifically for creators producing content for social media, advertising, and short film, with new generative models added regularly. The community-driven inspiration feed keeps creators updated on trending AI aesthetics and techniques.', category:'AI Video Generators', rating:4.5, pricing:'From $9/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://higgsfield.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:96, name:'HubSpot', slug:'hubspot', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'HubSpot is an all-in-one CRM platform with integrated marketing, sales, service, and CMS hubs — used by 200,000+ businesses to attract, convert, and retain customers in one connected system. Its AI features span the entire funnel: AI email writer and campaign assistant for marketing, AI-powered forecasting and deal scoring for sales, and Breeze Copilot across all hubs for instant insights and task automation. The free CRM is genuinely powerful, making HubSpot accessible for small businesses, while enterprise tiers handle complex workflows, custom objects, and revenue attribution. HubSpot\'s all-in-one approach eliminates the integration tax that comes with assembling a multi-tool stack.', category:'AI Marketing Tools', rating:4.7, pricing:'Free / $15–$800+/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://hubspot.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:97, name:'Hugging Face', slug:'hugging-face', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Hugging Face is the central hub of the open-source AI ecosystem, hosting 500,000+ models, 100,000+ datasets, and 300,000+ demo Spaces where developers can discover, test, and deploy machine learning models for any task. It\'s the go-to platform for AI researchers publishing new models, data scientists fine-tuning existing ones, and engineers building production AI systems using open-weight models like Llama, Mistral, and Stable Diffusion. The Inference API allows developers to run models via HTTP request without managing GPU infrastructure. Hugging Face has become the npm of AI — the standard registry where the open-source community shares and discovers the building blocks of modern AI systems.', category:'AI Coding Tools', rating:4.7, pricing:'Free / $9–$20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://huggingface.co?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:98, name:'Hume AI', slug:'hume-ai', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Hume AI is an emotional intelligence AI platform that generates and understands human emotion in voice and text. Its flagship product, EVI (Empathic Voice Interface), is the first conversational AI that measures and responds to the emotional tone of your voice in real time — speeding up when you\'re excited, slowing down when you\'re stressed, adjusting its vocabulary when you\'re confused. Hume\'s emotion recognition API is used by mental health apps, customer service platforms, and research institutions to detect emotional states from voice and text. It\'s the foundation for AI applications that need to feel genuinely human and emotionally aware.', category:'AI Voice Generators', rating:4.5, pricing:'Free / $3/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://hume.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:99, name:'Ideogram', slug:'ideogram', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Ideogram is an AI image generator that has set the bar for typography in AI-generated visuals, reliably producing legible, aesthetically integrated text in images where other models fail or hallucinate. This makes it the preferred tool for creating logos, posters, social banners, greeting cards, and any graphic where readable text is essential to the design. Beyond text, Ideogram produces high-quality stylized illustrations and photography-style images with strong composition. Marketers, social media managers, and graphic designers use Ideogram to produce finished design assets — not just concept art — directly from a text prompt.', category:'AI Image Generators', rating:4.4, pricing:'Free / $8–$20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://ideogram.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:100, name:'Ideogram 3', slug:'ideogram-v3', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Ideogram 3 is the third generation of Ideogram\'s AI image generator, widely regarded as the best model for generating images with accurate, readable text embedded in them — a historically difficult problem for AI image generators. Version 3 also produces photorealistic images, product mockups, posters, and illustrations with exceptional prompt adherence. Its Magic Prompt feature automatically enhances basic prompts into detailed descriptions that produce better results. Ideogram is the go-to tool for designers creating social media graphics, advertisements, product packaging, and any creative work that requires legible text inside the image.', category:'AI Image Generators', rating:4.7, pricing:'Free / $8/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://ideogram.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:101, name:'ImagineArt', slug:'imagineart', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'ImagineArt is an all-in-one AI creative platform for image and video generation, built around a node-based Workflows system that automates entire content production pipelines. Its standout feature is ImagineArt Workflows — a visual automation engine where you connect generation, editing, upscaling, and export steps into a reusable pipeline without writing code. It hosts top models including FLUX, Ideogram V3, Kling, Veo, and Seedance, and includes a Personalize feature for consistent character generation across projects. Content teams use it to produce social media assets, product photography, and video content at scale.', category:'AI Image Generators', rating:4.5, pricing:'Free / $9/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.imagine.art?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:102, name:'Intercom', slug:'intercom', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Intercom is a leading customer service platform whose Fin AI Agent resolves over 50% of support tickets automatically using your company\'s knowledge base, past conversations, and help documentation — with human-quality answers. It combines a powerful AI agent with a full-featured human support suite, so teams can handle complex issues seamlessly after AI deflects the high-volume, repetitive ones. Product companies and fast-growing SaaS businesses use Intercom for in-app messaging, onboarding flows, proactive support, and a shared inbox that keeps every conversation in context. Intercom\'s unified platform eliminates the need for separate live chat, ticketing, and chatbot tools.', category:'AI Customer Support', rating:4.5, pricing:'$39–$99+/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://intercom.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:103, name:'InVideo AI', slug:'invideo-ai', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'InVideo AI turns text prompts into complete, publish-ready videos with stock footage, AI voiceover, background music, subtitles, and transitions — without any video editing experience required. It\'s powered by a large library of 16 million+ stock media assets and AI-generated narration in 50+ languages, making it one of the most comprehensive text-to-video platforms available. Content creators, marketers, and small business owners use it to produce YouTube videos, social content, and promotional clips at a fraction of traditional production cost and time. The AI understands context well enough to match footage to script — not just keyword match — producing more coherent final videos.', category:'AI Video Generators', rating:4.3, pricing:'Free / $25–$60/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://invideo.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:104, name:'Jasper AI', slug:'jasper-ai', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Jasper is the enterprise AI content platform used by marketing teams at large companies to produce on-brand content at scale with built-in brand voice training, style guides, and campaign management. Its Campaign Accelerator takes a brief and generates a full suite of coordinated content — blog posts, emails, social posts, and ad copy — all consistent in voice and messaging. With 50+ templates, a long-form document editor, SEO mode, and integrations with Surfer SEO and Google Ads, Jasper handles the complete content production workflow. Marketing agencies and enterprise content teams choose Jasper when brand consistency and multi-channel scale are non-negotiable requirements.', category:'AI Writing Tools', rating:4.6, pricing:'$39–$99/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://jasper.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:105, name:'Julius AI', slug:'julius-ai', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Julius AI is a conversational data analysis tool that connects to spreadsheets, CSVs, Google Sheets, Postgres, and other data sources to answer analytical questions, create charts, and run statistical tests in plain English — no coding required. Data-curious business users, students, and analysts use it to explore datasets, generate visualizations, and get statistical summaries without writing Python or SQL. Julius AI handles the full analysis workflow: cleaning, transforming, visualizing, and interpreting data through a conversational interface. It\'s particularly popular with researchers and students who need publication-quality charts and statistical analysis without programming expertise.', category:'AI Data & Analytics', rating:4.4, pricing:'Free / $20–$50/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://julius.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:106, name:'Khanmigo', slug:'khanmigo', emoji:'📚', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Khanmigo is Khan Academy\'s AI tutoring assistant, built specifically for students and teachers to enhance learning without replacing the thinking process. Unlike ChatGPT which gives answers directly, Khanmigo asks guiding questions that lead students to discover answers themselves — following the Socratic method. It helps with math, science, history, coding, SAT prep, and writing across K-12 and college levels. For teachers, Khanmigo generates lesson plans, rubrics, and discussion questions in minutes. At $4/month for students (free for teachers), it\'s the most educationally sound AI tutoring tool available, built by the world\'s most trusted free education platform.', category:'AI Education Tools', rating:4.6, pricing:'$4/mo (students) / Free for teachers', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://khanmigo.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Education Tools"] },
  { id:107, name:'Kling AI', slug:'kling-ai', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Kling AI is Kuaishou\'s flagship video generation model, producing high-quality 5–10 second clips with physically realistic motion, consistent character rendering, and cinematic lighting from text or image prompts. Its strength in realistic human movement and physics simulation makes it one of the most capable video generation models for social content, advertising, and short film production. Kling 1.5 Pro introduced extended clip length and improved motion coherence, closing the gap with Sora for many use cases. Content creators and agencies use Kling AI via the consumer web app and API to integrate realistic video generation into production workflows.', category:'AI Video Generators', rating:4.4, pricing:'Free / Credits', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://klingai.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:108, name:'Krea AI', slug:'krea-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Krea AI is a real-time AI creative studio where your images and videos update live as you type — no waiting for generation to complete. Its real-time canvas lets you sketch, add objects, or adjust prompts and see the AI output change instantly, making it feel like painting with AI rather than submitting requests. Krea also offers AI video upscaling to convert low-resolution footage to 4K, image upscaling, and a suite of style transfer tools. It\'s particularly popular with designers and visual artists who want an iterative, hands-on creative workflow rather than batch-and-review generation.', category:'AI Image Generators', rating:4.6, pricing:'Free / $24/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://krea.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:109, name:'Krisp', slug:'krisp', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Krisp is an AI noise cancellation app that removes background noise, echo, and voices from any call in real time. It works as a virtual microphone and speaker between your audio devices and any calling app — Zoom, Teams, Meet, Slack, or any other tool. Krisp also includes an AI meeting assistant that records, transcribes, and summarizes meetings automatically. For remote workers and call center agents taking important calls from noisy environments, Krisp is the most impactful audio tool available.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $16/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://krisp.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:110, name:'LangChain', slug:'langchain', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'LangChain is the most widely used framework for building LLM-powered applications and agents, providing the primitives developers need to chain together language model calls, retrieval systems, memory, tools, and agents into production-ready pipelines. With over 90,000 GitHub stars and hundreds of millions of downloads, it has become the de facto standard library for AI application development. LangChain abstracts away the complexity of switching between models, managing conversation history, integrating vector databases, and building retrieval-augmented generation (RAG) pipelines — work that would take weeks to build from scratch. The LangSmith observability platform and LangGraph stateful agent framework extend it into a full production stack used by companies like Ally Financial, Elastic, and Rakuten.', category:'AI Agents', rating:4.5, pricing:'Free / Usage-based', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://langchain.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:111, name:'Lavender', slug:'lavender-ai', emoji:'📧', bg:'linear-gradient(135deg,#0d0d1f,#1a0d2e)', desc:'Lavender is the AI email coach used by over 30,000 salespeople to write cold emails that actually get replies, sitting inside Gmail and Outlook as a sidebar that scores your email in real time and tells you exactly what to fix before you hit send. It analyses your email against millions of data points from sent campaigns to predict reply likelihood, then surfaces specific recommendations: your email is too long, the opening line references something the prospect doesn\'t care about, you\'re asking for too much in the call to action. Lavender also personalises opening lines automatically by researching the prospect\'s LinkedIn profile, recent news, and company funding rounds. Sales teams at companies like G2, Drift, and Salesloft report 2-4x improvement in reply rates after adopting Lavender across their SDR teams. The free plan covers 5 emails per month, making it easy to test the impact before committing.', category:'AI Email Tools', rating:4.5, pricing:'Free / $29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lavender.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Email Tools"] },
  { id:112, name:'Leonardo AI', slug:'leonardo-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Leonardo AI is a creative image generation platform with fine-tuned models optimized for game assets, concept art, product photography, and character design — going far beyond what general-purpose generators offer for professional creative work. Its Canvas editor provides Photoshop-style inpainting and outpainting tools, while ControlNet integration gives artists precise control over composition and structure. Game developers, concept artists, and creative directors use Leonardo to produce assets that fit specific artistic pipelines and aesthetic requirements. The platform hosts hundreds of community fine-tuned models covering every visual style from photorealism to anime, pixel art, and architectural rendering.', category:'AI Image Generators', rating:4.5, pricing:'Free / $12–$48/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://leonardo.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:113, name:'Leonardo Motion', slug:'leonardo-motion', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Leonardo Motion is Leonardo.ai\'s AI video generation feature that animates still images into smooth video clips, and generates video directly from text prompts. Building on Leonardo\'s strengths in game art, character design, and concept art, Leonardo Motion specializes in animating stylized and illustrated content — making it the preferred choice for game developers, animators, and creators working in non-photorealistic styles. Unlike Runway and Sora which focus on photorealism, Leonardo Motion excels at animating fantasy characters, concept art, and illustrated scenes with consistent style preservation. Included in existing Leonardo subscriptions with daily token allowance.', category:'AI Video Generators', rating:4.4, pricing:'Free / $12/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://leonardo.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:114, name:'Lindy AI', slug:'lindy-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Lindy AI is a no-code AI agent builder that lets anyone create personal AI assistants — called Lindies — that autonomously monitor your email, calendar, CRM, and Slack, then take action on your behalf without waiting for you to prompt them. Unlike Zapier or Make which execute fixed logic, Lindies use LLM reasoning to understand context and make judgment calls — triaging emails by urgency, drafting contextual replies, scheduling meetings by reading conversational threads, and qualifying leads based on multi-signal scoring. Sales teams, solopreneurs, and executive assistants use Lindy to eliminate the administrative layer of their day: the tool handles inbox management, follow-up reminders, meeting prep briefs, and CRM updates so humans focus on decisions and relationships.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $49/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lindy.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:115, name:'Linear', slug:'linear', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Linear is a project management tool built specifically for software teams that prioritizes speed and keyboard-driven workflows over feature bloat. It has become the default issue tracker for high-growth startups and engineering teams, replacing Jira for teams that value developer experience. Linear\'s AI features include automatic issue triage, smart priority suggestions, and AI-generated release summaries. Its speed — every action is near-instant with optimistic UI updates — makes it feel fundamentally different from Jira or Asana. If your team ships software and hates slow project tools, Linear is the obvious choice.', category:'AI Productivity Tools', rating:4.8, pricing:'Free / $8/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://linear.app?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:116, name:'Llama', slug:'llama', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Llama is Meta\'s family of open-weight large language models, freely available for research and commercial use — powering thousands of downstream AI products, fine-tunes, and applications across the industry. Llama 3.1 405B matches frontier closed models on many benchmarks while remaining open and self-hostable, giving developers and enterprises full control over their AI stack without API dependency. Researchers use Llama as the foundation for fine-tuning on specialized domains — medicine, law, code, and more — while enterprises run it on-premise for data privacy compliance. Its open weights have made Llama the backbone of the open-source AI ecosystem.', category:'AI Chatbots', rating:4.5, pricing:'Free (open source)', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://llama.meta.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:117, name:'LMArena', slug:'lmarena', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'LMArena (formerly LMSYS Chatbot Arena) is the leading AI model benchmarking platform where users compare AI models head-to-head in blind tests and vote for the better response. Run by researchers at UC Berkeley and Carnegie Mellon, it produces the Elo-based leaderboard that\'s become the industry standard for measuring real-world AI model quality — used by Anthropic, OpenAI, Google, and Meta to validate their models. Beyond benchmarking, LMArena lets you test any question against multiple models simultaneously to see which gives the best answer for your specific use case. Completely free, it\'s essential for developers and researchers choosing between AI models.', category:'AI Research Tools', rating:4.6, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lmarena.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:118, name:'Loom', slug:'loom', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Loom is an async video messaging tool that lets you record your screen, camera, or both with a click — then share a link that your teammates can watch on their schedule without scheduling a meeting. AI-generated transcripts, summaries, and action items make Loom videos as scannable as a written document, while commenting and emoji reactions enable async discussion on specific moments. Remote and distributed teams use Loom to eliminate low-value meetings, onboard new hires with walkthrough videos, and communicate context-rich feedback that\'s impossible to convey in text. It integrates with Slack, Notion, Jira, Asana, and GitHub to surface videos where work happens.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $15–$20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://loom.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:119, name:'Lovable', slug:'lovable', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Lovable is an AI-powered full-stack app builder where you describe the app you want in natural language and it generates a working React application with a Supabase backend, authentication, and database in minutes. It\'s aimed at entrepreneurs, PMs, and non-technical founders who want to build real, functional software products without hiring developers for the prototype phase. The Lovable editor lets you iterate by describing changes conversationally — \'add a dark mode toggle\' or \'make the dashboard show weekly instead of monthly data\' — and it updates the code immediately. Built apps can be connected to GitHub for developer handoff or deployed directly to production.', category:'AI Coding Tools', rating:4.4, pricing:'Free / $25–$50/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lovable.dev?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:120, name:'Lovo AI', slug:'lovo-ai', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Lovo AI is a professional AI voice generation and dubbing platform with 500+ voices in 100 languages, custom voice cloning, and an integrated video editor for producing complete voiceover projects. Agencies, e-learning developers, and content creators use it to produce narrated explainer videos, dubbed foreign-language content, and branded audio without expensive studio recording. The built-in video editor lets you sync voiceover to video, add captions, and apply sound effects in one workflow. Lovo AI\'s voice quality is particularly strong for long-form narration like training videos and audiobooks where consistency and naturalness over extended content matter.', category:'AI Voice Generators', rating:4.3, pricing:'Free / $24–$48/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lovo.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:121, name:'Luma AI', slug:'luma-ai', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Luma AI\'s Dream Machine generates high-quality, cinematic video clips from text prompts and reference images, with fluid camera motion, realistic lighting, and strong visual coherence that rivals the best available video generation models. It\'s particularly strong at action sequences, product visualization, and creative abstract video — areas where other generators produce jerky or incoherent motion. Filmmakers, VFX artists, and creative agencies use Luma AI for concept visualization, short-form content, and experimental video work. The API enables integration into production pipelines, while the consumer web app makes high-quality video generation accessible to any creator.', category:'AI Video Generators', rating:4.4, pricing:'Free / $29.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lumalabs.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:122, name:'Luma Genie', slug:'luma-genie', emoji:'🧊', bg:'linear-gradient(135deg,#0d1f1f,#0d2e2e)', desc:'Luma Genie is Luma Labs\' text-to-3D model generator, built by the same team behind the widely used Luma AI video model, and offers one of the highest-quality free 3D generation pipelines available today. Genie produces detailed, textured 3D objects from a text prompt in seconds, with strong performance on everyday objects, food, architecture, and consumer products. Because Luma is primarily a research-driven company, Genie benefits from cutting-edge diffusion model research and is regularly updated with quality improvements. It sits within the broader Luma Labs ecosystem — generated 3D models can be animated using Luma\'s video model or used as assets in scenes captured with Luma\'s NeRF scanning app. The fully free access makes it a popular first stop for designers exploring AI 3D generation before committing to a paid tool.', category:'AI 3D Tools', rating:4.3, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://lumalabs.ai/genie?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI 3D Tools"] },
  { id:123, name:'Magnific AI', slug:'magnific-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Magnific AI is an AI image upscaler and enhancer that goes far beyond simply increasing resolution — it reimagines and adds detail to images at up to 10x the original size. While standard upscalers just interpolate pixels, Magnific uses generative AI to hallucinate new, coherent detail: sharper textures, realistic skin pores, fabric weave, and environmental detail that wasn\'t in the original image. Photographers, designers, and digital artists use it to turn low-resolution assets into print-ready artwork, enhance AI-generated images, and restore old photos. It became a viral tool in the AI creative community for its ability to make AI art look genuinely photographic.', category:'AI Image Generators', rating:4.7, pricing:'$39/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://magnific.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:124, name:'Mailchimp', slug:'mailchimp', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Mailchimp is the world\'s leading email marketing platform with AI-powered subject line optimization, send-time prediction, content recommendations, and audience segmentation used by 13 million+ businesses. Its all-in-one approach includes email campaigns, marketing automation, landing pages, social ads, and a CRM — making it the complete marketing hub for small businesses and e-commerce brands. The AI Content Optimizer analyzes your emails against high-performing benchmarks and suggests specific improvements to increase open rates and clicks. Mailchimp\'s generous free plan and intuitive builder make it the natural starting point for businesses building their first email list.', category:'AI Marketing Tools', rating:4.5, pricing:'Free / $13–$350/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://mailchimp.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:125, name:'Make', slug:'make', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Make (formerly Integromat) is a visual workflow automation platform that connects 1,500+ apps using a drag-and-drop scenario builder with powerful branching logic, data transformation, and error handling that goes far beyond what simpler tools like Zapier can handle. Its visual canvas approach makes complex multi-step automations understandable and maintainable, including loops, filters, aggregators, and conditional routing. Operations teams, developers, and agencies use Make to automate complex business processes — from lead enrichment pipelines to e-commerce fulfillment workflows — without writing code. Make\'s pricing model, based on operations rather than tasks, makes it dramatically more cost-effective for high-volume automations.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $9–$29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://make.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:126, name:'Manus AI', slug:'manus-ai', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Manus is a fully autonomous AI agent that executes long, multi-step tasks end-to-end with minimal human input. Give it a goal — a research report, market analysis, full website build, or data pipeline — and it spins up a sandboxed virtual machine, opens a browser, writes scripts, edits files, and delivers a finished artifact. Unlike chat-based AI tools, Manus operates independently and surfaces a step-by-step replay of everything it did, so you always know how it got there. It became one of the most-watched AI agent products of 2025-2026, known for handling the kind of long-horizon tasks that stump other tools.', category:'AI Coding Tools', rating:4.6, pricing:'Free / $39/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://manus.im?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:127, name:'MarketMuse', slug:'marketmuse', emoji:'🔍', bg:'linear-gradient(135deg,#1a1a0d,#28280d)', desc:'MarketMuse is an AI content intelligence platform that goes beyond keyword optimisation to analyse your entire site\'s content against competitors and tell you exactly where your topical authority gaps are — which topics you should own, which pages need updating, and which new content will move the needle most. While tools like Clearscope grade individual articles, MarketMuse operates at the site strategy level, giving content teams a prioritised roadmap rather than page-by-page recommendations. Its Content Score metric measures how comprehensively a page covers a topic relative to the competition, and its Personalised Difficulty score accounts for your site\'s existing authority rather than giving the same difficulty rating to every site. Enterprise content teams use it for quarterly content audits, identifying cannibalisation, and building topic clusters that establish domain authority.', category:'AI SEO Tools', rating:4.4, pricing:'Free / $149/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://marketmuse.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI SEO Tools"] },
  { id:128, name:'Mem', slug:'mem', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Mem is an AI-powered note-taking app that automatically organizes your notes using AI — no folders, tags, or manual filing required — and surfaces relevant content when you need it based on what you\'re working on. Its most powerful feature is the ability to chat with your entire knowledge base, asking questions like \'what did we decide about pricing in Q3?\' and getting answers grounded in your actual notes and documents. Freelancers, researchers, and knowledge workers use Mem as a second brain that gets smarter the more you write in it. Mem integrates with email, calendar, and Slack to automatically capture and link context from your daily work.', category:'AI Productivity Tools', rating:4.1, pricing:'$14.99/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://mem.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:129, name:'Meshy', slug:'meshy-ai', emoji:'🧊', bg:'linear-gradient(135deg,#0d1f1f,#0d2e2e)', desc:'Meshy is the leading AI 3D generation platform that converts text descriptions or 2D images into fully textured, game-ready 3D models in under two minutes — no 3D modelling experience required. Game developers use it to rapidly prototype assets, product designers create 3D mockups for presentations, and content creators generate custom props for virtual production and social media. Meshy produces models in formats compatible with Unity, Unreal Engine, Blender, and standard FBX/OBJ/GLB workflows, making it immediately usable without re-exporting. The image-to-3D pipeline is particularly strong: upload a product photo or concept sketch and Meshy reconstructs a textured 3D mesh that matches the reference image. With over 1 million users, it\'s the go-to for indie developers and designers who previously had to commission expensive 3D artists.', category:'AI 3D Tools', rating:4.5, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://meshy.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI 3D Tools"] },
  { id:130, name:'Meta AI', slug:'meta-ai', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Meta AI is Meta\'s conversational AI assistant powered by Llama 4, built directly into Facebook, Instagram, WhatsApp, and Messenger for 3+ billion users without any app download or account creation. It handles general knowledge questions, creative writing, image generation, real-time web search, and multilingual conversations within the social platforms you already use daily. Meta AI is free with no usage limits for standard queries, making advanced AI assistance accessible to populations who might not seek out dedicated AI tools. Its integration into group chats allows collaborative AI interactions where multiple people can ask questions and share AI-generated content in the same conversation.', category:'AI Chatbots', rating:3.9, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://meta.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:131, name:'Microsoft Agent 365', slug:'microsoft-agent-365', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Microsoft Agent 365 is Microsoft\'s dedicated enterprise control plane for AI agents, launched May 2026 as the evolution of Microsoft Copilot. It provides a centralised hub for creating, managing, deploying, and monitoring AI agents across the Microsoft 365 ecosystem — Outlook, Teams, SharePoint, Excel, and Dynamics. Agents connect to enterprise data through Microsoft Graph, enforce security and compliance policies, and can be scheduled to run autonomously without user prompting. For enterprises already in the Microsoft ecosystem, Agent 365 is the most integrated way to deploy AI automation at scale across teams and departments.', category:'AI Productivity Tools', rating:4.4, pricing:'$30/user/mo (add-on)', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://www.microsoft.com/en-us/microsoft-365/copilot?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:132, name:'Microsoft Copilot', slug:'microsoft-copilot', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Microsoft Copilot is the AI assistant deeply embedded across Windows, Microsoft 365, Teams, Edge, and Bing — making it the most pervasive AI tool for enterprise knowledge workers already in the Microsoft ecosystem. In Word it drafts, rewrites, and summarizes documents; in Excel it generates formulas, analyzes data, and creates visualizations; in Teams it summarizes meetings and generates action items in real time. Microsoft 365 Copilot connects to your entire Microsoft Graph — all your emails, meetings, chats, and documents — giving it the context to provide genuinely personalized assistance. For organizations already paying for Microsoft 365, Copilot is the lowest-friction path to deploying AI across the entire workforce.', category:'AI Chatbots', rating:4.2, pricing:'Free / $20–$30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://copilot.microsoft.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:133, name:'Microsoft Designer', slug:'microsoft-designer', emoji:'🖌️', bg:'linear-gradient(135deg,#1a0d1a,#280d28)', desc:'Microsoft Designer is Microsoft\'s AI-powered graphic design tool that generates complete social media graphics, presentations, banners, and marketing materials from text descriptions. Built on DALL-E and integrated with the Microsoft 365 ecosystem, it\'s the direct competitor to Canva AI for users already in the Microsoft world. Designer generates full layouts — not just images — including suggested copy, fonts, and color schemes. It integrates with Microsoft Office so you can push designs directly into PowerPoint, Word, or Teams. For organizations standardized on Microsoft 365, Designer is free and requires no additional subscription.', category:'AI Design Tools', rating:4.4, pricing:'Free / included with Microsoft 365', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://designer.microsoft.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Design Tools"] },
  { id:134, name:'Midjourney', slug:'midjourney', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Midjourney is the gold standard for AI image generation aesthetics — producing painterly, cinematic, and richly detailed images with an artistic quality that most competing models struggle to match. Accessed via Discord or a web app, it has cultivated the most active creative community in AI art, with extensive style guides, model fine-tunes, and community knowledge for getting the best results. Version 6.1 introduced dramatically improved photorealism and text rendering, while maintaining the distinctive Midjourney look that has defined AI aesthetics. Designers, art directors, and visual storytellers choose Midjourney when image quality and creative depth are the primary requirements.', category:'AI Image Generators', rating:4.8, pricing:'$10–$120/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://asmiai.xyz/tools/midjourney/?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:135, name:'Midjourney v7', slug:'midjourney-v7', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Midjourney v7 is the latest version of the world\'s most popular AI image generator, released in 2025 with dramatically improved photorealism, better text rendering in images, and enhanced prompt understanding. Midjourney v7 produces images that are consistently more detailed, coherent, and aesthetically refined than any previous version — and rivals real photography for product shots, portraits, and editorial images. Unlike v6 which was primarily Discord-based, v7 includes a web interface at midjourney.com with an improved prompt editor, style tuning, and image variation tools. For creative professionals, Midjourney v7 remains the benchmark for image quality.', category:'AI Image Generators', rating:4.9, pricing:'From $10/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://midjourney.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:136, name:'Mistral', slug:'mistral', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Mistral AI builds open-weight and commercial large language models known for efficiency, speed, and strong performance relative to their size — making them the leading alternative to OpenAI and Anthropic for developers who prioritize cost and flexibility. Mistral Large competes with GPT-4 on reasoning and coding benchmarks, while Mistral 7B remains the most popular small model for on-device and cost-sensitive applications. Developers and enterprises choose Mistral for its open weights (allowing self-hosting), European data sovereignty compliance, and competitive API pricing. Its models are particularly strong for structured output, function calling, and technical reasoning tasks.', category:'AI Chatbots', rating:4.5, pricing:'Free / API pricing', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://mistral.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:137, name:'Mixo', slug:'mixo', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Mixo is an AI website builder that generates a complete, live website from a one-sentence description in under 30 seconds. It\'s purpose-built for entrepreneurs, startups, and side projects that need to validate an idea with a real landing page before committing to full development. Describe your product or service, and Mixo generates a professional site with copy, imagery, and a subscriber waitlist built in. At $9/month, it\'s the most affordable way to get a credible web presence live instantly.', category:'AI Coding Tools', rating:4.4, pricing:'From $9/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://mixo.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:138, name:'Motion', slug:'motion', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Motion uses AI to automatically schedule your tasks, meetings, and habits into your calendar based on priority, deadlines, and available time — and dynamically reprioritizes your day when plans change or new tasks appear. Instead of manually time-blocking, you add tasks with deadlines and Motion builds an optimal schedule that protects deep work while accommodating meetings and urgent requests. Founders, executives, and high-output professionals use Motion to eliminate the cognitive overhead of scheduling and ensure their most important work actually gets done. It integrates with Google Calendar, Outlook, and Asana to unify your tasks and meetings in one intelligent schedule.', category:'AI Productivity Tools', rating:4.4, pricing:'$19–$34/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://usemotion.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:139, name:'Murf AI', slug:'murf-ai', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Murf AI is a professional AI voice generation studio with 200+ ultra-realistic voices in 20+ languages, custom voice cloning, pitch and speed control, and a built-in video editor for assembling complete voiceover productions. Enterprise clients use it for e-learning courses, explainer videos, internal training, and corporate communications that need consistent, professional narration at scale. The Studio interface lets you write your script, choose a voice, sync to video, and add background music all in one workflow — without audio engineering expertise. Murf AI\'s voice quality and production workflow make it the choice for teams producing high-volume branded audio content.', category:'AI Voice Generators', rating:4.4, pricing:'Free / $29–$99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://murf.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:140, name:'Muse Spark', slug:'muse-spark', emoji:'🤖', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Muse Spark is Meta\'s first frontier AI model from Meta Superintelligence Labs, launched April 8 2026. Built under the leadership of Alexandr Wang (formerly of Scale AI), it accepts voice, text, and image inputs and matches the performance of top competitors while running on 10x less compute. Unlike Meta\'s previous open-source Llama models, Muse Spark is proprietary but free to use at meta.ai. It powers Meta AI across Facebook, Instagram, and WhatsApp, and includes an early shopping agent that recommends products from creator content. API access is in private preview with paid tiers planned.', category:'AI Tools', rating:4.5, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://meta.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Tools"] },
  { id:141, name:'n8n', slug:'n8n', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'n8n is an open-source workflow automation platform with a visual node editor, AI agent capabilities, and self-hosting options that give developers and data engineers full control over their automation infrastructure. Unlike SaaS automation tools, n8n can be run on your own servers, keeping sensitive data within your infrastructure while connecting to the same 400+ integrations as cloud platforms. Its AI Agent nodes allow building LLM-powered workflows that can browse the web, execute code, query databases, and call APIs as part of automated pipelines. Developers and agencies choose n8n when they need automation flexibility, custom integrations, and the ability to run AI pipelines at scale without per-operation pricing.', category:'AI Productivity Tools', rating:4.6, pricing:'Free (self-host) / $20/mo cloud', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://n8n.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:142, name:'Namecheap', slug:'namecheap', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Namecheap is a domain registrar and web hosting provider offering competitive domain pricing, shared hosting, VPS, and dedicated servers with free SSL certificates and WhoisGuard privacy protection included. It has built an AI-powered logo maker, website builder, and brand toolkit to help new businesses get fully online — domain, hosting, email, and branding — without needing multiple service providers. Small businesses, startups, and freelancers use Namecheap as a one-stop shop for their online infrastructure at prices significantly below GoDaddy and other major registrars. Its user-friendly domain management interface and reliable support make it particularly popular with non-technical founders.', category:'AI Productivity Tools', rating:4, pricing:'$1.98+/year', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://namecheap.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:143, name:'Nanonets', slug:'nanonets', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Nanonets is an AI document processing platform that extracts structured data from unstructured documents — invoices, receipts, contracts, forms, bank statements, and identity documents — automatically, so teams can stop manually keying data from PDFs into spreadsheets and databases. Its OCR and machine learning models are trained on document-type-specific patterns, producing extraction accuracy above 95% on supported document types. Finance teams use it to automate accounts payable by extracting invoice line items and routing them to approval workflows. HR teams process offer letters and onboarding forms. Logistics companies extract customs declarations and bills of lading. Nanonets connects extracted data directly to downstream systems via Zapier, API, or native integrations with QuickBooks, SAP, and NetSuite, making it a drop-in automation for any document-heavy workflow.', category:'AI Data Analysis', rating:4.4, pricing:'Free trial / $49/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://nanonets.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data Analysis"] },
  { id:144, name:'Napkin AI', slug:'napkin-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Napkin AI converts text into visual diagrams, flowcharts, and infographics automatically. Paste in any text — a business process, an explanation, a strategy document — and Napkin generates multiple visual representations you can choose from, edit, and export. It\'s designed for business professionals who need to communicate complex ideas visually but don\'t have design skills or time. The tool is particularly popular for turning bullet-point explanations into presentation-ready visuals, making slide decks, reports, and proposals significantly more compelling without a designer involved.', category:'AI Productivity Tools', rating:4.5, pricing:'Free / $16/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://napkin.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:145, name:'Noteable', slug:'noteable', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Noteable is a collaborative AI data notebook where data teams run Python, SQL, and R with an AI copilot that generates code, explains analysis steps, and debugs errors in context — all in a shareable browser-based environment. Unlike local Jupyter notebooks, Noteable\'s cloud platform enables real-time collaboration, scheduled runs, and version history without any infrastructure management. Data scientists and analysts use it to explore datasets, build reproducible analyses, and share interactive results with stakeholders who can view outputs without setting up a Python environment. Its AI pair programming approach dramatically reduces the time from question to insight for data workflows.', category:'AI Data & Analytics', rating:4.3, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://noteable.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:146, name:'NotebookLM', slug:'notebook-lm', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'NotebookLM is Google\'s AI research assistant that lets you upload your own documents — PDFs, Google Docs, YouTube links, websites, and audio files — and then chat with them using Gemini. Unlike general AI chatbots, NotebookLM only answers from your uploaded sources and always cites exactly which document and passage it drew from, eliminating hallucinations on your specific content. Its Audio Overviews feature converts uploaded documents into a natural-sounding podcast-style conversation between two AI hosts, making dense material easier to absorb. Researchers, students, lawyers, and knowledge workers use it to rapidly synthesize large document collections.', category:'AI Research Tools', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://notebooklm.google.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:147, name:'Notion', slug:'notion', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Notion is the all-in-one workspace for notes, wikis, databases, and project management used by millions of individuals and tens of thousands of teams to replace a fragmented stack of tools. Its flexible block-based editor handles everything from personal journaling to complex team project tracking with custom database views, formulas, and automations. Startups use it as a company OS — storing their handbook, roadmap, meeting notes, and OKRs in one interconnected system with permissions. Notion AI, built directly into the workspace, lets teams draft, summarize, and query their entire knowledge base without leaving the tool.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $10–$18/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://notion.so?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:148, name:'Notion AI', slug:'notion-ai', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Notion AI is embedded directly in your Notion workspace, letting you draft documents, summarize meeting notes, generate action items from unstructured text, autofill database properties, and ask questions across your entire workspace knowledge base. Unlike standalone AI writing tools, Notion AI has full context over your organization\'s docs, wikis, and projects — meaning its answers are grounded in your actual company knowledge, not just general training data. Teams use it to turn rough brainstorms into polished docs, extract key decisions from long discussion threads, and build AI-powered workflows that automatically populate databases from source material. Notion AI is included in paid plans, making it the most cost-effective AI knowledge layer for teams already using Notion.', category:'AI Writing Tools', rating:4.7, pricing:'$10/mo add-on', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://notion.so/product/ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:149, name:'Notion Calendar', slug:'notion-calendar', emoji:'📅', bg:'linear-gradient(135deg,#0d1a1f,#0d2428)', desc:'Notion Calendar is a standalone calendar app from Notion that connects directly to your Notion workspace, letting you link meetings to Notion pages, docs, and databases. Unlike Google Calendar, Notion Calendar shows your tasks, project deadlines, and meeting prep notes alongside calendar events — so you walk into every meeting already prepared. It syncs with Google Calendar and Notion databases simultaneously, giving you a unified view of everything on your plate. Completely free, it\'s the missing piece for Notion users who want their entire workflow in one system.', category:'AI Scheduling Tools', rating:4.5, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://calendar.notion.so?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Scheduling Tools"] },
  { id:150, name:'Obviously AI', slug:'obviously-ai', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Obviously AI is a no-code predictive analytics platform that lets business users build machine learning models from CSV files and database connections without writing any code — generating predictions for churn, revenue, lead scoring, and more in minutes. Its AutoML engine selects the best algorithm, handles feature engineering, and explains model decisions in plain English so non-technical users can understand and trust the predictions. Marketing, sales, and operations teams use it to add predictive capabilities to their workflows without waiting for a data science team to build and maintain models. Obviously AI integrates with Salesforce, Shopify, Google Sheets, and other business tools to automate prediction-powered workflows.', category:'AI Data & Analytics', rating:3.9, pricing:'$75–$375/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://obviously.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:151, name:'OpenArt AI', slug:'openart-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'OpenArt AI is a browser-based multi-model image and video generation platform that bundles access to over 100 premium AI models — including FLUX, Ideogram V3, Stable Diffusion XL, Sora 2, and Kling — under a single affordable subscription. Instead of juggling multiple tools and accounts, creators can switch between models with a click to generate photorealistic portraits, anime art, product photos, YouTube thumbnails, and AI video all in one place. Its Magic Prompt feature automatically enhances your prompts for better results without requiring prompt engineering expertise. At $7/month on the Essential plan, it\'s one of the most cost-effective ways to access frontier image models.', category:'AI Image Generators', rating:4.5, pricing:'Free / $7/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://openart.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:152, name:'OpenHands', slug:'openhands', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'OpenHands (formerly OpenDevin) is an open-source autonomous AI software agent platform built by All Hands AI that lets any LLM — GPT-4o, Claude, Gemini, or a local model — operate a full Linux desktop to write code, run commands, browse the web, read files, and complete multi-step engineering tasks. Unlike closed agents, OpenHands is fully auditable, self-hostable, and model-agnostic, making it the preferred agentic coding platform for enterprises with data privacy requirements and researchers who need reproducible agent experiments. Its sandboxed Docker execution environment lets agents safely browse, install packages, and run tests without touching the host system. It is also the most widely used open-source alternative to Devin for autonomous software engineering tasks.', category:'AI Coding Tools', rating:4.5, pricing:'Free (open-source) / Cloud $25/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://all-hands.dev?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:153, name:'OpenRouter', slug:'openrouter', emoji:'🛠️', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'OpenRouter is a unified API that routes requests to 300+ AI models from OpenAI, Anthropic, Google, Meta, Mistral, and dozens of open-source providers through a single endpoint. Developers replace multiple API keys and integrations with one OpenRouter key and switch between Claude, GPT, Gemini, Llama, DeepSeek, and every major model with a single parameter change. It automatically falls back to alternative models when a provider is down, optimises routing for cost or speed, and supports free tiers on many open-source models. In 2026 it became the de facto infrastructure layer for AI startups and indie developers who want model flexibility without vendor lock-in.', category:'AI Developer Tools', rating:4.7, pricing:'Pay-per-use', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://openrouter.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Developer Tools"] },
  { id:154, name:'Opus Clip', slug:'opus-clip', emoji:'🎞️', bg:'linear-gradient(135deg,#1a0d0d,#2e1a0d)', desc:'Opus Clip is an AI video repurposing tool that takes long-form videos — YouTube videos, webinars, podcasts, interviews — and automatically clips them into short, viral-ready vertical videos for TikTok, Reels, and YouTube Shorts. The AI identifies the most engaging moments, adds animated captions with speaker tracking, reframes for vertical format, and scores each clip on predicted virality. It\'s the standard tool for creators who want to repurpose long content into daily short-form social posts without manual editing.', category:'AI Video Editors', rating:4.6, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.opus.pro?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Editors"] },
  { id:155, name:'Otter.ai', slug:'otter-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Otter.ai is a meeting transcription and AI note-taking app that provides real-time captions, searchable transcripts, AI-generated summaries, and action item extraction for Zoom, Teams, Google Meet, and in-person meetings recorded on your phone. Its Otter AI Chat lets you ask questions about what was discussed in any meeting — \'what did John say about the budget?\' — turning your meeting history into a searchable knowledge base. Business professionals, journalists, students, and accessibility users rely on Otter to stay fully present in conversations without the distraction of manual note-taking. Team plan features include automatic CRM sync, speaker identification, and shared workspaces for meeting note collaboration.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $16.99–$30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://otter.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:156, name:'Perplexity', slug:'perplexity', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Perplexity is an AI-powered answer engine that searches the web in real time and synthesizes cited, sourced answers — combining the depth of an AI model with the currency of a live search engine. Every response includes numbered citations linking to primary sources, making it the most trustworthy AI interface for research, fact-checking, and following current events. Professionals and students use Perplexity as their default research tool for questions that require synthesis across multiple authoritative sources. Perplexity Pro adds access to GPT-4o, Claude Sonnet, and image generation, while the Spaces feature allows teams to build shared research hubs with curated context.', category:'AI Chatbots', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://perplexity.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:157, name:'Perplexity AI', slug:'perplexity-ai', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Perplexity AI is an AI-powered answer engine that searches the web in real time and synthesizes cited, sourced answers to complex questions — combining the breadth of a search engine with the conversational interface of an AI assistant. Unlike ChatGPT, every answer includes numbered citations linking to the source pages, making it reliable for research, fact-checking, and staying current on fast-moving topics. Students, researchers, journalists, and knowledge workers use Perplexity as their primary search interface for questions that require synthesis across multiple sources rather than a single link. Perplexity Pro unlocks access to GPT-4o, Claude, and image generation within the same interface.', category:'AI Chatbots', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://perplexity.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:158, name:'Perplexity Assistant', slug:'perplexity-assistant', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Perplexity Assistant is Perplexity AI\'s agentic mode that goes beyond search to take real-world actions on your behalf — booking restaurants, ordering groceries, managing emails, and browsing the web to complete multi-step tasks. Launched in 2025, it competes directly with ChatGPT\'s operator mode and Google\'s Gemini Live, combining Perplexity\'s real-time web search with the ability to interact with apps and services. Available on iOS and Android, it acts as an AI assistant that can both answer questions and get things done, using voice or text, with access to your calendar, contacts, and third-party apps.', category:'AI Productivity Tools', rating:4.5, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://perplexity.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:159, name:'Perplexity Comet', slug:'perplexity-comet', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Perplexity Comet is an AI-native browser built by Perplexity AI that integrates real-time web research directly into every browsing session. Instead of switching between a search engine and an AI chatbot, Comet synthesizes live web sources into cited answers as you browse, and its agentic Computer mode can take actions on your behalf — filling forms, buying products, sending emails, and completing multi-step research tasks autonomously. Originally launched at $200/month, Comet became free across all major platforms in early 2026, making it one of the most significant free AI product launches of the year.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://perplexity.ai/comet?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:160, name:'Perplexity Computer', slug:'perplexity-computer', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Perplexity Computer is a research-focused desktop AI agent that combines multi-model orchestration with local file access to complete long-horizon research and analysis tasks autonomously. Unlike Perplexity\'s search product, Perplexity Computer operates like an autonomous agent on your desktop — it can read your local files, search the web, reason across multiple sources, and produce structured research outputs. It blends the trusted citation model Perplexity is known for with agentic task execution, making it well-suited for analysts, researchers, and knowledge workers who need AI that works with their actual documents and data.', category:'AI Productivity Tools', rating:4.5, pricing:'$20/mo (Pro)', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://www.perplexity.ai/computer?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:161, name:'Perplexity Labs', slug:'perplexity-labs', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Perplexity Labs is the free model playground by Perplexity AI that lets you test the latest open-source and frontier AI models — including Llama, Mistral, Qwen, and DeepSeek — without API keys or developer setup. Used by AI enthusiasts, researchers, and developers to evaluate model capabilities before committing to an API plan. New models are added within days of public release, making it the fastest way to access the latest open models.', category:'AI Research Tools', rating:4.4, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://labs.perplexity.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:162, name:'Perplexity Pages', slug:'perplexity-pages', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Perplexity Pages generates fully formatted, citable long-form articles and reports from a search query or topic. Instead of a chat response, Pages creates a structured document with sections, headings, inline citations, and a clean reading layout — formatted like a professional article or Wikipedia entry. Pages can be shared publicly as standalone URLs, making them useful for creating shareable research reports, explainers, or knowledge documents quickly. It\'s a faster alternative to writing long-form content when you need a well-structured, cited starting point.', category:'AI Writing Tools', rating:4.5, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://perplexity.ai/pages?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:163, name:'Pi AI', slug:'pi-ai', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Pi is Inflection AI\'s conversational AI companion designed for personal support, coaching, and thoughtful dialogue rather than task execution — it remembers your life context across conversations and responds with genuine empathy and curiosity. Unlike productivity-focused AI assistants, Pi prioritizes emotional intelligence, helping users work through decisions, reflect on experiences, and get honest, nuanced feedback on their thinking. It\'s particularly valued by users who want an AI that listens and engages meaningfully rather than one that optimizes for task completion. Pi is available on web, iOS, and Android, with a conversational style that feels more like a trusted friend than a utility.', category:'AI Chatbots', rating:3.9, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://pi.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:164, name:'Pictory', slug:'pictory', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Pictory automatically converts long-form content — blog posts, scripts, webinar recordings, and PDFs — into short, shareable branded videos with AI-selected footage, auto-generated captions, and background music. Marketers and content repurposers use it to extend the life of existing content by transforming it into video formats suitable for LinkedIn, YouTube Shorts, and social media without video editing experience. The auto-summarization feature identifies the most engaging highlights from long videos, creating clips ready to share in minutes. Pictory\'s brand kit ensures consistent fonts, colors, and logos across every video your team produces.', category:'AI Video Generators', rating:4.3, pricing:'$19–$99/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://pictory.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:165, name:'Pika', slug:'pika', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Pika is an AI video generation and editing platform known for its creative transformation effects — Inflate, Melt, Crush, Explode — that apply realistic physics-based transformations to any uploaded image or video. Content creators, social media managers, and digital artists use Pika to create scroll-stopping video content that stands out from standard AI-generated clips. Beyond effects, Pika generates video from text prompts and images with strong motion consistency and creative camera work. Its community-driven feature development and frequent model updates have made it one of the most actively evolving platforms in the AI video space.', category:'AI Video Generators', rating:4.3, pricing:'Free / $8–$70/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://pika.art?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:166, name:'Play.ht', slug:'play-ht', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Play.ht offers ultra-realistic AI voice synthesis and voice cloning from as little as 30 seconds of audio, supporting 800+ voices in 142 languages with fine-grained control over pace, emotion, and pronunciation. Podcast producers, audiobook publishers, and interactive voice application developers use it for natural-sounding narration that holds listener attention over long-form content. Its real-time API enables low-latency voice synthesis for conversational AI applications and interactive voice response systems. Play.ht\'s voice cloning accuracy and extensive language support make it a strong choice for global content production and multilingual voice applications.', category:'AI Voice Generators', rating:4.4, pricing:'Free / $31–$99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://play.ht?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:167, name:'Playground AI', slug:'playground-ai', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Playground AI is a browser-based image creation tool that combines AI generation with Photoshop-style editing capabilities — including layers, masking, inpainting, and filters — in a single workflow built for designers who want more control than pure generation tools provide. It supports multiple generation models including SDXL, DALL·E, and Playground\'s own models, letting users choose the aesthetic that fits their project. Graphic designers and digital artists use it to generate base images and then refine them with precise editing tools, bridging the gap between AI generation and professional image editing. The generous free tier and intuitive interface make it accessible for creators at every level.', category:'AI Image Generators', rating:4.3, pricing:'Free / $15–$45/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://playgroundai.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:168, name:'Poe', slug:'poe', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Poe by Quora is an AI model aggregator that gives users access to ChatGPT, Claude, Gemini, Llama, Mistral, and hundreds of specialized AI bots in a single subscription — making it the most cost-effective way to access multiple frontier models. Its bot creation tools let anyone build and publish custom AI personas trained on specific knowledge or optimized for particular tasks, with a growing ecosystem of community-built bots. Power users and developers use Poe to compare model responses, find the best model for specific tasks, and access newer or specialized models without separate subscriptions. The model-agnostic approach future-proofs your AI workflow as the model landscape continues to evolve.', category:'AI Chatbots', rating:4.4, pricing:'Free / $19.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://poe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:169, name:'Polymer', slug:'polymer', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Polymer transforms messy spreadsheets into interactive, searchable databases and visual dashboards with AI-powered chart generation, automatic insights, and collaborative filtering — without any database or coding knowledge. Business teams upload CSV or Excel files and Polymer instantly creates a browsable, shareable data app with sort, filter, and visualization capabilities that Excel can\'t match. Marketing teams use it to make campaign data self-serve, sales teams build deal dashboards from CRM exports, and operations teams visualize KPIs — all without waiting for engineering. Polymer\'s shareable link format makes distributing interactive data analysis to stakeholders dramatically easier than sending spreadsheet files.', category:'AI Data & Analytics', rating:4.1, pricing:'Free / $20–$80/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://polymersearch.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:170, name:'Pomelli', slug:'pomelli', emoji:'🤖', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Pomelli is an experimental AI marketing tool from Google Labs and Google DeepMind designed specifically for small and medium businesses. You paste your website URL, and Pomelli scans it to build a Business DNA profile — learning your brand colors, fonts, tone of voice, and visual style. It then generates on-brand social media campaigns, ad copy, and product imagery without requiring a designer or copywriter. Pomelli Animate (powered by Veo 3.1) turns static assets into video, and Photoshoot generates professional studio-quality product photos. Available free in 170+ countries as of March 2026.', category:'AI Tools', rating:4.4, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://labs.google.com/pomelli?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Tools"] },
  { id:171, name:'Power BI', slug:'power-bi', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Power BI is Microsoft\'s enterprise business intelligence platform, offering interactive dashboards, advanced data modeling, and AI-powered analytics that connects to hundreds of data sources from Excel and SQL to Salesforce and Google Analytics. Its Copilot integration allows users to describe the visualization or analysis they need in natural language, generating DAX formulas, report pages, and narrative summaries automatically. Enterprise data teams use Power BI as the standard reporting layer for business intelligence, while Copilot democratizes data analysis for non-technical stakeholders. The seamless integration with Microsoft 365, Teams, and Azure makes it the default BI choice for organizations already in the Microsoft ecosystem.', category:'AI Data & Analytics', rating:4.6, pricing:'Free / $10–$20/user/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://powerbi.microsoft.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:172, name:'ProWritingAid', slug:'prowritingaid', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'ProWritingAid is an AI grammar and style analysis tool built specifically for long-form writing, offering 25+ in-depth writing reports on pacing, readability, overused words, clichés, sentence length variation, and structural issues that generic grammar checkers miss. Authors, screenwriters, and professional content creators use it as a developmental editing partner that catches deep stylistic issues across entire manuscripts — not just sentence-level errors. Its Word, Google Docs, and Scrivener integrations mean it fits directly into existing writing workflows without disrupting your process. ProWritingAid\'s detailed feedback teaches you to become a better writer over time, not just fix individual documents.', category:'AI Writing Tools', rating:4.4, pricing:'Free / $30/mo or $120/year', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://prowritingaid.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:173, name:'QuillBot', slug:'quillbot', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'QuillBot is an AI paraphrasing, summarization, and grammar correction tool used by over 35 million students and writers to rephrase text in different styles, condense long content into key points, and improve grammatical accuracy. Its paraphrasing modes — Standard, Fluency, Formal, Creative, Expand, Shorten — give users precise control over how text is rewritten, making it useful for academic writing, ESL learners, and content repurposing. The summarizer handles articles, research papers, and documents up to 1,200 words on the free plan, extracting key sentences or generating paragraph-form summaries. QuillBot integrates directly with Microsoft Word and Google Chrome for in-context paraphrasing without copy-pasting.', category:'AI Writing Tools', rating:4.5, pricing:'Free / $19.95/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://quillbot.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:174, name:'Qwen', slug:'qwen', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'Qwen is Alibaba\'s frontier AI model family, with Qwen 3.7 Max emerging in 2026 as one of the most cost-effective high-intelligence models available. It scores 92.4 on GPQA Diamond and delivers performance competitive with Claude Opus 4.7 and GPT-5 at API pricing of $2.50/$7.50 per million tokens — a fraction of the cost. The consumer chat interface at chat.qwen.ai is free and accessible globally, offering a capable multilingual AI assistant for writing, coding, research, and reasoning. For developers and AI-native startups, Qwen\'s combination of frontier performance and aggressive pricing makes it one of the most important models to watch in 2026.', category:'AI Chatbots', rating:4.6, pricing:'Free / API pay-per-use', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://chat.qwen.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:175, name:'Reclaim AI', slug:'reclaim-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Reclaim AI connects to your Google Calendar and automatically schedules your tasks, habits, meeting buffers, and focus time into the optimal slots in your week — then reschedules intelligently when your calendar changes. Unlike static time-blocking, Reclaim\'s AI adapts in real time, moving tasks around meetings and protecting your most productive hours based on your preferences and historical patterns. Remote workers, freelancers, and managers use Reclaim to protect deep work time while staying flexible enough to accommodate the unpredictability of knowledge work calendars. Its Slack status sync automatically updates your availability across your team when Reclaim schedules focus blocks.', category:'AI Productivity Tools', rating:4.5, pricing:'Free / $8–$20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://reclaim.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:176, name:'Recraft V3', slug:'recraft-v3', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Recraft V3 is a professional AI image generation model built specifically for designers and brand teams, topping the Hugging Face image generation leaderboard at launch in late 2024. Its defining capability is brand consistency — you can upload your brand colors, reference images, and style guide and Recraft enforces them across every generation, making it the only image generator designed around visual identity rather than one-off creativity. It generates vectors, mockups, UI screenshots, icons, and print-ready assets natively in SVG and high-resolution PNG, formats that Midjourney and DALL·E cannot output. Marketing teams, product designers, and agencies use Recraft to produce on-brand visual assets at scale without a photo shoot or stock license.', category:'AI Image Generators', rating:4.7, pricing:'Free / $12–$45/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://recraft.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:177, name:'Relevance AI', slug:'relevance-ai', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'Relevance AI is a no-code platform for building an AI workforce — custom agents that handle sales outreach, research, lead enrichment, customer onboarding, and internal operations without writing a single line of code. Teams build agents by describing what they should do in plain English, connecting them to tools (email, CRM, web search, spreadsheets), and deploying them to run autonomously on a schedule or triggered by events. Relevance\'s agent templates are particularly strong for go-to-market teams: pre-built agents can research a prospect\'s LinkedIn and recent news, draft a personalised outreach email, and log it to HubSpot or Salesforce automatically. Used by over 200,000 teams globally, it\'s one of the fastest paths from \'I have a repetitive task\' to \'an agent handles it now\'.', category:'AI Agents', rating:4.4, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://relevanceai.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:178, name:'Replit AI', slug:'replit-ai', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Replit is a browser-based development environment where Replit Agent builds, runs, and deploys full-stack applications from natural language descriptions — handling code generation, dependency installation, database setup, and deployment in one seamless flow. It supports 50+ programming languages with no local setup required, making it the fastest path from idea to deployed application for developers of all levels. Beginners use it to learn programming with an AI tutor that explains concepts and fixes errors in context, while experienced developers prototype ideas and share interactive code examples. Replit\'s multiplayer collaboration allows real-time co-coding and live feedback without the overhead of sharing local development environments.', category:'AI Coding Tools', rating:4.4, pricing:'Free / $25/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://replit.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:179, name:'Resemble AI', slug:'resemble-ai', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Resemble AI specializes in real-time voice cloning and AI dubbing with sub-50ms latency, making it the platform of choice for game studios, interactive voice applications, and enterprises that need dynamic voice generation at production scale. Its voice cloning requires only 30 seconds of audio to create a highly accurate digital voice, with emotional range and speaking style control for natural-sounding delivery across different contexts. The Resemble API integrates into game engines, mobile apps, and backend systems for generating character dialogue, localization audio, and personalized voice content on demand. Media companies use it for AI dubbing that preserves speaker identity and lip-sync accuracy across multiple languages.', category:'AI Voice Generators', rating:4.3, pricing:'$0.006/sec / Enterprise', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://resemble.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:180, name:'Rewind AI', slug:'rewind-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Rewind AI is a personal AI assistant for Mac and iOS that records everything you see, say, and hear on your device, then makes it searchable and queryable with AI. Forgot what was discussed in a meeting last Tuesday? Search Rewind and it surfaces the exact moment with full context. Need a summary of all your Slack conversations from last week? Ask Rewind and it generates one from your actual activity. All recordings are stored locally on your device and never sent to external servers, making privacy the core differentiator. It effectively gives you a perfect memory of everything that happens on your computer.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://www.rewind.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:181, name:'Riverside.fm', slug:'riverside-fm', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Riverside.fm is a browser-based podcast and video recording studio that records each participant locally at full quality, then uploads the high-res files — eliminating choppy recordings caused by internet issues on Zoom or Skype. Its AI features include automatic transcription, AI-powered clip generation that identifies compelling moments, and one-click video editing via transcript editing. It has become the standard recording tool for professional podcasters who need broadcast-quality remote recordings without a production team.', category:'AI Video Generators', rating:4.7, pricing:'Free / $19/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://riverside.fm?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:182, name:'Runway ML', slug:'runway-ml', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Runway ML is a professional AI creative suite used by filmmakers, studios, and post-production teams for AI video generation (Gen-3 Alpha), video editing, and VFX — bringing capabilities that previously required specialized software and expertise to a browser-based interface. Gen-3 Alpha produces high-quality, cinematic video from text and image prompts with strong motion coherence and photorealism, while Runway\'s editing tools handle rotoscoping, background replacement, and motion tracking. Creative agencies use Runway to prototype concepts, create social content, and produce AI-enhanced visual effects at a fraction of traditional VFX costs. It has become the production-grade AI video platform of choice for teams that need professional output quality.', category:'AI Video Generators', rating:4.7, pricing:'Free / $15–$95/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://runwayml.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:183, name:'Rytr', slug:'rytr', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Rytr is an affordable AI writing assistant for short-form content — emails, product descriptions, social posts, blog outlines, and ad copy — supporting 40+ use cases and 30+ languages with a generous free tier. Its use-case templates guide the AI with the right tone and format for each content type, making it particularly accessible for small business owners and freelancers who need decent AI writing without a steep learning curve or a large budget. Rytr handles the entire workflow from outline to finished draft, with a built-in plagiarism checker and SEO analyzer for content that needs to perform in search. It\'s the practical choice for solo operators who need AI writing assistance without paying for enterprise platforms.', category:'AI Writing Tools', rating:4.2, pricing:'Free / $9–$29/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://rytr.me?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:184, name:'Screenpipe', slug:'screenpipe', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Screenpipe is an open-source AI memory tool that continuously records everything on your screen and microphone, then makes it all searchable and queryable with AI. Think of it as a searchable, AI-powered memory of your entire computer activity — find anything you saw, heard, or worked on, days or weeks later. Unlike Rewind AI which is macOS-only and closed-source, Screenpipe is cross-platform and open-source, letting developers build custom AI agents on top of their own activity data. It runs locally, keeping all your data on-device with no cloud uploads.', category:'AI Productivity Tools', rating:4.4, pricing:'Free / $30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://screenpipe.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:185, name:'Seedance', slug:'seedance', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Seedance is ByteDance\'s AI video generation model, designed for structured references, cinematic continuity, and automated audio sync. It excels at generating videos with consistent visual style across shots, making it popular for brand content, product videos, and short-form social media. Seedance 2.0 introduced tighter prompt adherence and a built-in audio synchronisation system that aligns motion to music or dialogue automatically. Available through multiple platforms including Higgsfield and ImagineArt as well as its native interface, it competes directly with Kling and Runway as one of the strongest video models of 2026.', category:'AI Video Generators', rating:4.6, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://seedance.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:186, name:'Semantic Scholar', slug:'semantic-scholar', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Semantic Scholar is a free AI-powered academic search engine from the Allen Institute for AI that uses machine learning to surface the most influential papers, identify hidden connections between research, and provide citation context that shows how a paper has been received and applied. It covers 200 million+ papers across all scientific disciplines with semantic search that understands meaning and context — not just keywords. Researchers use it to find the most cited and relevant work in a field, track citations to their own papers, and receive personalized research recommendations based on their reading history. TLDR summaries generated by AI give you the core contribution of any paper in two sentences.', category:'AI Research Tools', rating:4.4, pricing:'Free', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://semanticscholar.org?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:187, name:'Semrush', slug:'semrush', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Semrush is the leading all-in-one platform for SEO and digital marketing, offering keyword research, competitor analysis, backlink auditing, technical site auditing, rank tracking, and an AI writing assistant in a single subscription. Marketing teams and SEO agencies use it as the operational backbone of their search strategy — from identifying keyword opportunities to monitoring competitor movements and auditing technical health. Its Content Marketing Toolkit includes an AI writer, SEO writing assistant, and topic research tools that bridge the gap between strategy and content production. Semrush\'s database of 25 billion+ keywords and 43 trillion+ backlinks makes it the most comprehensive competitive intelligence tool in the industry.', category:'AI Marketing Tools', rating:4.6, pricing:'$139–$499/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://semrush.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:188, name:'Shopify Magic', slug:'shopify-magic', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Shopify Magic is the built-in AI suite for Shopify merchants, providing AI-generated product descriptions, email subject lines, FAQ generation, blog post drafts, and Sidekick — an AI business assistant that can analyze store performance, suggest actions, and configure settings through conversation. It\'s available to all Shopify merchants at no extra cost, directly within the admin interface where store owners already manage their business. E-commerce operators use it to reduce the time spent on content creation and customer communication, making it easier to launch new products and campaigns without writing everything from scratch. Sidekick\'s ability to understand your store data makes it uniquely useful for data-driven decisions that general-purpose AI can\'t provide.', category:'AI Marketing Tools', rating:4.1, pricing:'Included with Shopify', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://shopify.com/magic?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:189, name:'Skyvern', slug:'skyvern', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'Skyvern is an open-source AI agent that automates browser-based workflows using computer vision and reasoning instead of brittle CSS selectors or XPath scripts — meaning it doesn\'t break when websites update their layouts. Point Skyvern at any website with a plain-English instruction like \'go to this supplier portal, find the invoice for March, and download it as a PDF\' and it navigates the page visually, fills forms, clicks buttons, handles CAPTCHAs, and extracts data autonomously. Unlike traditional RPA tools like UiPath, Skyvern adapts to UI changes on the fly. It\'s used for procurement automation, government form filing, insurance data extraction, and competitive price monitoring — any repetitive web workflow that currently requires a human clicking through pages.', category:'AI Agents', rating:4.3, pricing:'Free / $0.10 per task', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://skyvern.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:190, name:'Sora', slug:'sora', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Sora is OpenAI\'s video generation model that creates high-quality, realistic videos up to 20 seconds from text prompts or image inputs, with a visual Storyboard editor for constructing multi-scene narratives. It produces videos with strong temporal consistency, realistic physics, and cinematic camera work that set a new standard for AI video quality when it launched. Filmmakers, creative directors, and content producers use Sora to visualize story concepts, prototype marketing campaigns, and produce short-form video content without traditional production infrastructure. Sora is available to ChatGPT Plus and Pro subscribers, making it accessible within the same subscription that provides access to GPT-4o.', category:'AI Video Generators', rating:4.4, pricing:'Included with ChatGPT Plus/Pro', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://sora.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:191, name:'Sora 2', slug:'sora-2', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Sora 2 is OpenAI\'s second-generation video generation model, built for cinematic, story-driven video content with strong narrative consistency across scenes. Unlike its predecessor which struggled with physics and multi-shot coherence, Sora 2 maintains consistent characters, lighting, and environments across cuts — making it practical for short films, ads, and branded content. It integrates directly into ChatGPT, allowing users to generate video from conversational prompts without a separate workflow. In 2026 it became the go-to model for creators who need narrative video rather than just isolated clips.', category:'AI Video Generators', rating:4.7, pricing:'Included with ChatGPT Plus ($20/mo)', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://sora.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:192, name:'Soundraw', slug:'soundraw', emoji:'🎵', bg:'linear-gradient(135deg,#1f0d1f,#2e0d2e)', desc:'Soundraw is the AI music generator built specifically for content creators who need royalty-free background music for YouTube, social media, ads, and podcasts — not singers wanting to publish pop songs. Unlike Suno or Udio which generate complete tracks with vocals, Soundraw generates instrumental music and then lets you customise every section: adjust the energy of the intro, swap the chorus to a different mood, extend a bridge, or cut the track to exactly 47 seconds to match your video edit. This level of edit control makes it uniquely practical for video producers who need music that fits their content precisely. All music generated on Soundraw is royalty-free for commercial use on all platforms including monetised YouTube channels — a key advantage over tools with ambiguous licensing. Over 1 million creators use it as their go-to background music source.', category:'AI Music Generators', rating:4.4, pricing:'Free / $16.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://soundraw.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Music Generators"] },
  { id:193, name:'Speechify', slug:'speechify', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Speechify is a text-to-speech app that reads any document, web page, PDF, email, or ebook aloud at speeds up to 4.5x with natural-sounding AI voices — used by 20 million+ people to consume more content faster. Students with dyslexia, ADHD, or visual impairments rely on it as an accessibility tool, while busy professionals use it to get through research papers, newsletters, and books during commutes or workouts. The AI Voice Studio allows users to clone any voice, create custom narrations, and produce audio content from text without a microphone. Speechify\'s Chrome extension, iOS app, and integrations with Google Drive and Dropbox make it seamlessly accessible across all your content.', category:'AI Voice Generators', rating:4.5, pricing:'Free / $139/year', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://speechify.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:194, name:'Spline AI', slug:'spline-ai', emoji:'🧊', bg:'linear-gradient(135deg,#0d1f1f,#0d2e2e)', desc:'Spline is the browser-based 3D design tool that made 3D accessible to web designers and product teams, and its AI features now let anyone describe a 3D scene, animation, or interactive object in plain text and see it built instantly. Unlike Meshy or Tripo3D which focus on asset generation, Spline is built for interactive 3D experiences — the kind you embed on a website, in an app, or in a portfolio. Designers at companies like Apple, Stripe, and Linear use Spline to create the scroll-triggered 3D hero sections and interactive product visualisations that have become a hallmark of high-end web design. The AI generation accelerates the workflow significantly: type \'a floating holographic sphere with orbit rings that spins on hover\' and Spline builds the scene, animation, and interaction logic automatically. Export as React component, iframe embed, or WebGL bundle.', category:'AI 3D Tools', rating:4.6, pricing:'Free / $9/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://spline.design?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI 3D Tools"] },
  { id:195, name:'Stable Diffusion', slug:'stable-diffusion', emoji:'🎨', bg:'linear-gradient(135deg,#1f0d1a,#2e0d24)', desc:'Stable Diffusion is the most widely used open-source image generation model, runnable locally on consumer hardware or via API, with a thriving ecosystem of thousands of community fine-tunes on Civitai covering every visual style imaginable. Its open weights mean developers and researchers can study, modify, and fine-tune the model for specific use cases — from generating product photography to training custom artistic styles — without API costs or usage restrictions. Digital artists, game developers, and AI researchers use Stable Diffusion for maximum creative control and customization that closed models don\'t allow. Tools like Automatic1111 and ComfyUI provide powerful interfaces for local generation with precise parameter control.', category:'AI Image Generators', rating:4.6, pricing:'Free (open source)', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://stability.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Image Generators"] },
  { id:196, name:'Sudowrite', slug:'sudowrite', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Sudowrite is an AI writing tool built specifically for fiction writers — novelists, screenwriters, and short-story authors — offering creative writing assistance that is qualitatively different from generic AI writing tools. Its Story Engine guides writers through a full novel structure, from premise to outline to scene-by-scene drafting, while maintaining narrative consistency across tens of thousands of words. Features like Describe (sensory detail expansion), Brainstorm (generating multiple story directions), and Rewrite (matching voice and tense) are purpose-built for fiction craft and not available in general-purpose tools. Published authors, NaNoWriMo participants, and TV writers rooms use Sudowrite to overcome writer\'s block, fill plot gaps, and produce first drafts faster without sacrificing their distinctive voice.', category:'AI Writing Tools', rating:4.7, pricing:'$10–$44/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://sudowrite.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:197, name:'Suno', slug:'suno', emoji:'🎵', bg:'linear-gradient(135deg,#1f0d1f,#2e0d2e)', desc:'Suno is the leading AI music generation platform that creates full songs — with vocals, instrumentation, and production — from a simple text prompt. Describe a genre, mood, and theme (e.g. \'upbeat lo-fi hip hop about a lazy Sunday morning\') and Suno produces a complete, radio-quality track in seconds. It supports custom lyrics, vocal style selection, and song extensions to build longer compositions. Suno has become the dominant consumer AI music tool with millions of users, competing closely with Udio for the title of best AI music generator in 2026. The free plan includes 50 songs per day.', category:'AI Music Generators', rating:4.7, pricing:'Free / $10/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://suno.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Music Generators"] },
  { id:198, name:'Superhuman', slug:'superhuman', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Superhuman is the fastest email client available, rebuilt from the ground up with AI triage, instant reply drafts, read statuses, and keyboard-first navigation designed for professionals who want to reach inbox zero consistently. Its AI Triage automatically categorizes your inbox and surfaces the emails that need your attention, while AI-generated reply drafts handle routine responses with a single keystroke. Executives, founders, and high-volume communicators use Superhuman to cut hours from their weekly email time — the platform is specifically designed for people who receive 100+ emails per day and need to respond to all of them. The onboarding concierge trains every new user on the keyboard shortcuts that make Superhuman dramatically faster than any other email app.', category:'AI Productivity Tools', rating:4.5, pricing:'$30/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://superhuman.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:199, name:'Surfer SEO', slug:'surfer-seo', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Surfer SEO analyzes the top-ranking pages for any keyword and provides NLP-powered content guidelines — word count, keyword density, heading structure, and semantic coverage — that tell writers exactly what to include to rank. Its AI Writer generates SEO-optimized article drafts pre-populated with the exact terms and structure the algorithm rewards, while the Content Editor scores your writing in real time as you improve it. Content teams at agencies and in-house marketing departments use Surfer to take the guesswork out of on-page SEO and produce data-backed content that consistently ranks on page one. Surfer\'s integration with Google Docs, WordPress, and Jasper makes it a drop-in addition to existing content workflows.', category:'AI Marketing Tools', rating:4.6, pricing:'$79–$219/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://surferseo.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:200, name:'Synthesia', slug:'synthesia', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Synthesia is the leading enterprise AI video platform for creating professional training, communications, and product videos using 230+ AI avatars — without cameras, studios, or production crews. Its one-click translation into 140+ languages with synchronized lip movement makes it the most efficient platform for global content localization at scale. HR teams, learning and development departments, and enterprise communications teams use Synthesia to replace expensive live-action video production with AI avatar videos that update in minutes rather than weeks. The platform includes a full course builder, video analytics, and brand kit management for producing consistent, on-brand video content at scale.', category:'AI Video Generators', rating:4.6, pricing:'$22–$67/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://synthesia.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:201, name:'Tableau', slug:'tableau', emoji:'📊', bg:'linear-gradient(135deg,#0d0d1f,#0d0d2e)', desc:'Tableau is the enterprise data visualization and business intelligence platform that turns raw data from databases, spreadsheets, and cloud apps into interactive dashboards and visualizations — used by data analysts and business leaders at tens of thousands of companies. Its Pulse AI feature delivers personalized, automated insights to business users in plain English, proactively surfacing anomalies and trends without requiring manual dashboard queries. Salesforce Einstein integration brings CRM data and AI predictions directly into Tableau for a unified view of business performance. Large enterprises choose Tableau for its visual analytics depth, governance features, and ability to handle billions of rows of data without performance degradation.', category:'AI Data & Analytics', rating:4.6, pricing:'$75–$115/user/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://tableau.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Data & Analytics"] },
  { id:202, name:'Tabnine', slug:'tabnine', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Tabnine is an AI code completion tool that uniquely offers private, on-premise deployment — running entirely within your infrastructure with no code sent to external servers — making it the preferred choice for regulated industries and security-conscious engineering teams. It provides whole-line and full-function completions across 30+ languages and integrates with all major IDEs including VS Code, JetBrains, Eclipse, and Visual Studio. Tabnine\'s team learning feature fine-tunes completion suggestions on your codebase over time, producing suggestions that match your team\'s coding patterns and internal APIs. Enterprises in finance, healthcare, and government use Tabnine to get AI coding assistance without the data compliance concerns of cloud-based alternatives.', category:'AI Coding Tools', rating:4.2, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://tabnine.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:203, name:'Tidio', slug:'tidio', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Tidio is a customer service platform that combines live chat, an AI chatbot powered by Lyro AI, and a shared help desk inbox in an affordable, easy-to-set-up package designed for small businesses and e-commerce stores. Lyro AI handles up to 70% of customer questions automatically using your knowledge base, freeing support agents for complex issues that need human empathy. E-commerce merchants use Tidio to recover abandoned carts, answer product questions in real time, and provide 24/7 automated support without hiring a full-time support team. Its Shopify, WooCommerce, and WordPress integrations make setup a one-click process for online store owners.', category:'AI Customer Support', rating:4.5, pricing:'Free / $29–$49/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://tidio.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] },
  { id:204, name:'tl;dv', slug:'tldv', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'tl;dv (too long; didn\'t view) is an AI meeting recorder and insights tool for Zoom, Google Meet, and Microsoft Teams that goes beyond transcription. It records, transcribes, and generates AI summaries of meetings, but its standout feature is multi-meeting intelligence — ask questions across dozens of past meetings at once, like \'What objections have prospects raised this month?\' or \'What features did customers request in Q1?\', and tl;dv searches and synthesizes answers from your entire meeting history. This makes it invaluable for sales teams, product managers, and UX researchers who need to extract patterns from large volumes of customer conversations.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $25/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://tldv.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:205, name:'Tome', slug:'tome', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Tome is an AI-native presentation tool that generates complete, beautifully designed slide decks from a prompt or outline — including relevant images, data visualizations, and a clean editorial aesthetic that feels more like a digital magazine than a corporate deck. Unlike traditional presentation tools, Tome outputs are shareable as interactive web links with embedded live data, video, and interactive elements that static slide exports can\'t support. Startup founders, consultants, and product teams use Tome for investor narratives, strategy documents, and client-facing presentations where visual storytelling matters as much as the content. Its AI can also generate Tome pages from existing documents, URLs, or data sources.', category:'AI Productivity Tools', rating:4.2, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://tome.app?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:206, name:'Tripo3D', slug:'tripo3d', emoji:'🧊', bg:'linear-gradient(135deg,#0d1f1f,#0d2e2e)', desc:'Tripo3D is a next-generation AI 3D model generator that rivals Meshy for speed while producing cleaner topology that holds up better in professional animation and game production pipelines. Powered by the TripoSG model architecture, it generates production-quality 3D assets from text or image in seconds, with particular strength on characters, vehicles, and mechanical objects that need clean edges and predictable polygon flow. Tripo3D\'s rigging-ready output is a standout feature — generated character models come with a skeleton structure that animators can immediately rig in Blender or Maya without spending hours retopologising. The API is popular with game studios and 3D asset marketplaces that want to offer AI generation as a service to their own users.', category:'AI 3D Tools', rating:4.4, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://tripo3d.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI 3D Tools"] },
  { id:207, name:'Typeface', slug:'typeface', emoji:'📣', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Typeface is an enterprise AI content platform that generates on-brand marketing content at scale by training on your brand\'s visual identity, voice, and style guidelines. Unlike generic AI writing tools, Typeface learns your specific brand — logo usage, color palette, tone of voice, product naming — and generates content that stays consistent across every output. Used by enterprises including Accenture, Instacart, and Priceline, it integrates with Adobe, Salesforce, and Microsoft 365. For large marketing teams producing high volumes of branded content across multiple channels, it\'s the alternative to generic tools like Jasper.', category:'AI Marketing Tools', rating:4.6, pricing:'Custom pricing', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://typeface.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Marketing Tools"] },
  { id:208, name:'Udio', slug:'udio', emoji:'🎙️', bg:'linear-gradient(135deg,#0d1a1f,#0d242e)', desc:'Udio is an AI music generation platform that creates full, production-quality songs — with vocals, lyrics, instrumentation, and mixing — from text prompts across any genre in seconds. Content creators, game developers, filmmakers, and musicians use it to generate original background music, theme songs, and creative audio content without music production skills or studio costs. Udio\'s model produces music with genuine musicality — coherent structure, on-genre instrumentation, and expressive vocals — far beyond the loop-based outputs of earlier music AI tools. Generated tracks can be extended, edited, and downloaded for commercial use, making it a practical tool for producing original music at scale.', category:'AI Voice Generators', rating:4.3, pricing:'Free / $10–$30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://udio.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Voice Generators"] },
  { id:209, name:'Udio v2', slug:'udio-v2', emoji:'🎵', bg:'linear-gradient(135deg,#1f0d1f,#2e0d2e)', desc:'Udio is an AI music generation platform that produces full, commercially-licensable songs with vocals, instrumentation, and mastering from a text prompt — delivering audio quality that is difficult to distinguish from professionally produced tracks. Unlike Suno, Udio emphasizes fine-grained genre control and lets users extend, remix, and inpaint specific sections of a generated track, giving musicians and producers a co-creation workflow rather than a one-shot generation tool. Its v2 model introduced audio extension — generating seamless continuation of uploaded audio files — making it useful for expanding short ideas into full compositions. Music supervisors, indie artists, ad agencies, and game studios use Udio to produce original background music, jingles, and demos without session musicians or licensing fees.', category:'AI Music Generators', rating:4.6, pricing:'Free / $10–$30/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://udio.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Music Generators"] },
  { id:210, name:'Undermind', slug:'undermind', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'Undermind is an AI research agent purpose-built for deep scientific literature search, capable of autonomously navigating hundreds of papers across Semantic Scholar, PubMed, arXiv, and the open web to find the most relevant research on any technical or scientific topic. Unlike generic AI assistants that summarize the first few search results, Undermind explores citation trees, follows referenced works, and synthesizes a comprehensive map of a field\'s key findings, debates, and open questions — a task that would take a researcher days to do manually. Academics, pharmaceutical researchers, venture investors doing technical due diligence, and patent attorneys use Undermind to get a defensible survey of a topic with full source citations in under an hour.', category:'AI Research Tools', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://undermind.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:211, name:'v0', slug:'v0', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'v0 is Vercel\'s AI-powered UI generation tool that converts plain English descriptions or Figma designs into production-ready React and Tailwind CSS components. Describe a login form, dashboard, or landing page and v0 generates clean, copy-pasteable code that works in any React project. Its Figma-to-code pipeline is particularly impressive — upload a design file and v0 outputs structured, maintainable components rather than messy generated markup. The tool is purpose-built for frontend developers and designers who want to skip boilerplate and iterate on UI faster. It integrates directly with Vercel\'s deployment platform for instant previews.', category:'AI Coding Tools', rating:4.7, pricing:'Free / $20/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://v0.dev?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:212, name:'VEED.IO', slug:'veed-io', emoji:'🎞️', bg:'linear-gradient(135deg,#1a0d0d,#2e1a0d)', desc:'VEED.IO is a browser-based AI video editor designed for content creators who need to produce polished videos quickly without desktop software. Its AI features include automatic subtitle generation with 98% accuracy, AI avatars that present your script as a talking-head video, background noise removal, and one-click video translation into 100+ languages. VEED is particularly popular for turning talking-head recordings into professional YouTube videos and social clips — it removes filler words, adds animated captions, and handles color correction automatically. No downloads required; everything runs in the browser.', category:'AI Video Editors', rating:4.6, pricing:'Free / $18/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://veed.io?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Editors"] },
  { id:213, name:'Viktor', slug:'viktor', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'Viktor is an AI coworker that lives inside Slack and Microsoft Teams. Unlike chatbots that answer questions, Viktor acts autonomously — it watches how your team works, spots problems before anyone notices, and completes real tasks like marketing audits, lead research, ad management, and daily reports. It connects to 3,000+ workplace tools including Google Drive, Airtable, Notion, and Meta Ads. Built by former Meta engineers, Viktor launched in February 2026, hit $15M ARR in 10 weeks, and raised $75M from investors. Teams describe it less like a tool and more like a hire.', category:'AI Agents', rating:4.7, pricing:'Custom', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://viktor.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:214, name:'Voiceflow', slug:'voiceflow', emoji:'🤖', bg:'linear-gradient(135deg,#0d1a2e,#0d2448)', desc:'Voiceflow is the leading platform for building and deploying AI agents and chatbots for customer-facing use cases, used by over 250,000 teams to create conversational AI experiences without deep engineering resources. Its visual canvas lets product and CX teams design multi-turn conversation flows, connect to knowledge bases, and deploy agents to web chat, WhatsApp, SMS, and voice channels from a single interface. Unlike general-purpose agent frameworks, Voiceflow is purpose-built for customer interaction — with built-in intent recognition, fallback handling, handoff to human agents, and analytics on conversation performance. Enterprise teams at companies like LVMH, JP Morgan, and Spotify use Voiceflow to automate support, onboarding, and sales qualification at scale.', category:'AI Agents', rating:4.5, pricing:'Free / $50/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://voiceflow.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Agents"] },
  { id:215, name:'Wan 2.1', slug:'wan-21', emoji:'🎬', bg:'linear-gradient(135deg,#1f0d0d,#2e1a1a)', desc:'Wan 2.1 is an open-weight AI video generation model from Alibaba\'s Tongyi lab that produces cinematic, physically coherent video from text or image prompts with some of the most realistic motion dynamics in the industry. Released in early 2025, Wan 2.1 is notable for being freely downloadable and runnable locally on consumer GPUs, making it the most capable open-source video model available. Its physics-aware motion engine handles water, cloth, hair, and fluid interactions with a fidelity previously only seen in proprietary systems. Filmmakers, VFX artists, and indie creators use Wan 2.1 both through its hosted API and by self-hosting to produce shorts, product visualizations, and concept videos at zero per-render cost on their own hardware.', category:'AI Video Generators', rating:4.6, pricing:'Free / $18/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://wan.video?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Video Generators"] },
  { id:216, name:'Warp', slug:'warp', emoji:'🛠️', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Warp is an AI-native terminal that replaces the standard macOS/Linux terminal with a modern, IDE-like experience. Its AI features let you describe what you want to do in plain English and Warp generates the correct shell command — eliminating the need to memorize complex syntax or search Stack Overflow for command flags. Warp also explains error messages in plain English, suggests fixes for failed commands, and lets you search your command history with natural language. It has become the default terminal for developers who want AI assistance without leaving their command line workflow.', category:'AI Developer Tools', rating:4.7, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://warp.dev?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Developer Tools"] },
  { id:217, name:'Whimsical', slug:'whimsical', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Whimsical is a visual collaboration tool that generates flowcharts, mind maps, wireframes, and diagrams from text prompts using AI. Describe a user flow, system architecture, or brainstorming topic and Whimsical generates a structured, editable diagram in seconds. Unlike Miro or FigJam which are blank canvases, Whimsical\'s AI generates the content and structure of diagrams, not just the aesthetic. It\'s used by product teams, UX designers, and developers to rapidly visualize ideas, map user journeys, and communicate system designs without hours of manual diagramming.', category:'AI Productivity Tools', rating:4.6, pricing:'Free / $10/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://whimsical.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:218, name:'Windsurf', slug:'windsurf', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Windsurf is an AI-first code editor from Codeium built around Cascade, an agentic AI system that autonomously completes multi-step coding tasks — not just the current line — by understanding the context and goals of your entire codebase. Cascade can plan, execute, debug, and verify complex changes across multiple files, functioning more like a junior developer than an autocomplete tool. Windsurf provides a familiar VS Code-compatible environment that existing developers can adopt immediately, while Cascade\'s autonomous capabilities handle the implementation details of larger changes. Engineering teams building large codebases use Windsurf when they want an AI that can take on full features, not just snippets.', category:'AI Coding Tools', rating:4.6, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://windsurf.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:219, name:'Wispr Flow', slug:'wispr-flow', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Wispr Flow is an AI voice dictation tool that works system-wide on Mac and Windows, letting you speak your thoughts into any app — email, Slack, Notion, code editors, browsers — and receive instantly cleaned, formatted text that reads like you typed it carefully. Unlike basic dictation tools that transcribe literally, Wispr Flow uses an LLM to remove filler words, fix grammar, restructure run-on sentences, and match the formal or casual tone of the app you\'re writing in — producing polished prose from rough speech automatically. It also remembers your personal vocabulary, abbreviations, and writing style across sessions. Knowledge workers who find typing a bottleneck, people with RSI or accessibility needs, and executives who think faster than they type use Wispr Flow to communicate 3–5x faster without sacrificing quality.', category:'AI Writing Tools', rating:4.7, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://wisprflow.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:220, name:'Wix', slug:'wix', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Wix is a website creation platform with Wix AI that generates complete, professionally designed websites from a brief description — including layout, copy, images, and business-specific features — in under a minute. With 900+ designer-made templates, an advanced app market, and built-in e-commerce, SEO, and booking tools, Wix handles the full website lifecycle from creation to growth for small businesses and entrepreneurs. The drag-and-drop editor offers near-unlimited design customization without coding, while Wix\'s managed hosting, SSL, and global CDN handle all technical infrastructure. Small business owners, freelancers, and creators use Wix as their all-in-one online presence platform without needing a developer or designer.', category:'AI Productivity Tools', rating:4.4, pricing:'Free / $17–$159/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://wix.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:221, name:'Wordtune', slug:'wordtune', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Wordtune is an AI writing companion that rewrites your sentences in multiple styles — casual, formal, expanded, or shortened — while preserving your original meaning and voice, making it ideal for non-native English speakers and professionals who know what they want to say but need help saying it better. Unlike full AI writing generators, Wordtune works at the sentence level, offering you 5–10 rewrite options to choose from rather than generating entire paragraphs you have to accept or reject. Students, executives, and ESL professionals use it to improve clarity, adjust tone for different audiences, and eliminate awkward phrasing in emails, reports, and messages. Its Chrome extension and Microsoft Word add-in bring it directly into wherever you write.', category:'AI Writing Tools', rating:4.3, pricing:'Free / $24.99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://wordtune.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:222, name:'Wordware', slug:'wordware', emoji:'💻', bg:'linear-gradient(135deg,#0d1f1a,#0d2e24)', desc:'Wordware is a collaborative AI development platform that lets teams build, iterate, and deploy AI agents and prompts using a document-like interface instead of code. Described as \'Notion for AI engineers\', it lets non-engineers write and test AI workflows using natural language while developers add logic, loops, and API calls alongside the prose. Teams use Wordware to build customer support bots, data extraction pipelines, content generation workflows, and research agents without managing separate prompting infrastructure. It supports all major models including GPT-4, Claude, Gemini, and Llama.', category:'AI Coding Tools', rating:4.5, pricing:'Free / $49/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://wordware.ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Coding Tools"] },
  { id:223, name:'Writesonic', slug:'writesonic', emoji:'✍️', bg:'linear-gradient(135deg,#1f1a0d,#2e240d)', desc:'Writesonic is an AI content platform with a full-featured article writer, Chatsonic (an AI assistant with real-time web access), landing page generator, and AI ad creator — used by 10 million+ marketers, agencies, and content teams. Its Humanizer feature produces content that reads naturally and passes AI detection tools, addressing a key concern for teams publishing AI-assisted content. The Keyword-Powered Article Writer integrates Semrush data to produce SEO-optimized long-form content that targets specific search intent. Agencies use Writesonic to handle high-volume content production across blog posts, product pages, ads, and email campaigns from a single platform.', category:'AI Writing Tools', rating:4.3, pricing:'Free / $16–$99/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://writesonic.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Writing Tools"] },
  { id:224, name:'You.com', slug:'you-com', emoji:'💬', bg:'linear-gradient(135deg,#1a1a2e,#2d2d4e)', desc:'You.com is an AI search engine and assistant that combines real-time web search, multi-model AI chat, code execution, and image generation in a single privacy-first interface designed as an alternative to Google. Its Research Mode performs deep multi-source research and synthesizes comprehensive reports with citations, while Smart Mode handles quick answers and everyday tasks. Power users and privacy-conscious professionals choose You.com for its commitment to not tracking searches or personalizing results based on ad profiles. The platform integrates Claude, GPT-4o, and other frontier models with live web access, giving users the best of multiple AI models alongside current search results.', category:'AI Chatbots', rating:4.2, pricing:'Free / $15–$25/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://you.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Chatbots"] },
  { id:225, name:'You.com Research', slug:'you-com-research', emoji:'🔬', bg:'linear-gradient(135deg,#0d1a1a,#0d2828)', desc:'You.com Research mode is a deep research feature inside You.com that autonomously searches the web across dozens of sources, synthesizes findings, and produces a structured research report with citations — in minutes rather than hours. Unlike a single web search, Research mode runs multiple parallel searches, reads full web pages, and cross-references sources to produce a multi-page report comparable to what an analyst would produce manually. It competes directly with Perplexity\'s Deep Research and ChatGPT\'s research mode, but includes a generous free tier. Ideal for market research, competitive analysis, investment research, and academic literature reviews.', category:'AI Research Tools', rating:4.5, pricing:'Free / $15/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://you.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Research Tools"] },
  { id:226, name:'Zapier', slug:'zapier', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Zapier is the leading no-code automation platform connecting 6,000+ apps with automated workflows called Zaps — used by 2.2 million+ businesses to eliminate manual data entry and repetitive tasks between tools. Its visual workflow builder supports multi-step automations with filters, formatters, delays, and branching paths that handle complex business logic without engineering resources. AI-powered features let you describe an automation in plain English and Zapier builds the Zap, while AI steps add intelligence to any workflow with summarization, classification, and text generation. From simple notification automations to complex multi-app business processes, Zapier handles the connective tissue of the modern SaaS stack.', category:'AI Productivity Tools', rating:4.7, pricing:'Free / $19.99–$69/mo', badges:["free","featured","new"], filter:["all","free","featured","new"], featured:true, url:'https://zapier.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:227, name:'Zapier AI', slug:'zapier-ai', emoji:'⚡', bg:'linear-gradient(135deg,#1a0d1f,#240d2e)', desc:'Zapier AI extends Zapier\'s automation platform with AI-powered steps that can summarize emails, classify customer records, extract structured data from unstructured text, generate content, and make intelligent decisions within any Zap workflow. Business teams use it to add intelligence to their automations — routing support tickets by sentiment, enriching leads with AI-extracted context, or generating personalized email drafts triggered by CRM events. It brings the power of large language models into automated workflows without requiring any coding or AI expertise. As a native part of Zapier\'s 6,000+ app ecosystem, Zapier AI can apply AI reasoning at any step in any business workflow.', category:'AI Productivity Tools', rating:4.1, pricing:'Included with Zapier', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://zapier.com/ai?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Productivity Tools"] },
  { id:228, name:'Zendesk', slug:'zendesk', emoji:'🎧', bg:'linear-gradient(135deg,#0d1f0d,#0d2e0d)', desc:'Zendesk is the leading enterprise customer support platform with AI-powered ticket classification, intelligent triage, suggested replies, and Zendesk AI for automated resolution of common requests using your knowledge base. It handles unified support across email, chat, voice, social, and messaging channels with advanced routing, SLA management, and custom workflows built for large support organizations. Enterprises choose Zendesk for its mature reporting suite, 1,200+ marketplace integrations, and enterprise security and compliance capabilities that purpose-built alternatives lack. Its AI features have evolved from basic macros to fully autonomous resolution of Tier 1 inquiries, dramatically improving deflection rates without sacrificing customer experience quality.', category:'AI Customer Support', rating:4.5, pricing:'$19–$115/agent/mo', badges:["paid","featured","new"], filter:["all","paid","featured","new"], featured:true, url:'https://zendesk.com?utm_source=asmiai&utm_medium=affiliate&utm_campaign=ai_tools', tags:["AI Customer Support"] }
];
const trending = [
  { rank: '01', emoji: '⚡', bg: 'linear-gradient(135deg,#f953c6,#b91d73)', name: 'Cursor', change: '+142%' },
  { rank: '02', emoji: '🔭', bg: 'linear-gradient(135deg,#00b4db,#0083b0)', name: 'Perplexity', change: '+98%' },
  { rank: '03', emoji: '🎙️', bg: 'linear-gradient(135deg,#ff6b35,#f7931e)', name: 'ElevenLabs', change: '+77%' },
  { rank: '04', emoji: '🎬', bg: 'linear-gradient(135deg,#8e2de2,#4a00e0)', name: 'Runway Gen-3', change: '+65%' },
  { rank: '05', emoji: '🤖', bg: 'linear-gradient(135deg,#10a37f,#1a7f5a)', name: 'ChatGPT', change: '+54%' },
  { rank: '06', emoji: '🎨', bg: 'linear-gradient(135deg,#4b6cb7,#182848)', name: 'Midjourney', change: '+48%' },
];

// ── RENDER ──
let activeFilter = 'all';
let selectedTool = null;
const PAGE_SIZE = 24;
let visibleCount = PAGE_SIZE;
let currentFiltered = [];

function renderCategories() {
  const grid = document.getElementById('catsGrid');
  grid.innerHTML = categories.map(c => `
    <a class="cat-card" href="/category/${c.slug}/">
      <span class="cat-icon">${c.icon}</span>
      <span class="cat-name">${c.name}</span>
      <span class="cat-count">${c.count}+ tools</span>
    </a>
  `).join('');
}

function renderTools(filter = 'all', query = '') {
  const grid = document.getElementById('toolsGrid');
  visibleCount = PAGE_SIZE;
  let filtered = tools;
  if (filter !== 'all') {
    filtered = filtered.filter(t => t.filter.includes(filter));
  }
  if (query) {
    const q = query.toLowerCase();
    filtered = filtered.filter(t =>
      t.name.toLowerCase().includes(q) ||
      t.desc.toLowerCase().includes(q) ||
      t.category.toLowerCase().includes(q) ||
      t.tags.some(tag => tag.toLowerCase().includes(q))
    );
  }

  currentFiltered = filtered;

  if (!filtered.length) {
    grid.innerHTML = `<div style="grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--muted)">
      <div style="font-size:2rem;margin-bottom:12px">🔍</div>
      <p>No tools found. Try a different search or filter.</p>
    </div>`;
    document.getElementById('loadMoreWrap').style.display = 'none';
    return;
  }

  const countEl = document.getElementById('toolsCount');
  if (countEl) countEl.textContent = `View all ${filtered.length} →`;

  renderBatch();
}

function renderBatch() {
  const grid = document.getElementById('toolsGrid');
  const visible = currentFiltered.slice(0, visibleCount);
  grid.innerHTML = visible.map((t, i) => `
    <a class="tool-card"
       style="animation-delay:${Math.min(i, PAGE_SIZE - 1) * 0.05}s"
       href="/tools/${t.slug || t.name.toLowerCase().replace(/[^a-z0-9]+/g,'-')}/"
       onclick="openToolModal(event, ${t.id})">
      <div class="tool-card-top">
        <div class="tool-logo" style="background:${t.bg}">${t.emoji}</div>
        <div class="tool-badges">
          ${t.badges.map(b => `<span class="badge badge-${b}">${b}</span>`).join('')}
        </div>
      </div>
      <div class="tool-name">${t.name}</div>
      <div class="tool-desc">${t.desc}</div>
      <div class="tool-meta">
        <span class="tool-category">📁 ${t.category}</span>
        <span class="tool-rating">
          <span class="stars">★★★★★</span>
          ${t.rating}
        </span>
      </div>
    </a>
  `).join('');

  const remaining = currentFiltered.length - visibleCount;
  const wrap = document.getElementById('loadMoreWrap');
  if (remaining > 0) {
    wrap.style.display = 'block';
    document.getElementById('loadMoreCount').textContent = `(${Math.min(remaining, PAGE_SIZE)} more)`;
  } else {
    wrap.style.display = 'none';
  }
}

function loadMoreTools() {
  visibleCount += PAGE_SIZE;
  renderBatch();
  // scroll to first new card smoothly
  const cards = document.querySelectorAll('#toolsGrid .tool-card');
  if (cards[visibleCount - PAGE_SIZE]) {
    cards[visibleCount - PAGE_SIZE].scrollIntoView({ behavior: 'smooth', block: 'nearest' });
  }
}

function renderTrending() {
  const list = document.getElementById('trendingList');
  list.innerHTML = trending.map(t => `
    <a class="trending-item" href="#tools">
      <span class="trending-rank">${t.rank}</span>
      <div class="trending-logo" style="background:${t.bg}">${t.emoji}</div>
      <div class="trending-info">
        <h4>${t.name}</h4>
        <p style="color:#6cffd4">${t.change} this week</p>
      </div>
      <span class="trending-arrow">→</span>
    </a>
  `).join('');
}

// ── INTERACTIONS ──
function setFilter(filter, btn) {
  activeFilter = filter;
  document.querySelectorAll('.filter-btn').forEach(b => b.classList.remove('active'));
  btn.classList.add('active');
  renderTools(filter, document.getElementById('searchInput').value);
}

function resetTools() {
  activeFilter = 'all';
  document.getElementById('searchInput').value = '';
  const hint = document.getElementById('searchHint');
  if (hint) hint.textContent = '⌘K';
  document.querySelectorAll('.filter-btn').forEach(b => b.classList.remove('active'));
  document.querySelector('.filter-btn').classList.add('active');
  renderTools('all', '');
}

function handleSearch(val) {
  renderTools(activeFilter, val);
  const hint = document.getElementById('searchHint');
  if (val.trim()) {
    document.getElementById('tools').scrollIntoView({ behavior: 'smooth', block: 'start' });
    const count = tools.filter(t =>
      t.name.toLowerCase().includes(val.toLowerCase()) ||
      t.desc.toLowerCase().includes(val.toLowerCase()) ||
      t.category.toLowerCase().includes(val.toLowerCase()) ||
      t.tags.some(tag => tag.toLowerCase().includes(val.toLowerCase()))
    ).length;
    if (hint) hint.textContent = count + ' found';
  } else {
    if (hint) hint.textContent = '⌘K';
  }
}

function filterByCategory(cat) {
  activeFilter = 'all';
  document.querySelectorAll('.filter-btn').forEach(b => b.classList.remove('active'));
  document.querySelector('.filter-btn').classList.add('active');
  document.getElementById('searchInput').value = cat;
  renderTools('all', cat);
}

function openToolModal(e, id) {
  if (e.ctrlKey || e.metaKey || e.shiftKey) return; // allow open in new tab
  e.preventDefault();
  const tool = tools.find(t => t.id === id);
  selectedTool = tool;
  document.getElementById('modalLogo').style.background = tool.bg;
  document.getElementById('modalLogo').textContent = tool.emoji;
  document.getElementById('modalName').textContent = tool.name;
  document.getElementById('modalDesc').textContent = tool.desc;
  document.getElementById('modalBadges').innerHTML = tool.badges.map(b => `<span class="badge badge-${b}">${b}</span>`).join('');
  document.getElementById('modalTags').innerHTML = tool.tags.map(t => `<span class="modal-tag">${t}</span>`).join('');
  document.getElementById('modalRating').innerHTML = `<span style="color:var(--yellow)">★</span> ${tool.rating}/5.0`;
  document.getElementById('modalPricing').textContent = tool.pricing;
  const visitBtn = document.getElementById('modalVisit');
  visitBtn.href = tool.url || '#';
  visitBtn.target = '_blank';
  visitBtn.rel = 'noopener noreferrer';
  visitBtn.onclick = null;
  const pageLink = document.getElementById('modalPageLink');
  if (pageLink) pageLink.href = '/tools/' + (tool.slug || tool.name.toLowerCase().replace(/[^a-z0-9]+/g,'-')) + '/';
  document.getElementById('toolModal').classList.add('open');
}

function closeModal(e) {
  if (e.target === document.getElementById('toolModal')) closeToolModal();
}

function closeToolModal() {
  document.getElementById('toolModal').classList.remove('open');
}

function closeSubmitModal(e) {
  if (e.target === document.getElementById('submitModal')) {
    document.getElementById('submitModal').classList.remove('open');
  }
}

function openSubmitModal(e) {
  e.preventDefault();
  document.getElementById('submitModal').classList.add('open');
}

function handleSave() {
  showToast('Tool saved to your list!');
  closeToolModal();
}

async function handleSubscribe() {
  const emailEl = document.getElementById('emailInput');
  const email = emailEl.value.trim();
  if (!email || !email.includes('@')) {
    showToast('Please enter a valid email address.');
    return;
  }
  const btn = document.querySelector('.newsletter .btn-primary');
  const origText = btn.textContent;
  btn.textContent = 'Subscribing...';
  btn.disabled = true;
  try {
    const res = await fetch('https://asmiai-subscribe.meenabhagvat.workers.dev', {
      method: 'POST',
      headers: { 'Content-Type': 'application/json' },
      body: JSON.stringify({ email })
    });
    if (res.ok) {
      emailEl.value = '';
      showToast('🎉 You\'re subscribed! Check your inbox.');
    } else {
      throw new Error('Worker error');
    }
  } catch(e) {
    showToast('Something went wrong. Please try again.');
  } finally {
    btn.textContent = origText;
    btn.disabled = false;
  }
}

async function handleSubmitTool() {
  const name  = document.getElementById('submitToolName').value.trim();
  const url   = document.getElementById('submitToolUrl').value.trim();
  const cat   = document.getElementById('submitToolCategory').value;
  const desc  = document.getElementById('submitToolDesc').value.trim();
  const email = document.getElementById('submitToolEmail').value.trim();
  if (!name || !url) {
    showToast('Please fill in Tool Name and URL.');
    return;
  }
  try {
    const res = await fetch('https://formspree.io/f/xwvzayoy', {
      method: 'POST',
      headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' },
      body: JSON.stringify({ type: 'Tool Submission', name, url, category: cat, description: desc, email })
    });
    if (res.ok) {
      document.getElementById('submitModal').classList.remove('open');
      setTimeout(() => showToast('✅ Tool submitted! We\'ll review it in 3–5 days.'), 200);
    } else {
      showToast('Something went wrong. Please try again.');
    }
  } catch(e) {
    showToast('Something went wrong. Please try again.');
  }
}

function showToast(msg) {
  const toast = document.getElementById('toast');
  document.getElementById('toastMsg').textContent = msg;
  toast.classList.add('show');
  setTimeout(() => toast.classList.remove('show'), 3000);
}

// ── MOUSE GLOW ON CARDS ──
document.addEventListener('mousemove', e => {
  document.querySelectorAll('.tool-card').forEach(card => {
    const rect = card.getBoundingClientRect();
    const x = ((e.clientX - rect.left) / rect.width) * 100;
    const y = ((e.clientY - rect.top) / rect.height) * 100;
    card.style.setProperty('--mx', x + '%');
    card.style.setProperty('--my', y + '%');
  });
});

// ── KEYBOARD SHORTCUT ──
document.addEventListener('keydown', e => {
  if ((e.metaKey || e.ctrlKey) && e.key === 'k') {
    e.preventDefault();
    document.getElementById('searchInput').focus();
  }
  if (e.key === 'Escape') {
    closeToolModal();
    document.getElementById('submitModal').classList.remove('open');
  }
});

// ── MOBILE NAV TOGGLE ──
function toggleMobileNav() {
  const ul = document.querySelector('nav ul');
  ul.classList.toggle('mobile-open');
}
// Close mobile nav on link click
document.querySelectorAll('nav ul a').forEach(a => {
  a.addEventListener('click', () => {
    document.querySelector('nav ul').classList.remove('mobile-open');
  });
});

// ── INIT ──
renderCategories();
renderTools();
renderTrending();

// Render "Recently Added" grid — last 8 tools with 'new' badge
(function renderNewTools() {
  const grid = document.getElementById('newToolsGrid');
  if (!grid) return;
  const newTools = tools.filter(t => t.badges && t.badges.includes('new')).slice(0, 8);
  grid.innerHTML = newTools.map(t => `
    <a class="tool-card${t.featured ? ' is-featured' : ''}" href="/tools/${t.slug}/" style="text-decoration:none">
      <div class="tool-header">
        <div class="tool-logo" style="background:${t.bg}">${t.emoji}</div>
        <div class="tool-badges">
          ${t.featured ? '<span class="featured-badge"><svg viewBox="0 0 12 12"><polygon points="6,1 7.5,4.5 11,5 8.5,7.5 9,11 6,9.5 3,11 3.5,7.5 1,5 4.5,4.5"/></svg> Featured</span>' : ''}
          ${t.badges.includes('free') ? '<span class="badge badge-free">Free</span>' : ''}
          <span class="badge" style="background:rgba(99,255,218,.12);color:#63ffda;border:1px solid rgba(99,255,218,.25);">New</span>
        </div>
      </div>
      <h3 class="tool-name">${t.name}</h3>
      <p class="tool-category">${t.category}</p>
      <p class="tool-desc">${t.desc.slice(0,120)}…</p>
      <div class="tool-footer">
        <span class="tool-rating">★ ${t.rating}</span>
        <span class="tool-pricing">${t.pricing}</span>
      </div>
    </a>
  `).join('');
})();
</script>

<script>
document.querySelectorAll('a[href*="utm_source=asmiai"]').forEach(link => {
  link.addEventListener('click', () => {
    if (typeof gtag !== 'undefined') {
      gtag('event', 'affiliate_click', {
        link_url: link.href
      });
    }
  });
});
</script>

</body>
</html>
