For an open source alternative to Kajabi, the first results are openedx/edx-platform (This repository provides a comprehensive course authoring and delivery platform with student management, though it lacks built-in marketing automation and sales page builders for selling digital products independently), roncoo/roncoo-pay (Roncoo Pay includes an online education delivery platform alongside its payment processing core, fitting the category even though it is centered primarily around payment routing and multi-tenant billing) and edx/edx-platform (Open edX is a comprehensive, self-hostable learning management system and course builder that powers large-scale online education sites with robust student tracking and content delivery). moodle/moodle and thephpleague/omnipay round out the shortlist. Compare the match explanations and check the project documentation against your requirements.
We curate open-source GitHub repositories matching “open source alternatives to kajabi”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
edx-platform is a comprehensive learning management system designed for authoring, hosting, and delivering online courses. It functions as an LTI compliant learning platform that manages student progress and profiles while delivering educational content at scale. The system is divided into a dedicated course authoring environment for creating structured learning paths and a learner-facing platform for course delivery. It includes a centralized identity platform that provides single sign-on authentication across these components. The platform's capabilities cover online course authoring, larg
This repository provides a comprehensive course authoring and delivery platform with student management, though it lacks built-in marketing automation and sales page builders for selling digital products independently.
Roncoo Pay is a multi-tenant payment platform that integrates Alipay and WeChat Pay as external payment channels, handling payment request routing, authorization, and capture. It also includes an automated settlement engine that calculates net amounts and initiates daily fund transfers, along with a reconciliation engine that matches internal transaction logs against provider statements to detect discrepancies. In addition to payment processing, the project provides a multi-tenant online education delivery platform for live and on-demand courses, exams, and enterprise training. The platform u
Roncoo Pay includes an online education delivery platform alongside its payment processing core, fitting the category even though it is centered primarily around payment routing and multi-tenant billing.
The 2U fork of Open edX LMS & Studio, powering education sites around the world!
Open edX is a comprehensive, self-hostable learning management system and course builder that powers large-scale online education sites with robust student tracking and content delivery.
Moodle is an open-source learning management system (LMS) that provides a complete platform for creating, delivering, and managing online courses, assessments, and learner progress. Its architecture combines database-driven content storage, a plugin-based modular extension system, hierarchical role-based access control, and a RESTful API layer, all built around multi-tenant course isolation that keeps each course's activities, users, and grading structures separate. The platform distinguishes itself through a comprehensive assessment and grading system that manages question banks, applies fle
Moodle is a robust open-source learning management system that handles course creation and student progress tracking, though it focuses more on academic learning than the marketing and sales funnels typically used for commercial membership sites.
Omnipay is a PHP payment gateway library and integration framework that abstracts multiple payment service providers into a single, consistent API. It provides a standardized interface for managing payment lifecycles, allowing applications to execute authorizations, captures, and refunds across various financial services without rewriting code for each provider. The framework decouples application logic from provider-specific SDKs using an adapter pattern and data-transfer objects. This architecture ensures that raw gateway responses and HTTP requests are converted into predictable data shape
This repository is a PHP payment gateway library rather than a complete course and membership platform, making it a low-level building block for payment processing rather than the comprehensive product sales solution you need.
Vue Page Designer is a framework for building interactive, component-based visual editors within web applications. It provides a drag-and-drop interface that allows users to construct mobile-responsive web layouts by arranging pre-built components onto a canvas, enabling low-code page composition without manual coding for every layout change. The library distinguishes itself through a modular plugin architecture that allows developers to register custom interface elements, expanding the available building blocks for unique design requirements. It utilizes a recursive rendering strategy driven
This repository is a visual drag-and-drop page building framework rather than a complete online course and membership platform, making it only a partial building block for creating sales pages.
Relax is a headless content management system and visual website builder. It allows for the creation and organization of digital content delivered via a GraphQL API to a React frontend, utilizing a component-based visual editor to construct web pages and layouts without writing manual code. The platform integrates a dockerized content manager for simplified deployment and uses a schema-driven approach to structure data architecture and entry types. It features a dynamic administrative experience built with React and Redux to manage site states and user interfaces. The system provides broad c
Relax is a headless content management system and visual website builder rather than a dedicated online course and membership platform, so it lacks built-in course creation and payment processing features.
Blocks is a no-code website builder and component-based UI framework designed to create production-ready websites through a visual interface. It functions as a visual page builder that assembles layouts using pre-designed JSX component blocks. The system includes a visual theme engine used to manage brand identity through the definition of global colors and layout presets. This allows for the application of consistent visual themes across all pages of a site. The platform covers visual website building, JSX page construction, and brand identity management. It utilizes a schema-driven layout
Blocks is a visual website builder and component framework rather than a complete platform for managing online courses, digital products, and student memberships.
h5-Dooring is a suite of no-code tools comprising a content management system, visual page designers, and a JSON-to-HTML generator for creating mobile-optimized websites. It provides a visual page builder for constructing landing pages and interactive sites using a block-based interface, alongside a no-code form builder for creating data collection forms with integrated analysis and export tools. The system utilizes a JSON-to-page transformation process to automatically convert structured data into functional web pages. It features a dedicated designer for mobile landing pages and splash scre
This repository is a visual landing page and form builder rather than a complete online course and membership platform, making it a building block for marketing pages rather than an all-in-one solution for courses and student management.
Active Merchant is a Ruby library that provides a payment gateway abstraction layer to process credit card transactions across multiple different payment processor APIs. It serves as a payment API wrapper, offering a consistent set of commands and classes that abstract the complexity of various provider request and response formats. The library utilizes a unified payment gateway API to standardize global payment processing and unify payment flows. It specifically includes a standardized interface for handling 3D Secure authentication and identity verification for card-not-present transactions
Active Merchant is a Ruby library providing payment gateway abstraction, which supplies a single payment integration building block rather than the comprehensive online course and membership platform requested.
Builder is a low-code web platform and content management system designed for the visual construction of responsive websites. It functions as an artificial intelligence-powered design tool that translates natural language prompts into structured page layouts, while providing a drag-and-drop interface for real-time editing and component arrangement. The platform distinguishes itself by integrating data-driven development directly into the design process, allowing users to bind interface elements to backend database content without manual coding. It supports extensibility through custom script
Builder is a low-code visual website builder for creating pages and layouts, which makes it a building block rather than a complete platform for managing courses, student dashboards, and digital product sales.
This project is a framework for building static websites using the Hugo static site generator. It functions as a Markdown-based content management system and a page builder that utilizes Tailwind CSS to assemble modular utility-first blocks into final web pages. The system features specialized capabilities for creating academic portfolios, including a framework to import BibTeX publications and manage scholarly resumes. It also includes an AI website generator that produces deployable Markdown structures and content based on natural language descriptions. The platform covers a broad range of
This project is a static site generator and page builder focused on academic portfolios and personal websites, which is a different category than an all-in-one platform for courses, memberships, and digital product sales.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| openedx/edx-platform | 8.1K | Python | AGPL-3.0 | |
| roncoo/roncoo-pay | 5K | Java | apache-2.0 | |
| edx/edx-platform |
| 10 |
| Python |
| AGPL-3.0 |
| moodle/moodle | 7.2K | PHP | GPL-3.0 |
| thephpleague/omnipay | 6.1K | PHP | MIT |
| fireyy/vue-page-designer | 908 | Vue | Apache-2.0 |
| relax/relax | 8.1K | JavaScript | GPL-3.0 |
| blocks/blocks | 5.1K | JavaScript | MIT |
| mrxujiang/h5-dooring | 10K | JavaScript | GPL-3.0 |
| activemerchant/active_merchant | 4.6K | Ruby | MIT |