chore(seo): rich root metadata + per-route layouts + production README#147
Open
zsklav wants to merge 1 commit intoFlashl3opard:mainfrom
Open
chore(seo): rich root metadata + per-route layouts + production README#147zsklav wants to merge 1 commit intoFlashl3opard:mainfrom
zsklav wants to merge 1 commit intoFlashl3opard:mainfrom
Conversation
Root layout (app/layout.tsx)
- metadataBase, title template ("%s · VibeXcode"), keywords, authors
- Open Graph (type=website, siteName, url, locale)
- Twitter Card (summary_large_image)
- canonical URL
- robots index/follow
- SITE_URL pulled from NEXT_PUBLIC_APP_URL with a sensible fallback
Per-route layouts (8 routes)
- /playground, /Dashboard, /Forums, /community, /Profile,
/login, /signup, /Leaderboards each get a thin server-component
layout.tsx that exports a route-specific title + description.
- Combined with the root template, link previews and search results
now read "Playground · VibeXcode" with a page-specific blurb
instead of the site default.
README.md
- Replaced the boilerplate "Features" list with a stack table that
explains the *why* of each choice.
- Added "What's interesting" section walking through the three
decisions reviewers actually probe: Judge0 sandboxing, real-time
chat with persistent history, and the auth consolidation onto
Firebase.
- Project structure tree, running locally, deploying.
- Honest "Known issues" section (Socket.IO on serverless, Judge0
polling, reset password URL, no DB migrations, no rate limit).
- "Things I intentionally did not build" — design system, multi-tenant
auth, premature abstractions.
- Closes with a one-paragraph framing of the depth-vs-breadth
trade-off so a reader understands the project's intent.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
👷 Deploy request for vibexcode pending review.Visit the deploys page to approve it
|
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.
Root layout (app/layout.tsx)
Per-route layouts (8 routes)
README.md