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
ToolIconcomponent that intelligently fetches logos based on tool URLs. - Logo.dev Integration: Fully integrated with the
logo.devAPI 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.comURLs stored in the database and automatically upgrades them tologo.devon the fly. - Multi-Stage Fallback: Implemented a "Retry Chain" for missing icons:
- Try Database Image
- Try Generated Logo from Link
- Fallback to Category Icon
- 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 towwwprefixes. - Resolved broken image links for tools relying on the old metadata service.