Link the live demo, fix social previews, and align the AI copy with the code - #2
Merged
Merged
Conversation
Adds the deployed demo link to the README and fills in the Open Graph and Twitter card tags, which had og:title and og:description but no og:image or og:url — so shared links rendered without a preview. The preview image is the hero screenshot, served from the site itself rather than from raw.githubusercontent.com. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The UI claimed AI throughout — the hero badge read 'wandr AI Travel Experience Platform', the footer called Wandr 'the AI-powered travel platform', and AI appeared in the feedback modal, the packing advisory, the savings card, the PDF voucher header and the .ics PRODID. There is no model anywhere in the codebase: tripPlannerEngine.ts is deterministic scoring of a curated dataset against vibe, companion, budget and duration. Replaces those claims with language that matches the behaviour — 'intent-first', 'planning engine', 'Smart Bundling', 'Dynamic Synthesis' — rather than removing the character of the copy. Same pass over the meta description and og:title, and over the internal comments so the source reads consistently. The hero screenshot is re-captured against the updated copy, and og-image.jpg with it. LLM-backed intent parsing stays on the README roadmap. If it lands, the AI wording can come back and be true. Co-Authored-By: Claude Opus 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.
Two things, now that the app is deployed at https://wandr-tawny.vercel.app.
1. Live demo + social previews
index.htmlgetsog:url,og:imageand Twitter card tags. It hadog:titleandog:descriptionalready, but with no image a shared link rendered as a bare text row. Now it previews properly on WhatsApp, Slack, X and LinkedIn.The preview image is the hero screenshot, added as
public/og-image.jpgso it's served from the site itself rather than hotlinked fromraw.githubusercontent.com.The repo homepage field already points at the demo (set outside this PR — it's a repo setting, not a file).
2. The AI copy
The UI claimed AI throughout: the hero badge read "wandr AI Travel Experience Platform", the footer called Wandr "the AI-powered travel platform", and it appeared again in the feedback modal, the packing advisory, the savings card, the PDF voucher header and the
.icsPRODID.There is no model anywhere in the codebase.
tripPlannerEngine.tsis deterministic scoring of a curated dataset against vibe, companion, budget and duration — good code, just not AI.This rewrites those claims to match the behaviour — intent-first, planning engine, Smart Bundling, Dynamic Synthesis — rather than stripping the character out of the copy. The footer CTA now reads "Tell us your vibe and let our planning engine orchestrate the flights, villas, and memory-making." Same pass over the meta description,
og:title, and the internal comments so the source reads consistently.LLM-backed intent parsing stays on the README roadmap. If it ships, the AI wording can come back and be true.
Verified
WANDR TRAVEL EXPERIENCE PLATFORMog-image.jpgre-captured against the updated copygrep -E '\bAI\b'oversrc/,index.htmlandREADME.mdreturns nothinghttps://wandr-tawny.vercel.app→ HTTP 200, no auth redirect; assets 200🤖 Generated with Claude Code