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 alisoftware/ecb5dfeaa7884fc0ce96178dfdd326f8

Projects sharing features with Ecb5dfeaa7884fc0ce96178dfdd326f8

24 open-source projects similar to alisoftware/ecb5dfeaa7884fc0ce96178dfdd326f8, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • johnsusek/fluxusjohnsusek avatar

    johnsusek/fluxus

    82View on GitHub↗

    Fluxus is an implementation of the Flux pattern for SwiftUI that replaces MVC, MVVM, Viper, etc. Organize all your model data into a store and easily access in your views. Use mutations to modify your app's state. Use actions to perform asynchronous operations. Keep your models and views as…

    Swift
    View on GitHub↗82
  • seyhunak/twitter-bootstrap-railsseyhunak avatar

    seyhunak/twitter-bootstrap-rails

    4,466View on GitHub↗

    This is a Ruby on Rails integration gem and UI framework that provides tools for incorporating the Bootstrap CSS framework into Ruby on Rails applications. It serves as a frontend asset pipeline bridge to manage responsive grids and pre-styled components within the Rails build process. The project provides a set of generators to automate the creation of themed layouts, scaffold views, and directory structures. It includes a component generator that uses helper methods to produce complex UI elements such as navigation bars, modal dialogs, and breadcrumb navigation without requiring manual HTML

    Rubybootstrapbootstrap-generatorrails-gem
    View on GitHub↗4,466
  • brunogb/swiftuidragdropbrunogb avatar

    brunogb/SwiftUIDragDrop

    40View on GitHub↗

    A description of this package.

    Swift
    View on GitHub↗40
  • carson-katri/swift-requestcarson-katri avatar

    carson-katri/swift-request

    740View on GitHub↗

    Installation - Getting Started - Building a Request - Codable - Combine - How it Works - Request Groups - Request Chains - Json - Contributing - License

    Swift
    View on GitHub↗740

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
  • dmytro-anokhin/url-imageD

    dmytro-anokhin/url-image

    0View on GitHub↗

    URLImage is a SwiftUI view that displays an image downloaded from provided URL. URLImage manages downloading remote image and caching it locally, both in memory and on disk, for you.

    View on GitHub↗0
  • geekaurora/swiftuireduxG

    geekaurora/SwiftUIRedux

    0View on GitHub↗
    View on GitHub↗0
  • guillermomuntaner/burritosguillermomuntaner avatar

    guillermomuntaner/Burritos

    1,336View on GitHub↗

    A collection of Swift Property Wrappers (formerly "Property Delegates")

    Swiftcocoapodsiosios-swift
    View on GitHub↗1,336
  • inamiy/harvestI

    inamiy/Harvest

    0View on GitHub↗
    View on GitHub↗0
  • jinxiansen/swiftuiJinxiansen avatar

    Jinxiansen/SwiftUI

    5,440View on GitHub↗

    This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management

    Swift
    View on GitHub↗5,440
  • johnpatrickmorgan/flowstacksjohnpatrickmorgan avatar

    johnpatrickmorgan/FlowStacks

    970View on GitHub↗

    FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator

    Swift
    View on GitHub↗970
  • johnsusek/flowstackjohnsusek avatar

    johnsusek/FlowStack

    153View on GitHub↗

    FlowStack is a SwiftUI component for laying out content in a grid.

    Swift
    View on GitHub↗153
  • kitasuke/swiftui-mvvmkitasuke avatar

    kitasuke/SwiftUI-MVVM

    807View on GitHub↗

    One of the biggest idea for having MVVM is that most of data flow can be testable. Data binding in view layer by SwiftUI is awesome. However, this project has view model layer to make it testable as much as possible. This idea can be achieved by Flux or Redux as well, but I chose MVVM first…

    Swift
    View on GitHub↗807
  • lorenzofiamingo/swiftui-sharedobjectL

    lorenzofiamingo/SwiftUI-SharedObject

    0View on GitHub↗

    @SharedObject is an alternative to @StateObject, @ObservedObject, @EnvironmentObject to handle ObservableObject. If you need to have multiple objects of the same class persisted among multiple view instances, its difficult to handle the situation with other wrappers: with @StateObject the object…

    View on GitHub↗0
  • moflo/swiftui-todo-reduxmoflo avatar

    moflo/SwiftUI-Todo-Redux

    13View on GitHub↗

    SwiftUI Todo app example using a React/Redux monolithic state store with flux like dispatch/reduce actions

    Swift
    View on GitHub↗13
  • mojtabahs/iphonenumberfieldMojtabaHs avatar

    MojtabaHs/iPhoneNumberField

    582View on GitHub↗

    Format phone numbers as they're typed—entirely in SwiftUI . 📱 --> Get Started | Examples | Customize | Features | Install | Pricing

    Swift
    View on GitHub↗582
  • muukii/vergemuukii avatar

    muukii/Verge

    803View on GitHub↗

    🟣 A robust Swift state-management framework designed for complex applications, featuring an integrated ORM for efficient data handling.

    Swift
    View on GitHub↗803
  • pietropizzi/gridstackpietropizzi avatar

    pietropizzi/GridStack

    659View on GitHub↗

    A flexible grid layout view for SwiftUI.

    Swift
    View on GitHub↗659
  • ra1028/swiftui-fluxR

    ra1028/SwiftUI-Flux

    0View on GitHub↗
    View on GitHub↗0
  • sergdort/combinefeedbackS

    sergdort/CombineFeedback

    0View on GitHub↗
    View on GitHub↗0
  • simpleboilerplates/swiftui-cheat-sheetSimpleBoilerplates avatar

    SimpleBoilerplates/SwiftUI-Cheat-Sheet

    4,456View on GitHub↗

    This project is a reference guide and technical resource for building user interfaces with the SwiftUI framework. It provides a comprehensive collection of code examples, documentation, and a component library of reusable view implementations and layout patterns. The resource includes a compatibility map that links modern declarative views to their equivalent imperative counterparts in the UIKit framework. This documentation assists with the migration from UIKit to SwiftUI by providing guidance on wrapping legacy view controllers and view subclasses within a declarative hierarchy. The guide

    View on GitHub↗4,456
  • timdonnelly/swiftuitimetravelT

    timdonnelly/SwiftUITimeTravel

    0View on GitHub↗
    View on GitHub↗0
  • a2/keyboardavoidinga2 avatar

    a2/KeyboardAvoiding

    182View on GitHub↗

    A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.

    Swift
    View on GitHub↗182
  • vincent-pradeilles/injectableV

    vincent-pradeilles/injectable

    0View on GitHub↗
    View on GitHub↗0
  • alexdrone/dispatchstorealexdrone avatar

    alexdrone/DispatchStore

    501View on GitHub↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    View on GitHub↗501