Skip to content

Releases: sheikh-tabarak/whichai

v1.0.0 Which AI - Before 2026

03 Jan 03:30

Choose a tag to compare

Release v1.1.0 - Enhanced Visuals & Smart Icon System

This release focuses on significantly upgrading the visual consistency and reliability of tool icons across the platform. We have transitioned from the deprecated Clearbit API to a robust integration with Logo.dev, ensuring high-quality, dark-mode compatible logos for all AI tools.

Key Features

Smart Icon System (ToolIcon)

  • Dynamic Fetching: Introduced a new ToolIcon component that intelligently fetches logos based on tool URLs.
  • Logo.dev Integration: Fully integrated with the logo.dev API to provide premium, retina-ready icons.
  • www. Stripping: Implemented smart logic to strip subdomains like www., ensuring correct logo resolution for major platforms (e.g., ChatGPT, InVideo).

Robust Error Handling

  • Self-Healing URLs: The system now intercepts legacy logo.clearbit.com URLs stored in the database and automatically upgrades them to logo.dev on the fly.
  • Multi-Stage Fallback: Implemented a "Retry Chain" for missing icons:
    1. Try Database Image
    2. Try Generated Logo from Link
    3. Fallback to Category Icon
    4. Fallback to Default Placeholder

UX Improvements

  • Tool Submission: Updated the "New Tool" submission flow to generate reliable logo previews instantly.
  • Visual Consistency: Unified icon styling across the Home Grid, Search Results, Category Pages, and Tool Detail views.

Bug Fixes

  • Fixed an issue where logos for root domains (like chatgpt.com) were failing to load due to www prefixes.
  • Resolved broken image links for tools relying on the old metadata service.