Blog
Dynamic SSR proof: request a new URL like /blog/123 and confirm the raw HTML contains <title>Post 123</title> and matching meta tags. Seeing “Post 1” in the tab is expected, but the raw HTML response is the proof.
Go to a post
Enter a post ID and navigate. This mirrors how a real app would deep-link to a user’s post in a UGC feed.
First PostAn intro post to test SSR and meta tags.
Third PostTesting server-side rendering with dynamic routes.