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 venmo/static

Open-source alternatives to Static

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

  • airbnb/aloestackviewA

    airbnb/AloeStackView

    0View on GitHub↗
    View on GitHub↗0
  • airbnb/epoxy-iosairbnb avatar

    airbnb/epoxy-ios

    1,314View on GitHub↗

    Epoxy is a suite of declarative UI APIs for building UIKit applications in Swift

    Swiftiosswiftuicollectionview
    View on GitHub↗1,314
  • babylonpartners/bentoB

    Babylonpartners/Bento

    0View on GitHub↗
    View on GitHub↗0
  • declarativehub/layoutlessDeclarativeHub avatar

    DeclarativeHub/Layoutless

    429View on GitHub↗

    Write less UI code

    Swift
    View on GitHub↗429
  • denheadless/dttableviewmanagerD

    DenHeadless/DTTableViewManager

    0View on GitHub↗
    View on GitHub↗0
  • exyte/animatedtabbarexyte avatar

    exyte/AnimatedTabBar

    540View on GitHub↗

    A tabbar with a number of preset animations written in pure SwiftUI

    Swift
    View on GitHub↗540
  • exyte/gridexyte avatar

    exyte/Grid

    2,085View on GitHub↗

    The most powerful Grid container missed in SwiftUI

    Swift
    View on GitHub↗2,085

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
  • facebook/componentkitfacebook avatar

    facebook/componentkit

    5,787View on GitHub↗

    ComponentKit is a declarative UI framework for building iOS interfaces through composition of small, reusable components. It provides a structured approach to constructing user interfaces where each component is defined as an immutable, pure function of its inputs, enabling predictable rendering and state management. The framework supports both stateless and stateful components, with controllers that can be attached to manage persistent state across component updates. The framework distinguishes itself through its component architecture that emphasizes explicit data flow and compile-time safe

    Objective-C++
    View on GitHub↗5,787
  • freshos/steviafreshOS avatar

    freshOS/Stevia

    3,417View on GitHub↗

    :leaves: Concise Autolayout code

    Swift
    View on GitHub↗3,417
  • gonzalezreal/readinglistG

    gonzalezreal/ReadingList

    0View on GitHub↗
    View on GitHub↗0
  • hyperoslo/spotsH

    hyperoslo/Spots

    0View on GitHub↗
    View on GitHub↗0
  • instagram/iglistkitInstagram avatar

    Instagram/IGListKit

    13,070View on GitHub↗

    IGListKit is a data-driven list manager and framework for iOS that decouples data models from cell logic. It serves as a wrapper for collection views, using a system of section controllers to map specific data model types to independent objects that manage the logic and sizing for list sections. The project features a diffing algorithm library that calculates the minimal set of changes between two data collections. By using unique identifiers and equality tracking, it identifies inserts, deletes, and moves to trigger animated updates instead of full interface reloads. The framework covers a

    Objective-Cdiffinginstagramios
    View on GitHub↗13,070
  • jasonette/jasonette-iosJasonette avatar

    Jasonette/JASONETTE-iOS

    5,228View on GitHub↗

    JASONETTE-iOS is a JSON-driven mobile app framework used to build iOS applications using declarative JSON markup. It maps structured data to native iOS components and system methods, allowing the definition of user interfaces and event responses without writing traditional imperative code. The framework includes a remote logic delivery engine that loads application structure and behavior via HTTP. This enables updates to interfaces and application logic over the air without requiring the redistribution of the app binary. The system manages application flow through declarative state managemen

    JavaScript
    View on GitHub↗5,228
  • jessesquires/jsqdatasourceskitJ

    jessesquires/JSQDataSourcesKit

    0View on GitHub↗
    View on GitHub↗0
  • jiang111/awesome-android-tipsjiang111 avatar

    jiang111/awesome-android-tips

    2,569View on GitHub↗

    This project is a curated collection of Android development code snippets, implementation patterns, and technical guides designed to assist in building and maintaining mobile applications. It serves as a reference for standard mobile architecture, providing structured approaches to common development requirements and system integration tasks. The repository distinguishes itself by offering specific technical strategies for managing application lifecycles, optimizing memory usage, and ensuring interface responsiveness in resource-constrained environments. It provides programmatic techniques fo

    androidawesometips
    View on GitHub↗2,569
  • jordanekay/mensaJ

    jordanekay/Mensa

    0View on GitHub↗
    View on GitHub↗0
  • justeat/scrollingstackviewcontrollerJ

    justeat/ScrollingStackViewController

    0View on GitHub↗
    View on GitHub↗0
  • k-o-d-e-n/cglayoutk-o-d-e-n avatar

    k-o-d-e-n/CGLayout

    44View on GitHub↗

    Powerful autolayout framework, that can manage UIView(NSView), CALayer and not rendered views. Not Apple Autolayout wrapper. Provides placeholders. Linux support.

    Swift
    View on GitHub↗44
  • kennic/framelayoutkitkennic avatar

    kennic/FrameLayoutKit

    82View on GitHub↗

    A super fast and easy-to-use layout library for iOS. FrameLayoutKit supports complex layouts, including chaining and nesting layout with simple and intuitive operand syntax.

    Swift
    View on GitHub↗82
  • layoutbox/flexlayoutlayoutBox avatar

    layoutBox/FlexLayout

    2,131View on GitHub↗

    FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.

    Swiftcss-flexboxflex-containerflex-items
    View on GitHub↗2,131
  • layoutbox/pinlayoutlayoutBox avatar

    layoutBox/PinLayout

    2,439View on GitHub↗

    Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. iOS/macOS/tvOS/CALayer

    Swift
    View on GitHub↗2,439
  • malcommac/flowM

    malcommac/Flow

    0View on GitHub↗
    View on GitHub↗0
  • malcommac/flowkitM

    malcommac/FlowKit

    0View on GitHub↗
    View on GitHub↗0
  • malcommac/owlM

    malcommac/Owl

    0View on GitHub↗
    View on GitHub↗0
  • malcommac/scrollingstackcontainerM

    malcommac/ScrollingStackContainer

    0View on GitHub↗
    View on GitHub↗0
  • mamaral/neonmamaral avatar

    mamaral/Neon

    4,552View on GitHub↗

    Neon is a Swift programmatic UI layout framework that orchestrates interface elements through a relative positioning engine. It calculates view sizes and positions at runtime to create responsive user interfaces without using constraints, springs, struts, or visual format language. The system organizes elements into stacks and groups using a coordinate-based orchestrator that resolves alignment rules between sibling and parent components. It utilizes a rule-based coordinate mapping approach to translate high-level alignment descriptors into absolute screen coordinates. The framework provides

    Swift
    View on GitHub↗4,552
  • mralek/pagedarrayM

    MrAlek/PagedArray

    0View on GitHub↗
    View on GitHub↗0
  • muukii/stackscrollviewM

    muukii/StackScrollView

    0View on GitHub↗
    View on GitHub↗0
  • onmyway133/microO

    onmyway133/Micro

    0View on GitHub↗
    View on GitHub↗0
  • onmyway133/upstreamO

    onmyway133/Upstream

    0View on GitHub↗
    View on GitHub↗0