What this is, and how it pays for itself
An independent resource on what happens to code after a project ends. No newsletter, no course, no consulting pitch. This page explains the whole arrangement including the money.
What this site is
Code Licenses answers the questions developers actually type when they are trying to work out what a license permits, who owns the code they wrote, and whether the repositories they stopped opening years ago are worth anything. It is written for people who will check the reasoning, so the claims here stay narrow and the numbers stay on the two pages that can support them.
How code licensing works
AI labs train coding models on source code. The public supply has been collected already and it is not representative: it leans heavily towards libraries, frameworks, and the kinds of projects people choose to publish. Most software in the world is not that. It is line-of-business systems, integrations, and long-lived internal tools that were never published.
Synthetic code turns out to be a poor substitute. A model trained on generated examples learns the shape of clean code and not much about what happens when a requirement changes three years in. Real repositories with real commit history carry that, which is why there is a market for them at all.
The licences are non-exclusive. Nothing is transferred and nothing is published. You keep the copyright and keep using the code. And because they are non-exclusive, the same repository can be licensed again to a different buyer, with the owner paid each time rather than once. If you have been reading "sell your code" as "hand over your code", that is the misunderstanding to drop.
What makes a repository eligible
┌─ ELIGIBILITY ───────────────────────────────────────────────────────┐ │ │ │ 1. Ownership you hold the IP, not a client │ │ 2. Privacy never published, never forked from public │ │ 3. Substance real production code, history intact │ │ 4. History unsquashed. It is most of the value. │ │ 5. Dependencies vendored and generated code do not count │ │ │ │ Fail the first two and the repo is out entirely. │ └─────────────────────────────────────────────────────────────────────┘
Ownership is the one that catches people. If the repository came out of client work, what you can do with it was decided by a contract you signed, possibly years ago. Client-owned code, anything under an NDA, and anything holding confidential data stays out of it. That leaves your own products, internal tools, R and D, and engagements that wound down with rights retained, which for most people is more than they expect.
Cleaning up is not your job and you should not do it. Secrets and personal data are stripped from the review copy, in the code and in the history, and verified before a buyer sees anything. Your own repository is never modified. Tidying a repository yourself, especially squashing history, destroys value rather than adding it.
How this site makes money
Plainly: it earns a commission when someone signs up through its outbound links. That is the entire business model. There is nothing to buy here and nothing is gated.
What that does not change: what gets recommended, what is described as eligible, or what is said about the risks. The commission is paid on signups, and a signup from someone whose repositories do not qualify is worth nothing to anyone. Being accurate about what does not work is the commercially sensible position as well as the honest one, which is a convenient alignment and you should still hold the site to it.
Outbound links are marked, open in a new tab, and pass no ranking signal.
They route through this site's own /go/ paths, which are
excluded from search engines.
Who runs this
A developer with an agency background and about twenty years of shipping client code. The idea for the site came from noticing a personal archive of finished, private, paid-for projects sitting in cold storage, and realising there was now a reason to care about them.
No newsletter, no personal brand, no consulting funnel behind this. If something here is wrong, it should be corrected rather than defended.
What this site is not
It is not legal advice. Contract and copyright questions turn on the specific wording of what you signed and on the jurisdiction you signed it in. The guides here will help you understand what to look for and what the terms mean. They cannot tell you what your contract does, and anyone claiming otherwise from a web page is guessing.
It is also not a marketplace. The assessment, the terms, and the payment all happen on the program side. This site explains the landscape and points at the route.
You have repos you will never open again.
Private, finished, owned by you, and doing nothing.
That is the code labs pay to license. Non-exclusively, so you keep it.