Add AI Tools Hub web app with curated tool ratings and news#1
Open
nguyenlnp wants to merge 4 commits into
Open
Add AI Tools Hub web app with curated tool ratings and news#1nguyenlnp wants to merge 4 commits into
nguyenlnp wants to merge 4 commits into
Conversation
Single-page web app that showcases the best AI developer tools with ratings, descriptions, use cases, and filtering. Covers coding assistants (Claude Code, Antigravity, Cursor, Copilot), agent frameworks (LangChain, CrewAI, AutoGen), platforms, GitHub projects, and skills/learning resources. Features: search, category filtering, sort by rating/trending/name, detail modals with full tool breakdowns, responsive dark theme. https://claude.ai/code/session_01EczZL4W4dwigP27GtykjvG
Update Claude Code entry with 4% GitHub commit share stat and 2-3x acceleration metric. Enrich Cline with 4M+ developer count and fork ecosystem details. Add Antigravity backstory on Sergey Brin's return. https://claude.ai/code/session_01EczZL4W4dwigP27GtykjvG
…obile The close button was too small to tap on mobile and the modal filled the screen making the overlay unreachable. Now uses a circular button with a bigger hit area, and on mobile the modal slides up as a bottom sheet with an even larger close button. https://claude.ai/code/session_01EczZL4W4dwigP27GtykjvG
…bute The modal-overlay had display:flex in CSS which always overrode the HTML hidden attribute (display:none from UA stylesheet has lower specificity). Switched to a class-based toggle (.active) so the modal properly shows and hides. https://claude.ai/code/session_01EczZL4W4dwigP27GtykjvG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Single-page web app that showcases the best AI developer tools with
ratings, descriptions, use cases, and filtering. Covers coding assistants
(Claude Code, Antigravity, Cursor, Copilot), agent frameworks (LangChain,
CrewAI, AutoGen), platforms, GitHub projects, and skills/learning resources.
Features: search, category filtering, sort by rating/trending/name,
detail modals with full tool breakdowns, responsive dark theme.
https://claude.ai/code/session_01EczZL4W4dwigP27GtykjvG