2025-07-15 - Hyphen App Updates!

Our Node.js SDK @hyphen/sdk has been updated with the ability to generate short codes via Link . Here is how easy it is:
Horizon is what we run at the edge of our global network to enable high availability and uptime for accessing Toggle evaluations at scale. Now with self hosting you can build more resiliency and performance by adding Horizon to your local clusters. That means that your local horizon instances are your primary lookup for Toggles and we become the secondary layer.
@hyphen/sdk has been released (v1.8.0) with the ability to do bulk geo ip address lookups. Here is an example:
We've enhanced our edge nodes to respond more intelligently to Toggle configuration updates. Previously, we cached configurations at the edge for performance. While that remains true, our edge nodes are now instantly notified when a toggle changes—ensuring they update only what's needed in near real time. 🚀
The @hyphen/sdk has been extended with a function to load your environment variables easily with loadEnv()
. Here is an example of how to use it: