Skip to content

Add multiplayer-editor blog post and redesign the blog - #27

Merged
RogutKuba merged 2 commits into
mainfrom
RogutKuba/building-editor-blog-post
Jul 18, 2026
Merged

Add multiplayer-editor blog post and redesign the blog#27
RogutKuba merged 2 commits into
mainfrom
RogutKuba/building-editor-blog-post

Conversation

@RogutKuba

Copy link
Copy Markdown
Member

Summary

  • Adds the engineering deep-dive "How We Built a Multiplayer Code Editor with Cloudflare, Yjs, and CodeMirror" (apps/marketing/content/blog/…mdx) — diagrams, real code, and GIF + thumbnail assets.
  • Redesigns the blog index (/blog): clean white layout with a featured post and a card grid, plus infinite scroll + a "Load more" fallback via a new BlogPostGrid client component.
  • Blog post page (/blog/[slug]): adds an author avatar, removes the uppercase tag eyebrow above the title, removes the in-content hero image (still used for the OG card and the index), and points the OG / Twitter / JSON-LD image at the post's thumbnail as an absolute URL. Inline code now renders as chips (MDXComponents).
  • Sets all blog posts' author to Kuba Rogut (avatar at /blog/author/kuba_rogut.png).

Excludes the internal blog style-guide / reference docs by request.

Test plan

  • /blog shows the featured post + card grid; scrolling / "Load more" reveals additional posts
  • /blog/[slug] renders the author avatar, no tag eyebrow, no in-content hero image, and inline-code chips
  • A link preview (OG) for a post shows that post's thumbnail

🤖 Generated with Claude Code

- New engineering deep-dive: "How We Built a Multiplayer Code Editor with
  Cloudflare, Yjs, and CodeMirror", with diagrams, real code, and GIF/thumbnail assets
- Redesign the blog index (clean white layout: featured post + card grid) with
  infinite scroll and a "Load more" fallback (new BlogPostGrid client component)
- Blog post page: add an author avatar, remove the tag eyebrow above the title,
  remove the in-content hero image (kept for OG/index), and point the
  OG/Twitter/JSON-LD image at the post thumbnail as an absolute URL
- Render inline code as chips in MDXComponents
- Set all blog posts' author to Kuba Rogut (avatar at /blog/author/kuba_rogut.png)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 18, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
coderscreen-marketing Ready Ready Preview, Comment Jul 18, 2026 5:12pm

Request Review

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
coderscreen-api 1c74a1c Jul 18 2026, 05:15 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
coderscreen-web 1c74a1c Jul 18 2026, 05:16 PM

Inline the load into the IntersectionObserver callback and match the
effect deps ([hasMore, posts.length]) so biome's exhaustive-deps rule
passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@RogutKuba
RogutKuba merged commit de12ed3 into main Jul 18, 2026
3 checks passed
@RogutKuba
RogutKuba deleted the RogutKuba/building-editor-blog-post branch July 18, 2026 17:13
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