diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md
index 1ba41ae..8748602 100644
--- a/Companies-and-Individuals-Using-Beast.md
+++ b/Companies-and-Individuals-Using-Beast.md
@@ -38,7 +38,7 @@ https://github.com/openbmc/bmcweb
----------
[Radio Mast](https://www.radiomast.io) uses Beast.HTTP for a streaming audio server for internet radio.
-
+Jackarain
----------
[`nxxm/gh` : Github C++ API Client](https://github.com/nxxm/gh) provides an High level C++ Github Api based on [xxhr: intuitive c++ http client library](https://nxxm.github.io/xxhr/) which uses Boost.Beast to provide a portable high-level http API.
@@ -133,3 +133,6 @@ Individual: yanrkchina
Company: [Renderbus](https://www.renderbus.com/) / [FoxRenderfarm](https://www.foxrenderfarm.com/)
Repository: [BoostWeb](https://github.com/yanrk/boost_web) is a simple library while reference beast sample code, it use beast for http(s)-server and websocket(s)-server(client)
+----------
+
+[BadAix](https://github.com/badaix) uses Beast.HTTP for an integrated web server and a REST API and Beast.WebSocket for RPC communication in [Snapcast](https://github.com/badaix/snapcast), a synced multiroom audio streaming server.