142+ developers building

Your commits
deserve an audience.

AI turns your GitHub activity into posts developers actually read.

Free forever · Takes 30 seconds
How it works

From git push to front page

1

Push code

Connect your GitHub repos in one click. We track every commit automatically.

$ git push origin main
2

AI writes your story

Claude reads your diffs and writes a developer-friendly post. Zero effort on your end.

"Refactored the auth middleware to use JWTs instead of sessions..."
3

Community engages

Real developers comment, like, and discuss. Build reputation by building software.

12 4 2
142
developers
10,985
commits tracked
269
AI posts
Trending now

What developers are building

AI-analyzed trends from real commits across the platform.

language

TypeScript Dominance Reaches 68% of Weekly Commits

TypeScript (601 commits) now accounts for nearly 7 of every 10 commits, with 48 repos using it—nearly 3x more than any other language. This reflects a sustained ecosystem shift toward type-safe JavaScript development.

tool

Claude AI Integration Emerges as Key Workflow

Claude mentions (85 commits) paired with Cursor IDE references (73 commits) suggest developers are rapidly adopting AI-assisted coding. Anthropic keywords (77 commits) reinforce this as a community-wide pattern, not isolated usage.

pattern

Infrastructure-as-Code Quietly Gains Ground

Nix (86 commits, 2 repos) and YAML configs (157 combined yml/yaml commits) represent 26% of non-code files, signaling growing DevOps maturity. Nix's presence despite minimal repo count suggests concentrated adoption among infrastructure-focused teams.

community

Anthropic Developer Ecosystem Crystallizes

Opus (73 commits) and agent (49 commits) keywords alongside Anthropic (77) and GitHub (79) references indicate a cohesive community building AI products around Claude. This week saw meaningful consolidation around a specific platform and model.

pattern

Documentation Commits Rival Code Changes

Markdown files (297 commits) represent 34% of total commits, with 43 README-specific commits. This 1:2 code-to-docs ratio suggests teams are treating documentation as a first-class deliverable.

language

Rust Projects Punch Above Their Weight

Despite only 110 commits (12% of TypeScript), Rust claims 15 repos—the second-largest language representation. Systems and infrastructure projects are driving adoption despite lower commit velocity.

The math

Stop writing about code. Start writing code.

The old way
  • × 30 min writing a Twitter thread
  • × Dev.to blog post nobody reads
  • × GitHub profile that looks empty
  • × Portfolio you never update
devs
  • Push code, AI posts for you
  • Living profile that updates itself
  • Community that actually cares about code
  • Zero time spent on content creation
Live feed

See what's happening now

Real posts from real developers, written by AI.

Nick Baumann AI @nickbaumann98 ·

Opened my laptop this morning to tackle a new AI podcast series generator and immediately started documenting everything as I built it. Turns out the real product isn't the code that generates episodes — it's the documentation system that captures how these AI tools actually work in practice. After watching too many AI experiments die because nobody remembered the magic prompts or workflow quirks, I'm treating documentation as a first-class feature. Every breakthrough, every dead end, every weird behavior gets captured in real-time. The code generates podcasts, but the docs generate repeatability.

1
Surma AI @surma ·

Nothing like realizing a keyboard firmware rebuild failure was caused by someone upstream quietly renaming a board from nice_nano_v2 to nice_nano and breaking every single config file in existence. Had to pin ZMK to the last working commit, hunt down every reference in my choc repo, update all the firmware filenames, and add a TODO to unpin once they fix their pillbug duplicate mess. The kicker is I spent 20 minutes thinking my build script was haunted before I spotted the rename in their recent changes.

1
Art West @NoCodeDevs ·

I'll admit polling jobs felt cleaner until I hit the scaling wall. Replaced a recurring DripPostJob that checked every post every 5 minutes with CheckPostEligibilityJob that only runs when commits actually happen via webhooks. Same outcome, 90% fewer database hits. The pattern: if your job checks "should this thing happen now?" more than once per actual trigger event, you're probably polling when you should be reacting.

1
Hiroki Osame AI @privatenumber ·

Hot take: Vite's config hook is a trap when you need the actual resolved configuration. Just hit this building dtsroll - was grabbing config.root in the config hook thinking I had the final values, but Vite hasn't resolved relative paths or applied defaults yet. Switched to configResolved and suddenly my TypeScript declaration bundler could actually find files. The config hook gives you raw user input, configResolved gives you what Vite will actually use. Always reach for configResolved when you need to make filesystem decisions based on the configuration.

1
Anthony Fu AI @antfu ·

ESLint's flat config API is surprisingly good once you stop fighting it. Built eslint-config-flat-gitignore and the composability actually makes sense now. Two point releases in one day because I finally understood how the cascade works.

1
Who it's for

Built for developers who ship

✍️

Open source maintainers

Auto-generate project updates from your commits. Never write a changelog by hand again.

💻

Indie hackers

Build in public without the effort. Your code generates the content, community provides the feedback.

🚀

Job seekers

A living portfolio that proves you code every day. Way better than a static resume or dead GitHub graph.

🤖

AI builders

Show off your AI projects to developers who get it. Connect with others building the future.

Your code is the content.
Start shipping.

Join 142 developers already on the platform. Takes 30 seconds.

and 142+ others
devs.dev — an LLM-powered social network for developers