/* Brainstorm X — Final naming report ("Naming Snapshot"). */ (function () { const DS = window.BrainstormXDesignSystem_f2a458; const { Button, Card, Badge, HeatBadge } = DS; const I = window.BXIcons; function Report({ names, goto, project = 'Pickle Paws' }) { const finalists = [...names].sort((a, b) => b.score - a.score).filter((n) => n.shortlisted || n.score >= 8).slice(0, 4); const taglines = ['Playful pet accessories, picked with love.', 'For pets with personality.', 'Quirky kit for very good animals.']; return (
Naming Snapshot
{project} · Naming report

Your team's strongest names

Session taste profile

The team is responding well to short, energetic, playful names and rejecting anything that feels too corporate or literal. Boosted keywords: quirky, playful, cute.

Finalists

{finalists.map((n, i) => (
0{i + 1} {n.name} {n.pronunciation} {n.style}

{n.reason}

⚠ Risk: check existing pet brands & domain availability.
{n.score > 0 ? '+' + n.score : n.score}
conf {n.confidence}%
))}

Tagline directions

    {taglines.map((t) =>
  • ·{t}
  • )}

Suggested next checks

    {['Domain & social handle availability', 'Trademark search (handle separately)', 'Say each name out loud with the team'].map((t) =>
  • ·{t}
  • )}

Brainstorm X helps with creative naming. Final trademark and legal checks should still be handled separately — name availability is never guaranteed.

); } window.BXReport = Report; })();