DDEV Sponsorship Data
Daily-updated sponsorship data for the DDEV project. Updated every day at midnight UTC.
JSON API
| URL | Notes |
|---|---|
| ddev.com/s/sponsorship-data.json | Preferred short URL |
| ddev.github.io/sponsorship-data/data/all-sponsorships.json | Direct (backward compatible) |
| ddev.github.io/sponsorship-data/api/all-sponsorships.json | Direct (new path) |
Usage
fetch('https://ddev.com/s/sponsorship-data.json')
.then(response => response.json())
.then(data => console.log(data));
Used In
| Property | Source file |
|---|---|
| ddev.com | SponsorsBanner.astro |
| addons.ddev.com | sponsors-banner.html |
| docs.ddev.com | sponsors-banner.html |
| thedroptimes.com | |
| markconroy/web-components | sponsors-banner.js |
The JSON feed also drives sponsorship progress tips shown in the terminal at ddev start.
Sponsorship Badges
Generated daily from the JSON data. Updates automatically with each deploy.
Embed
<a href="https://ddev.github.io/sponsorship-data/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://ddev.github.io/sponsorship-data/badges/sponsorship-badge-dark.svg">
<img alt="DDEV sponsorship progress towards monthly goal" src="https://ddev.github.io/sponsorship-data/badges/sponsorship-badge.svg">
</picture>
</a>
Repository & Blog
github.com/ddev/sponsorship-data - source code and documentation
ddev.com/blog/sponsorship-data-droptimes - blog post describing the project and its integrations