Skip to content

Link the live demo, fix social previews, and align the AI copy with the code - #2

Merged
byteayan merged 2 commits into
mainfrom
docs/live-demo-link
Sep 16, 2026
Merged

byteayan merged 2 commits into
mainfrom
docs/live-demo-link

Conversation

@byteayan

@byteayan byteayan commented Sep 16, 2026

Copy link
Copy Markdown
Owner

Two things, now that the app is deployed at https://wandr-tawny.vercel.app.

1. Live demo + social previews

  • README gets a live demo link under the tagline.
  • index.html gets og:url, og:image and Twitter card tags. It had og:title and og:description already, 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.jpg so it's served from the site itself rather than hotlinked from raw.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 .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 — 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

  • Hero badge re-checked in the browser: now reads WANDR TRAVEL EXPERIENCE PLATFORM
  • Footer CTA re-checked and reads naturally
  • Hero screenshot and og-image.jpg re-captured against the updated copy
  • grep -E '\bAI\b' over src/, index.html and README.md returns nothing
  • typecheck, lint, format:check and build all pass locally
  • https://wandr-tawny.vercel.app → HTTP 200, no auth redirect; assets 200

🤖 Generated with Claude Code

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>
@vercel

vercel Bot commented Sep 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
wandr Ready Ready Preview Sep 16, 2026 10:25am UTC

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>
@byteayan byteayan changed the title Link the live demo and complete social preview tags Link the live demo, fix social previews, and align the AI copy with the code Sep 16, 2026
@byteayan
byteayan merged commit 8702a0f into main Sep 16, 2026
3 checks passed
@byteayan
byteayan deleted the docs/live-demo-link branch September 16, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant