Maintainer
ELI5 — The Vibe Check
The person who keeps an open-source project alive. They review PRs, fix bugs, respond to issues, handle releases, and deal with strangers on the internet demanding features for free. It's one of the most thankless jobs in tech — millions of people depend on their work, and most of them have no idea.
Real Talk
An open-source maintainer is responsible for the ongoing development, quality, and community management of an open-source project. They review and merge contributions, manage releases, triage issues, and make architectural decisions. Maintainer burnout is a significant issue in the open-source ecosystem.
When You'll Hear This
"The maintainer hasn't merged a PR in months — is the project abandoned?" / "Sponsor your open-source maintainers — they're keeping your stack alive."
Related Terms
Bus Factor
Bus factor = 1 means one person leaving (or getting hit by a bus) destroys the project. They're the only one who knows how the payment system works.
Code Review
A code review is when another developer reads your code before it gets merged, looking for bugs, bad practices, or anything confusing.
Open Source
Open source means the recipe is public. Anyone can read it, copy it, tweak it, and share their version. It's the opposite of a secret sauce.
Pull Request (PR)
A pull request is like raising your hand in class and saying 'Hey, I made some changes — can someone check my work before we make it official?