feat: tool landing pages and /tools directory - #6437
Open
rebelchris wants to merge 9 commits into
Open
Conversation
First public per-tool page built from existing data: header with website and tag link, add-to-stack CTA, stack adoption count, trending posts via matching keyword, top squads, and co-occurring tools. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds the avatar-cluster proof strip (toolStackers), share action, breadcrumb, chip-style header links, and card sections with richer post rows (thumbnail, upvotes, age) to match the design exploration. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds the Adoption on daily.dev card (top percentile, quarterly growth, monthly additions sparkline), a Community takes card from hot takes mentioning the tool, and a viewer-specific 'N you follow' hook in the proof strip. All new data degrades gracefully while the API queries roll out. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds /tools with rising-this-quarter and top-tools-per-category sections,
category jump chips, and a most-stacked fallback while categories roll out.
Tool page breadcrumb now links Tools / {category} / {title}.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Proof strip gains up/down voting with live counts and a dev-sentiment bar, plus a Discuss anchor. New ToolDiscussion thread (composer, one reply level, delete own). Tool and directory pages emit JSON-LD (CollectionPage, BreadcrumbList, ItemList); tool pages under 3 stacks are noindexed to match the sitemap gate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The discussion thread now talks to the ordinary comment operations against the tool's hidden discussion post (created lazily via initToolDiscussion on first comment), replacing the parallel tool-comment client layer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Changes
Public tool pages + directory, built from existing data (tools exploration phases 1-2):
/tools/[slug]
Tools / {category} / {title}), hero with chip-style website/tag links, auth-gated Add to my stack CTA (existingUserStackModal, flips to "In your stack")./tools
Requires dailydotdev/daily-api#4052 (tool social + directory queries, category column & seed). API deploys first; every new data source degrades gracefully (
.catch) so ordering is soft.URL decision: tool pages stay flat at
/tools/[slug]— nested category URLs would collide with the dynamic route and split SEO; category lives in breadcrumb + index anchors.Testing
🤖 Generated with Claude Code
Preview domain
https://feat-tool-page.preview.app.daily.dev
Votes, discussion & SEO (phase 2.5 + 3 batch)
ToolDiscussion: composer (auth-gated), one reply level, delete own comment.CollectionPage,BreadcrumbList,ItemList).noindex— same threshold as/sitemaps/tools.xmlinclusion.