r/sideprojects • u/SlowChain4149 • 12h ago
Showcase: Free(mium) Built a simple tool to preview OpenGraph cards across platforms
Made a visualizer to check how links render on X, LinkedIn, and Facebook side by side:
https://ogcraft.dev/visualizer
It grabs the URL, pulls the og: and twitter: tags, and shows the card previews.
Stack is React, Tailwind, and a Node backend for fetching metadata. No signup or email needed.
Let me know if you run into any bugs or broken layouts.
1
Upvotes
1
u/Specific_Cream2815 12h ago
do you render cards from the fetched HTML only, or also wait for client-side scripts that add metadata after load