Skip to content

Conversation

@rebelchris
Copy link
Contributor

@rebelchris rebelchris commented Feb 2, 2026

Summary

  • Add mock data structure with hierarchical AI tools (Anthropic/Claude/Opus-4.5, OpenAI/GPT/GPT-4o, Google/Gemini/Ultra)
  • Create tools index page (/tools) displaying all top-level AI tool categories
  • Add dynamic route [...slug] for hierarchical tool navigation (e.g., /tools/anthropic/claude/opus-4.5)
  • Build reusable components: ToolCard, ToolHeader, ToolBreadcrumb, ToolSentimentChart, ToolRelatedContent, ToolDiscussion

Key decisions

  • State is managed locally (not persisted) - this is a frontend-only mock for visualization purposes
  • Used Recharts for sentiment chart visualization
  • Hierarchical URL structure mirrors the tool taxonomy

Test plan

  • Navigate to /tools and verify all tool categories display
  • Click through tool hierarchy and verify breadcrumb navigation
  • Verify sentiment chart renders with mock data
  • Test upvote functionality (local state only)

Closes ENG-546

Created by Huginn 🐦‍⬛

Preview domain

https://eng-546-frontend-mocks-for-tools.preview.app.daily.dev

Add a new frontend-only mock implementation for AI tools visualization:

- Create mock data structure with hierarchical AI tools (Anthropic/Claude/Opus-4.5, OpenAI/GPT/GPT-4o, Google/Gemini/Ultra)
- Add tools index page displaying all top-level AI tool categories
- Add dynamic route [...slug] for hierarchical tool navigation
- Create ToolCard, ToolHeader, ToolBreadcrumb components for navigation
- Create ToolSentimentChart component with Recharts for sentiment visualization
- Create ToolRelatedContent and ToolDiscussion components for engagement

Each tool displays sentiment over time, related posts, upvoting capability, and discussion features. State is managed locally (not persisted) for this mock visualization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rebelchris rebelchris requested a review from a team as a code owner February 2, 2026 12:59
@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
daily-webapp Ready Ready Preview Feb 2, 2026 2:52pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
storybook Ignored Ignored Feb 2, 2026 2:52pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants