Nom is an open-source platform built by developer Lws803 that connects to GitHub via a one-click App installation and uses LLMs to convert raw repository activity — commits, pull requests, and releases — into human-readable narrative summaries posted to a public social feed. The tool installs in under 30 seconds and begins generating content as soon as the first webhook fires, requiring no manual profile setup or content creation from the user. Summaries are generated through OpenRouter via the Vercel AI SDK, with background job processing handled by Trigger.dev and persistence provided by Supabase. Developers can also configure per-repository AI instructions using Markdown files stored in a .nom/ directory, tuning the tone and style of summaries by event type.

The platform's stated appeal is making engineering output legible to non-technical audiences. Lws803 summarized the use case plainly on Hacker News: making his own coding output readable "so my boss knows I'm actually doing gods work." Beyond professional visibility, Nom supports following other developers, sharing individual feed posts, and a novelty feature that auto-generates memes from commits using the Tavily search API. The project is actively dogfooding itself — the nom-social/nom repository's own recent engineering work, including UI flicker fixes, meme image caching via Supabase Storage, and repository verification gating for webhook processing, all appears in real time through Nom's own feed.

The developer reputation and professional identity space has a well-documented history of failure. Polywork, which raised a $13M Series A from Andreessen Horowitz in 2021 with backing from Stripe's Collison brothers and then-GitHub CEO Nat Friedman, shut down permanently on January 31, 2025, after founder Peter Johnston concluded there was "no viable path to Polywork becoming a gigantic business." Sourcerer.io, which automatically profiled developers from real repository analysis, was acquired by Rad AI in November 2020 and shut down four months later. LinkedIn's own Skills Assessments feature was killed in December 2023 after a single GitHub repository published all the answers publicly, destroying the signal value of every badge. What killed each of these was the same thing: they required deliberate, recurring human effort disconnected from where the actual work was happening.

Nom bets against that pattern. By anchoring entirely to GitHub's webhook stream and eliminating any required user action post-install, it skips the cold-start and manual-maintenance problems that defined Polywork's collapse and constrained tools like Showwcase, which raised only $100K pre-seed and claims around 140,000 users without meaningful follow-on funding. Whether zero-friction adoption translates to sustainable network effects is still unanswered — the developer reputation category has not yet produced a breakout success — but the webhook-first architecture is a structurally different bet than anything that came before it. The project is Apache 2.0 licensed and self-hostable, available at nomit.dev.