30 open-source projects similar to rollgate/sdks, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sdks alternative.
Angular feature flag library with Unleash integration, provides reactive programing, type-safe feature flag management with zero-configuration setup.
Your module to handle with feature toggles in Angular applications easier.
Using Feature Flags in an Angular Application
Angular wrapper of the Javascript client for the FeaturIT Feature Flag management platform.
ConfigCat SDK for JavaScript frontend applications. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app feature flag SDKs.
This project provides an Angular-first feature flag execution layer designed for enterprise scale. It standardizes how feature flags are resolved, guarded against, and rendered in Angular applications.
A powerful, type-safe feature flag library for Angular applications. ngx-circuit allows you to manage feature toggles with ease, supporting various strategies like boolean flags, time-based activation, percentage rollouts, user groups, environment contexts, and more.
Flipper is a runtime feature toggle system and library for Ruby applications. It enables the management of application features by toggling functionality on or off without the need to deploy new code. The system provides a mechanism for controlling code execution through boolean states, actor-based access, and percentage-based traffic rollouts. It includes a management interface for modifying flag states in real-time and a central registry for tracking available capabilities. The project covers a broad range of operational capabilities, including environment-specific flag isolation, configur
This project is a feature flag library for Elixir applications, designed to manage and toggle application functionality at runtime. It provides a distributed system for controlling code paths without requiring new deployments, allowing developers to enable or disable features globally, for specific users, or for defined groups. The library distinguishes itself through a pluggable persistence framework that supports various storage backends, ensuring that flag configurations remain consistent across application restarts. It maintains state synchronization across distributed nodes using messagi
InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in
GMHook 2.1.0 GMHook is a Discord Webhook integration system made for GameMaker, implemented with complete message, embed, file and poll support
GitHub REST API wrapper and implementation for GameMaker 2024.14
Companion application and Discord Rich Presence module for GameMaker IDE.
A VueJS directive & Composable for downloading files that are under a protected route schema
use vue plugin easy create chrome extension template
DHook v1.0.0 GameMaker Studio 2.3.1+ to Discord Webhooks implementation. Repo project contains example on how to fully utilize it.
Unleash is an open-source feature management platform designed to decouple feature releases from code deployments. It provides a centralized system for orchestrating software releases, enabling teams to control application behavior in real-time through segmented user targeting and automated lifecycle management. The platform distinguishes itself by utilizing a client-side evaluation engine that executes flag logic locally within the application process, ensuring sub-millisecond decision latency without requiring network round-trips. It supports infrastructure-as-code patterns by allowing feat
Vuefire is a Firebase integration library for Vue.js that synchronizes backend state and real-time data with reactive frontend components. It functions as a backend-as-a-service client and synchronization tool, bridging remote Firebase documents, collections, and authentication status with local application state. The library provides specialized wrappers for managing user authentication workflows and real-time database synchronization. It automates the process of linking remote data sources to reactive objects and arrays, ensuring the user interface updates instantly as backend data changes.
Quick links: documentation · sample project · donate
ConfigCat SDK for Elixir. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app feature flag SDKs.
Vue 3 component that let you embed tweets in your App by only giving the tweet id
MAJOR UPDATE: Each HTTP request to Twitch now requires a Client ID inside the header. Going forward, you will have to supply a Twitch Client ID as an argument with the initialization script: `twitchinit(clientID);`. See the section on Initialization below for instructions for getting a…