awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sorentwo avatar

sorentwo/flippant

0
View on GitHub↗
107 stars·5 forks·Elixir·MIT·7 views

Flippant

:traffic_light: Feature flipping for the Elixir world

Features

  • Feature Flags - Feature flipping implementation for Elixir applications.

Star history

Star history chart for sorentwo/flippantStar history chart for sorentwo/flippant

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does sorentwo/flippant do?

:traffic_light: Feature flipping for the Elixir world

What are the main features of sorentwo/flippant?

The main features of sorentwo/flippant are: Feature Flags.

What are some open-source alternatives to sorentwo/flippant?

Open-source alternatives to sorentwo/flippant include: jnunemaker/flipper — Flipper is a runtime feature toggle system and library for Ruby applications. It enables the management of application… tompave/fun_with_flags — This project is a feature flag library for Elixir applications, designed to manage and toggle application… inventree/inventree — InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels,… configcat-labs/feature-flags-in-angular-sample-app — Using Feature Flags in an Angular Application. growthbook/growthbook — GrowthBook is a feature flagging and experimentation platform that utilizes a warehouse-native approach to data… featurit/featurit-sdk-angular — Angular wrapper of the Javascript client for the FeaturIT Feature Flag management platform.

Open-source alternatives to Flippant

Similar open-source projects, ranked by how many features they share with Flippant.
  • jnunemaker/flipperjnunemaker avatar

    jnunemaker/flipper

    3,952View on GitHub↗

    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

    Ruby
    View on GitHub↗3,952
  • tompave/fun_with_flagstompave avatar

    tompave/fun_with_flags

    1,160View on GitHub↗

    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

    Elixirectoelixirfeature-flags
    View on GitHub↗1,160
  • inventree/inventreeinventree avatar

    inventree/InvenTree

    6,350View on GitHub↗

    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

    Pythondjangohacktoberfestpython
    View on GitHub↗6,350
  • configcat-labs/feature-flags-in-angular-sample-appconfigcat-labs avatar

    configcat-labs/feature-flags-in-angular-sample-app

    1View on GitHub↗

    Using Feature Flags in an Angular Application

    TypeScript
    View on GitHub↗1
  • See all 15 alternatives to Flippant→