Organisations using Fastify
Fastify is proudly powering a large ecosystem of organisations and products out there.
Below is a list of our financial supporters and our collaborators' organisations adopting Fastify.
Financial supporters
Collaborators' organisations
The logos displayed in this page are property of the respective organisations and they are not distributed under the same license as Fastify (MIT).
How to be featured here
Is your organisation using Fastify? That's great!
If you would like your organisation to have its logo featured in this list:
- Start contributing to the Fastify project following the contributing guide and read the on boarding process.
Or become a Tier 3 or 4 financial supporter!
-
Fork the Fastify website repository on GitHub
-
Add the logo in the
static/img/organisations
folder.
Please make sure that your logo complies to the following specs:
- Encoded in SVG (Scalable Vector Graphics) format
- Be reasonably optimized/minified (you can use imageOptim)
- Make sure image "width" or "height" are explicitly specified in the "svg" tag
- Update the
static/data/organisations.yml
file with a new entry
Your entry must provide:
name
: the name of your organisationimage
: the filename of the logo you added in the previous steplink
: a link to a website that represents your organisationsponsor
: a boolean value that indicates if your organisation is a financial supportertier
: the tier of your financial support (it can betier_3
ortier_4
)
- Submit the PR!
As soon as your PR is reviewed and merged, your awesome logo will appear in this page!