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
Back to advantageous/qbit

Open-source alternatives to Qbit

30 open-source projects similar to advantageous/qbit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Qbit alternative.

  • ets-labs/python-dependency-injectorets-labs avatar

    ets-labs/python-dependency-injector

    4,805View on GitHub↗

    This is a dependency injection framework and inversion of control container for Python. It decouples object creation from business logic by managing how services and their dependencies are assembled, delivered, and linked within an application. The framework is distinguished by its ability to perform automated component wiring, using import hooks and decorators to inject dependencies into functions and classes across different modules. It supports non-blocking flows through an asynchronous dependency resolver and manages the initialization and shutdown sequences of shared external resources a

    Pythonaiohttpasynciodependency-injection
    View on GitHub↗4,805
  • flutterando/modularFlutterando avatar

    Flutterando/modular

    1,381View on GitHub↗

    Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features

    Dart
    View on GitHub↗1,381
  • chrisbanes/tivichrisbanes avatar

    chrisbanes/tivi

    6,732View on GitHub↗

    Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c

    Kotlinandroid-applicationjetpack-composekotlin
    View on GitHub↗6,732

AI search

Explore more awesome repositories

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

Find more with AI search
  • abahmed/gearboxA

    abahmed/gearbox

    0View on GitHub↗
    View on GitHub↗0
  • actionhero/actionheroactionhero avatar

    actionhero/actionhero

    2,416View on GitHub↗

    Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

    TypeScript
    View on GitHub↗2,416
  • adacore/awsAdaCore avatar

    AdaCore/aws

    158View on GitHub↗

    AWS is a complete framework to develop Web based applications in Ada.

    Ada
    View on GitHub↗158
  • acclimatecontainer/acclimate-containerAcclimateContainer avatar

    AcclimateContainer/acclimate-container

    219View on GitHub↗

    Adapters for PHP framework containers to an interoperable interface

    PHP
    View on GitHub↗219
  • adonisjs/coreadonisjs avatar

    adonisjs/core

    18,990View on GitHub↗

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    TypeScript
    View on GitHub↗18,990
  • adrientorris/awesome-blazorAdrienTorris avatar

    AdrienTorris/awesome-blazor

    9,307View on GitHub↗
    asp-net-coreaspnetcoreawesome
    View on GitHub↗9,307
  • aerogo/aeroA

    aerogo/aero

    0View on GitHub↗
    View on GitHub↗0
  • agilionapps/relaxAgilionApps avatar

    AgilionApps/relax

    122View on GitHub↗

    Simple Elixir implementation of a jsonapi.org server.

    Elixir
    View on GitHub↗122
  • aidenybai/luciaaidenybai avatar

    aidenybai/lucia

    750View on GitHub↗

    🙋‍♀️ 3kb library for tiny web apps

    TypeScript
    View on GitHub↗750
  • aidenybai/millionaidenybai avatar

    aidenybai/million

    17,636View on GitHub↗

    Million is a framework-level enhancement designed to optimize the performance of user interfaces by reducing overhead in component reconciliation. It functions as a build-time compiler that transforms components into lightweight, efficient code to accelerate rendering and minimize the runtime work required for interface updates. The project distinguishes itself by replacing standard reconciliation logic with a specialized virtual DOM implementation. Through static analysis and a build-step utility, it identifies and optimizes component trees, allowing for granular updates that target only mod

    TypeScriptbest-practicesblockdomcompiler
    View on GitHub↗17,636
  • aisk/voxA

    aisk/vox

    0View on GitHub↗
    View on GitHub↗0
  • alex-gutev/live-cells-clalex-gutev avatar

    alex-gutev/live-cells-cl

    5View on GitHub↗

    Live-Cells-CL is a library that adds reactive programming to lisp. The functionality of the library is ported from Live Cells for Dart.

    Common Lisp
    View on GitHub↗5
  • akardapolov/dimension-diakardapolov avatar

    akardapolov/dimension-di

    17View on GitHub↗

    Ultra-lightweight Java DI framework with JSR-330 support, fast classpath scanning, and zero boilerplate. Minimal alternative to Spring/Guice.

    Javadependency-injectiondependency-managementdi-framework
    View on GitHub↗17
  • alexferl/vestalexferl avatar

    alexferl/vest

    7View on GitHub↗

    REST client in V.

    V
    View on GitHub↗7
  • alexintosh/awesome-ionicAlexintosh avatar

    Alexintosh/Awesome-Ionic

    1,463View on GitHub↗

    😎 A curated list of amazingly awesome Ionic libraries, resources and solutions.

    angularcordova-pluginionic
    View on GitHub↗1,463
  • alibaba/beidoualibaba avatar

    alibaba/beidou

    2,729View on GitHub↗

    🌌 Isomorphic framework for server-rendered React apps

    JavaScript
    View on GitHub↗2,729
  • alibaba/dubboalibaba avatar

    alibaba/dubbo

    41,522View on GitHub↗

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    Java
    View on GitHub↗41,522
  • alibaba/raxalibaba avatar

    alibaba/rax

    8,036View on GitHub↗

    Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati

    JavaScript
    View on GitHub↗8,036
  • alisoftware/dipAliSoftware avatar

    AliSoftware/Dip

    980View on GitHub↗

    Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!

    Swift
    View on GitHub↗980
  • almarklein/asgineerA

    almarklein/asgineer

    0View on GitHub↗
    View on GitHub↗0
  • alosaur/alosauralosaur avatar

    alosaur/alosaur

    818View on GitHub↗

    Alosaur - Deno web framework with many ES Decorators

    TypeScript
    View on GitHub↗818
  • alpinejs/alpinealpinejs avatar

    alpinejs/alpine

    31,675View on GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    View on GitHub↗31,675
  • amberframework/amberamberframework avatar

    amberframework/amber

    2,602View on GitHub↗

    A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

    Crystal
    View on GitHub↗2,602
  • amoahcp/spring-vertx-extamoAHCP avatar

    amoAHCP/spring-vertx-ext

    50View on GitHub↗

    spring-vertx-ext - update spring to 5.1.6.RELEASE - update aspectj to 1.9.2 - update Vert.x to 3.7.0

    Java
    View on GitHub↗50
  • amosgyamfi/awesome-fasthtmlamosgyamfi avatar

    amosgyamfi/awesome-fasthtml

    82View on GitHub↗

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    View on GitHub↗82
  • an-tao/drogonan-tao avatar

    an-tao/drogon

    13,993View on GitHub↗

    Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications and REST APIs. It utilizes an event-driven, non-blocking architecture to handle concurrent HTTP and WebSocket connections, and it implements a model-view-controller structure to separate business logic from presentation. The framework includes an integrated C++ object-relational mapping system and database client for performing asynchronous operations with relational databases and Redis key-value stores. It supports real-time, full-duplex communication via WebSockets and prov

    C++
    View on GitHub↗13,993
  • adamhalasz/dietadamhalasz avatar

    adamhalasz/diet

    396View on GitHub↗

    Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript var server = require('diet')

    JavaScript
    View on GitHub↗396