Add ecosystem detail pages#39
Merged
adamsoffer merged 6 commits intoclaude/pedantic-lovelacefrom Apr 7, 2026
Merged
Conversation
Migrate ecosystem data from data/ecosystem.json to per-app markdown files under content/ecosystem/, mirroring the existing blog pipeline. Each app now has a dedicated detail page at /ecosystem/[slug] with a Linear-inspired two-column layout: an overview rendered from markdown alongside a sticky metadata sidebar grouped into Details, Connect, and Resources. Listing cards on /ecosystem and the four bento cards on the homepage now link to the internal detail pages instead of opening external URLs, and the Daydream CTA in the Start Building section points to /ecosystem/daydream. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The lockfile shipped with 66 unresolved conflict markers from the dev container migration commit (6c5ab2a), which prevented installs and broke lucide-react resolution at build time. Resolved in favor of HEAD to keep lucide-react@1.6.0 and next@15.5.14, both of which the codebase actually imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The script previously read data/ecosystem.json which has been removed. Now walks content/ecosystem/*.md and parses the name and url out of each file's frontmatter using a tiny inline parser. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
/ecosystem/[slug]for every ecosystem app, with a Linear-inspired two-column layout: an Overview rendered from markdown plus a sticky metadata sidebar grouped into Details, Connect, and Resourcesdata/ecosystem.jsonto per-app markdown files atcontent/ecosystem/*.md, mirroring the existing blog pipeline (gray-matter+unified+remark)/ecosystem, the four bento cards inBuiltOnLivepeer, and the Daydream CTA inStartBuildingto route to internal detail pages instead of opening external URLsWhat's in the sidebar
Each detail page renders a sticky sidebar with:
Empty fields show an em-dash placeholder so the layout stays consistent across apps.
Test plan
pnpm buildproduces 12 static/ecosystem/[slug]routes viagenerateStaticParams/ecosystemlisting renders, search and category filtering still work, cards navigate to internal detail pages/ecosystem/daydream(and other slugs) render with the populated sidebar, sticky positioning works on desktop, sidebar collapses below content on mobile/ecosystem/does-not-existreturns 404/ecosystem/{slug}instead of external URLs/ecosystem/daydream🤖 Generated with Claude Code