Spotlighting Five Open-Source Projects in the 2024 FOSS Fund
Spotify has announced the recipients of its 2024 FOSS Fund, the company’s initiative to financially support the open-source ecosystem. Launched in 2022, the fund provides direct monetary assistance to projects that Spotify relies on internally. This year, a total of €100,000 has been distributed, with five projects each receiving €20,000.
The selected projects are:
- Xiph
- Netty
- MSW
- Flyte
- Typelevel
Below, maintainers from several of the funded projects share their visions and how the support will shape their work.
Netty: Keeping Pace with JVM Networking Standards
Norman Maurer, project lead and co-author of Netty in Action, sees the project's core goal as maintaining its status as the go-to framework for JVM network programming. Netty’s abstraction layer is designed to let developers build complex processing logic from reusable components with ease, while still supporting widely used internet standards including HTTP/1, HTTP/2, and HTTP/3.
According to Maurer, a key part of Netty’s value proposition is performance. By leveraging native code and incorporating cutting-edge platform features like io_uring and modern TLS implementations, Netty aims to deliver low-latency, high-throughput solutions for its users.
MSW: Broadening the Scope of API Mocking
Artem Zakharchenko, creator and full-time maintainer of MSW, views his work as challenging the notion that mocking is a "hacky" practice. Instead, MSW aims to provide developers with powerful tools for controlling network behavior in their tests. The funding from Spotify will allow him to dedicate more time to development—a significant win for a project led by a full-time maintainer.
Since transitioning to full-time work on MSW, the project has released major advancements, including Server Boundaries and a socket-based interceptor for Node.js. Zakharchenko also highlights significant cross-ecosystem collaboration with teams from Vitest, Vercel, Apollo, Nock, and Node.js to ensure a consistent developer experience.
Looking ahead, Zakharchenko plans to release WebSocket support, which would make MSW the first API mocking library to cover all major API types. Future efforts will continue to focus on debugging tools, error handling, type definitions, and exploring novel interception methods between processes.
Flyte: Orchestrating the Next Wave of AI Workloads
For Ketan Umare, founder, TSC chair, and CEO of Union AI, Flyte’s vision is tightly linked to the rise of generative AI. The project is positioning itself as a bridge that unifies data, machine learning, and AI workflows. The goal is to give ML and AI engineers an open-source, Kubernetes-native, and pythonic toolkit for building, deploying, and scaling workflows.
Flyte’s platform is intended to remove the burden of infrastructure management, allowing teams to handle large datasets, complex scheduling, and distributed environments without getting lost in logistics. Umare states that the mission is to let practitioners focus on business problems rather than debugging and testing their workflows, while also building out what he hopes will become the world’s largest ML engineering community.
Typelevel: Strengthening the Scala Ecosystem
Sam Pillsworth, a TSC member based in Toronto, explains that running an organization as large as Typelevel comes with real, recurring overhead. The FOSS Fund grant enables the group to provide stronger guarantees around infrastructure, paying for essentials like CI systems and community support.
Current funding is already directed toward infrastructure costs and professional training for the code of conduct committee. With this additional support, Typelevel hopes to expand its contributor base. Pillsworth mentions specific initiatives under discussion, including funding student or first-time contributors through a program like Outreachy, as well as hiring a technical writer to improve project documentation.
Spotify extended its gratitude to all the maintainers for their ongoing work on these critical projects.



