Generate a shareable fantasy creature card from a GitHub profile.
You paste a GitHub profile URL, the app fetches your GitHub stats (contributions, followers, stars), uses an AI model to invent a creature + generate an image, then saves it so you get a permanent page at /<username>. There’s also a leaderboard for top creatures by contributions, followers, and stars.
/<username> link with nice social previewspnpm i
pnpm dev
Create .env.local (or .env) with:
DATABASE_URL: Postgres connection string (Neon)GITHUB_TOKEN: GitHub token for the API (to read contributions/followers)BLOB_READ_WRITE_TOKEN: Vercel Blob token (needed to upload generated images when running locally)Then open http://localhost:3000.
$ claude mcp add github-creature \
-- python -m otcore.mcp_server <graph>