DevCycle changelog

Native Next.js SDK

We're excited to announce our latest SDK milestone: the launch of our first-class Next.js SDK. This SDK fully supports the latest features of Next.js, allowing you to work on the bleeding edge with a seamless feature flagging experience.

Here's what you can expect:

  • Seamless Integration with App Router and Server Component Rendering: Our SDK works with the Next.js App Router, allowing you to flag features in Server Components.

  • Realtime Updates of Flag Configuration: Change your feature flag configurations in realtime and watch as your server- and client-rendered content updates dynamically.

  • Faster Performance with Static and Streaming Content: We've designed our SDK for lightning-fast page rendering, fully supporting static pages and streaming with Suspense.

  • Consistent Experience Across Server and Client: DevCycle ensures a unified set of flag values on both ends, maintaining server and client rendering coherence.

  • Local Evaluation of Flag Rules: Determine user-specific flag values locally on your backend for sub-millisecond evaluation times.

To get started with the SDK check out the documentation here.