Skip to content

Shareable developer profile URLs with OpenGraph meta tags #20

Description

@sajeetharan

Summary

Add shareable profile pages at /dev/:login\ (e.g. \devglobe.vercel.app/dev/torvalds) with proper OpenGraph meta tags so links look great when shared on LinkedIn, X, and Slack.

Why

Every share is free marketing. Developers love sharing their stats. This is the #1 growth lever.

Requirements

  • Create /dev/:login\ route that renders a developer profile page
  • Add OpenGraph meta tags (\og:title, \og:description, \og:image)
  • Generate dynamic OG images showing the dev's score, rank, top language, and avatar
  • Add a Share button on the detail panel with copy-to-clipboard
  • Fallback to the main globe page if the login doesn't exist

Tech Notes

  • Use a Vercel serverless function (\�pi/og.js) with @vercel/og\ to generate images
  • Profile page can be a client-side route or a separate HTML entry point

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature requestgrowthFeatures to drive user growthhelp wantedExtra attention is neededpriority: highHigh priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions