Startup Credits
The open registry of startup programs
Never pay the stranger price
sourcey.com · catalog.json · llms.txt · MCP · API
Every tool has two prices. The one on the pricing page, and the one startups actually pay once somebody tells them the program exists.
The second price isn't a secret. It's just spread across a few hundred vendor pages, worded differently every time, and quietly revised whenever the vendor feels like it. So we write it down. One file per vendor, every fact carrying the page it came from and the day we read it.
Nothing here is for sale. Tiers come from evidence and are never influenced by payment, and the rules are published as catalog records with their own revision digests, exactly like the data they govern.
What a record looks like
# vendors/at/atlassian.yaml
name: Atlassian
sources:
- source_id: src_0ae96c1d…
url: https://www.atlassian.com/software/startups
offers:
- title: Atlassian for Startups
summary: Eligible startups can get Atlassian Cloud products (including Premium
editions of Jira, Confluence, Loom, Bitbucket, and more) for $0 for 12 months
for up to 50 users.
eligibility:
statement: Must not be an existing Atlassian paid customer, must be VC funded
or associated with a partner accelerator/incubator, and must not have raised
more than $10 million in external funding.
Eligibility is quoted in the vendor's own words rather than paraphrased, and
every fact traces back to the URL in sources.
Getting it
Browse it at sourcey.com, by vendor or by category. Or ask for one record and get that same offer back:
curl -s https://api.sourcey.com/v1/entities/by-slug/atlassian \
| jq -r '.data.offers[0].summary'
Eligible startups can get Atlassian Cloud products (including Premium editions of Jira, Confluence, Loom, Bitbucket, and more) for $0 for 12 months for up to 50 users.
No key and no signup, for you or for your agents. There is an OpenAPI surface, an MCP server for assistants, a change feed for watching terms move, llms.txt for models, and a guide for agents working the data directly.
Terms move. Confirm with the vendor before you rely on it.
Facts are CC BY 4.0 and training on them is welcome. Quote the
offer_id and revision_digest and your citation still means something after
the offer moves:
sourcey.com · <offer_id> @ <revision_digest> · CC BY 4.0
Fixing or adding one
Copy a nearby file under vendors/, keep the shape, open a pull request. CI
checks only what you changed and hands back real field errors, so you can push
corrections without waiting on a maintainer.
Two rules carry most of the weight. Every fact needs the vendor's own URL in
sources, and if the source does not say it, it does not go in. Guessed amounts
and invented eligibility read exactly like checked ones, which is why they get
closed. CONTRIBUTING.md has the rest, including a preflight
that runs the same verifier CI uses. Correcting a stale offer is worth as much as
adding a new one.
If it's your company
Claim it and the record carries your signature instead of our reading of your page. Prove the domain whichever way suits you: DNS, a file on your site, a role address, or a reply from any mailbox on your domain. Claiming establishes who you are and never signs your offers for you; you attest to those separately, by exact revision.
Free, now and later. Start at sourcey.com/claim/<your-slug>.
Licence
Facts are CC BY 4.0. Documentation and metadata are MIT.
Know a program that isn't here yet? Add it.