docs: restore ghost-ui catalogue under /ui subpath#58
Merged
nahiyankhan merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
Brings back the design-language pages removed in de47b61 — foundations, components index, per-component pages, and all primitive/ai-element/bento demos — remounted under /ui/* so the catalogue is separated from the ghost-drift home and nav. Nothing links to /ui from the home or Dock, so the pages are discoverable but unadvertised. Skips self-hosting.mdx (that page was drift content, not ghost-ui). Adds redirects from legacy /foundations and /components root URLs to the new /ui/* paths. Framing: keeps ghost-ui available as a reference consumer without implying that adopting ghost-drift means adopting ghost-ui — internal production UI libraries remain Arcade and Market. Co-Authored-By: Claude Opus 4.7 (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
de47b61(foundations, components index, per-component pages, all primitive / ai-element / bento demos, theme panel) and remounts them under/ui/*. Deployed URLs will be/ghost/ui,/ghost/ui/components,/ghost/ui/foundations, etc./ui— pages are discoverable but unadvertised, so adoptingghost-driftdoesn't imply adoptingghost-ui. Internal production UI remains Arcade / Market;ghost-uiis positioned as a reference consumer.self-hosting.mdx(that was drift content, not ghost-ui)./foundationsand/componentspaths to the new/ui/*paths.Includes one follow-along commit from
docs/ideas-space(d95a3a9— addsdocs/ideas/folder) that hadn't been PR'd yet; happy to split if preferred.Test plan
pnpm --filter ghost-docs buildsucceedspnpm check(biome + typecheck + file-size + docs frontmatter + cli manifest) greenpnpm test182 tests pass/and/uiboth return 200/ui,/ui/components,/ui/components/:name,/ui/foundations,/ui/foundations/colors,/ui/foundations/typographyafter GH Pages deploys/ui🤖 Generated with Claude Code