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 bizz84/swiftystorekit

Open-source alternatives to SwiftyStoreKit

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

  • polarsource/polarpolarsource avatar

    polarsource/polar

    9,452View on GitHub↗

    Polar is a digital product monetization engine and subscription management system. It serves as a merchant of record platform that handles global sales tax and VAT compliance, providing the infrastructure for selling subscriptions and one-time digital goods via hosted checkouts and embedded payment flows. The project functions as an entitlement and access manager, automating the granting and restriction of digital benefits, license keys, and third-party platform roles. It includes a dedicated usage-based billing infrastructure that tracks customer activity through meters to apply aggregation

    Pythondigital-productsfastapimerchant-of-record
    View on GitHub↗9,452
  • t3dotgg/stripe-recommendationst3dotgg avatar

    t3dotgg/stripe-recommendations

    6,346View on GitHub↗

    This project is a reference implementation for integrating Stripe payment processing into an application. It provides a boilerplate for managing the end-to-end checkout lifecycle, specifically focusing on binding local user accounts to third-party payment identities. The implementation utilizes a payment checkout orchestrator to coordinate the creation of customer identities and checkout sessions. It includes a dedicated webhook processor and subscription state synchronizer to mirror external payment data into a local database, ensuring application state remains consistent with asynchronous p

    fullstacknextjsnode
    View on GitHub↗6,346
  • futurice/ios-good-practicesfuturice avatar

    futurice/ios-good-practices

    10,976View on GitHub↗

    This project provides a set of development guidelines and architectural recommendations for building iOS applications. It focuses on structuring Swift applications to decouple business logic from the user interface to improve testability and maintenance. The project covers specific implementation standards for security, such as using keychain storage for sensitive data and TLS certificate pinning for network traffic. It also defines patterns for code quality enforcement through static analysis and compiler configurations, as well as strategies for asset and localization management. The guide

    View on GitHub↗10,976

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
  • benjaminmayo/merchantkitbenjaminmayo avatar

    benjaminmayo/merchantkit

    1,115View on GitHub↗

    A modern In-App Purchases management framework for iOS.

    Swiftin-app-purchaseiosswift
    View on GitHub↗1,115
  • transitive-bullshit/agentictransitive-bullshit avatar

    transitive-bullshit/agentic

    18,120View on GitHub↗

    Agentic is a tool marketplace and management platform designed for the Model Context Protocol. It provides a gateway and proxy that enables the discovery, publishing, and distribution of vetted tools for agentic AI frameworks. The platform specializes in Model Context Protocol monetization, allowing developers to transform services into paid products through integrated authentication, usage-based billing, and subscription management. It also includes a converter that transforms OpenAPI specifications into compatible protocol servers for use in AI workflows. The system covers a broad range of

    TypeScriptagentsaillms
    View on GitHub↗18,120
  • lizhipay/acg-fakalizhipay avatar

    lizhipay/acg-faka

    5,188View on GitHub↗

    This project is a PHP-based digital product automation platform designed for the sale and instant delivery of digital goods and software licenses. It functions as an automated storefront engine that manages inventory, flash sales, and the delivery of account keys. The platform is delivered as a dockerized e-commerce environment, packaging the application, database, and cache layers into containers for consistent deployment. It features a plugin-based architecture for integrating multiple payment gateways and a multi-level affiliate system for tracking referrals and distributing recruitment co

    PHP
    View on GitHub↗5,188
  • zhinianboke/xianyu-auto-replyzhinianboke avatar

    zhinianboke/xianyu-auto-reply

    5,192View on GitHub↗

    xianyu-auto-reply is a Python and FastAPI automation framework designed for the Xianyu marketplace. It serves as a comprehensive system for automating customer service, product listings, and order fulfillment. The project integrates large language models to generate context-aware responses to buyer inquiries and utilizes a cookie-based session management system to handle multiple concurrent user accounts. It also functions as a digital goods delivery system that automatically sends coupons and virtual items to customers after a purchase is completed. The framework covers a wide range of e-co

    Python
    View on GitHub↗5,192
  • 201206030/novel-plus201206030 avatar

    201206030/novel-plus

    4,648View on GitHub↗

    Novel-Plus is a content management system and online reading platform designed for hosting, managing, and distributing web novels across PC and mobile web interfaces. It provides a comprehensive environment for web novel publishing, featuring a multi-platform reader with bookshelves, customizable themes, and community commenting systems. The platform integrates an automated content crawler to gather and update literary data from external remote sources and employs a scalable text storage system using database sharding and flat files to handle large volumes of content. It also includes an inte

    Javabookcrawlnovel
    View on GitHub↗4,648
  • killbill/killbillkillbill avatar

    killbill/killbill

    5,343View on GitHub↗

    Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev

    Javabillingkillbillpayments
    View on GitHub↗5,343
  • riverqueue/riverriverqueue avatar

    riverqueue/river

    5,252View on GitHub↗

    River is a transactional job queue and distributed job scheduler for Go that uses PostgreSQL for persistence and state management. It functions as a resumable task framework, allowing long-running background work to be broken into persisted steps that can resume from the last saved checkpoint after a failure. The system ensures strict data consistency by allowing background tasks to be enqueued and completed within the same database transaction as the primary application data. It distinguishes itself through a coordinator model that employs leader election to manage periodic and delayed tasks

    Go
    View on GitHub↗5,252
  • numbersprotocol/nitnumbersprotocol avatar

    numbersprotocol/nit

    4,138View on GitHub↗

    nit is a blockchain asset provenance platform and decentralized asset registry. It establishes a verifiable chain of custody for digital media by assigning cryptographically unique identifiers to files and recording their origin, ownership, and modification history on a ledger. The project distinguishes itself by integrating IPFS for decentralized storage and a content versioning system that tracks asset evolution through immutable commits. It includes specialized tooling for generative AI provenance tracking, allowing the recording of creators and tools used in synthetic media to maintain a

    TypeScripterc-7053nit
    View on GitHub↗4,138
  • apache/rocketmqapache avatar

    apache/rocketmq

    22,461View on GitHub↗

    RocketMQ is a cloud-native distributed messaging platform and streaming engine. It functions as a distributed transactional queue that ensures atomicity between local transactions and message delivery, and serves as an MQTT IoT message broker to bridge lightweight device traffic into high-performance data streams. The system is distinguished by a Kubernetes-native architecture that decouples compute from storage to allow independent scaling of traffic and data retention. It utilizes a tiered storage model to offload older data to remote storage and employs quorum-based replication and automat

    Java
    View on GitHub↗22,461
  • helios-framework/helioshelios-framework avatar

    helios-framework/helios

    4,085View on GitHub↗

    Helios is a mobile backend as a service providing a server-side platform to manage user accounts, push notifications, and data synchronization for mobile applications. It functions as a REST API framework that automatically generates database tables and standard web service endpoints from defined data models. The project implements specialized services for the Apple ecosystem, including a Passbook service for managing digital passes and device registration. It also provides an in-app purchase verification service to decode purchase receipts and validate product identifiers through external ve

    CSS
    View on GitHub↗4,085
  • ionic-team/capacitorionic-team avatar

    ionic-team/capacitor

    15,054View on GitHub↗

    Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin

    TypeScriptandroidcapacitorcordova
    View on GitHub↗15,054
  • insforge/insforgeInsForge avatar

    InsForge/InsForge

    11,794View on GitHub↗

    InsForge is a backend-as-a-service platform that provides an integrated suite of tools for managing relational databases, identity provision, object storage, and serverless compute. It functions as an open-source identity provider and a PostgreSQL database manager featuring integrated vector storage and row-level security. The platform serves as an LLM orchestration gateway, offering a unified endpoint to route requests across various AI providers through an OpenAI-compatible interface. It enables AI-driven application generation and connects AI agents to backend resources using a standardize

    TypeScriptaiai-agentscoding
    View on GitHub↗11,794
  • kanasimi/work_crawlerkanasimi avatar

    kanasimi/work_crawler

    4,073View on GitHub↗

    This project is a web-based manga and novel downloader and multi-site web scraper designed to extract images and text from diverse media platforms. It functions as a digital media archiver and EPUB e-book generator, using a plugin-based crawler architecture with site-specific scripts to define how content is extracted from various international websites. The system distinguishes itself through authenticated web crawling, using browser cookie simulation to access restricted or member-only content. It includes specialized capabilities for digital comic archiving, which organizes image sequences

    JavaScriptcejscomic-downloadercomics
    View on GitHub↗4,073
  • apache/incubator-seataapache avatar

    apache/incubator-seata

    25,984View on GitHub↗

    Seata is a distributed transaction coordinator designed to ensure data consistency and atomicity across microservices. It provides a centralized framework for managing global transactions, preventing partial data updates across different databases and services. The project implements multiple transaction modes to balance consistency and performance. This includes an automatic mode that uses rollback logs to coordinate compensation without modifying business logic, a try-confirm-cancel pattern for resources lacking native ACID support, and a saga orchestration engine for managing long-lived bu

    Javaatconsistencydistributed-transaction
    View on GitHub↗25,984
  • juce-framework/jucejuce-framework avatar

    juce-framework/JUCE

    8,579View on GitHub↗

    JUCE is a comprehensive C++ audio framework and digital signal processing library used to build cross-platform audio applications, audio plug-ins, and high-performance user interfaces. It serves as a development kit for creating audio processors compatible with industry-standard plugin formats for digital audio workstations, as well as a tool for MIDI and Open Sound Control communication between musical hardware and software. The framework is distinguished by its ability to maintain a single codebase for native desktop and mobile applications across multiple operating systems. It provides a f

    C++aaxauaudio
    View on GitHub↗8,579
  • microsoft/windows-universal-samplesmicrosoft avatar

    microsoft/Windows-universal-samples

    9,696View on GitHub↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    JavaScript
    View on GitHub↗9,696
  • thoughtbot/guidesthoughtbot avatar

    thoughtbot/guides

    9,556View on GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Ruby
    View on GitHub↗9,556
  • jeffreysu/weixinmpsdkJeffreySu avatar

    JeffreySu/WeiXinMPSDK

    8,871View on GitHub↗

    WeiXinMPSDK is a .NET software development kit designed to integrate WeChat services, official accounts, and mini programs into applications. It provides a multi-platform bot framework and a programmatic interface to interact with official, mini, and corporate accounts across the WeChat ecosystem. The project features interface-based platform abstraction and logic unification, allowing a single codebase to target multiple target platforms. It includes a messaging middleware for routing incoming requests and a distributed caching layer using providers like Redis or Memcached to synchronize ses

    C#c-sharpcachedistributed-cache
    View on GitHub↗8,871
  • libgdx/libgdxlibgdx avatar

    libgdx/libgdx

    24,816View on GitHub↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Java2d3dandroid
    View on GitHub↗24,816
  • mezhevikin/appreviewmezhevikin avatar

    mezhevikin/AppReview

    124View on GitHub↗

    ⭐️ A tiny library for iOS and macOS to request reviews on the App Store. This is a wrapper around the native SKStoreReviewController.

    Swift
    View on GitHub↗124
  • prolificinteractive/caishenprolificinteractive avatar

    prolificinteractive/Caishen

    765View on GitHub↗

    A Payment Card UI & Validator for iOS

    Swift
    View on GitHub↗765
  • eliakorkmaz/icardeliakorkmaz avatar

    eliakorkmaz/iCard

    347View on GitHub↗

    Bank Card Generator with Swift using SnapKit DSL 💳

    Swiftauto-layoutiosopensource
    View on GitHub↗347
  • apphud/apphudsdkapphud avatar

    apphud/ApphudSDK

    235View on GitHub↗

    Build, Measure and Grow iOS subscription business

    Swift
    View on GitHub↗235
  • mobilefirstinc/mfcardMobileFirstInc avatar

    MobileFirstInc/MFCard

    365View on GitHub↗

    Easily integrate Credit Card payments module in iOS App. Swift 4.0

    Swiftanimationcardcocoapods
    View on GitHub↗365
  • jinsasaki/inapppurchasejinSasaki avatar

    jinSasaki/InAppPurchase

    285View on GitHub↗

    A Simple and Lightweight framework for In App Purchase (Store Kit 1)

    Swift
    View on GitHub↗285
  • checkout/frames-ioscheckout avatar

    checkout/frames-ios

    106View on GitHub↗

    Frames iOS: making native card payments simple

    Swiftcard-paymentcard-validationscheckout
    View on GitHub↗106
  • mosheberman/patronkitMosheBerman avatar

    MosheBerman/PatronKit

    359View on GitHub↗

    A framework to add patronage to your apps.

    Swiftcloudkitiospatronage
    View on GitHub↗359