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 typo3/typo3

Projects sharing features with Typo3

30 open-source projects similar to typo3/typo3, 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.

  • modxcms/revolutionmodxcms avatar

    modxcms/revolution

    1,399View on GitHub↗

    MODX Revolution - Content Management Framework

    PHP
    View on GitHub↗1,399
  • squidex/squidexSquidex avatar

    Squidex/squidex

    2,500View on GitHub↗

    Headless CMS and Content Managment Hub

    C#asp-netasp-net-corecms
    View on GitHub↗2,500
  • wagtail/wagtailwagtail avatar

    wagtail/wagtail

    20,366View on GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Pythoncmsdjangohacktoberfest
    View on GitHub↗20,366
  • keystonejs/keystonekeystonejs avatar

    keystonejs/keystone

    9,893View on GitHub↗

    Keystone is a GraphQL headless content management system and Node.js backend framework. It functions as a schema-driven data manager that automatically generates a GraphQL API and a React administrative dashboard based on a central data model configuration. The system uses an adapter-based database abstraction to decouple core logic from storage layers and a storage-provider abstraction for managing media assets via local or cloud drivers. It distinguishes itself through a component-based field rendering system and a hook-based middleware pipeline for data validation and automation. The fram

    TypeScriptcmscms-frameworkgraphql
    View on GitHub↗9,893

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
  • pimcore/pimcorepimcore avatar

    pimcore/pimcore

    3,784View on GitHub↗

    Pimcore is an open-source data experience platform that serves as a unified framework for managing product information, digital assets, and customer data. It functions as an enterprise content management system and a master data management platform, providing a centralized source of truth for complex business information. The system is designed to support omnichannel delivery, enabling organizations to publish content and manage digital experiences across diverse platforms through both traditional and headless architectures. The platform distinguishes itself through a metadata-driven object m

    PHP
    View on GitHub↗3,784
  • orchardcms/orchardOrchardCMS avatar

    OrchardCMS/Orchard

    2,413View on GitHub↗

    Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. Check out the next generation of this software built on ASP.NET Core: https://github.com/OrchardCMS/OrchardCore

    C#
    View on GitHub↗2,413
  • shuup/shuupshuup avatar

    shuup/shuup

    2,382View on GitHub↗

    E-Commerce Platform

    Pythondjangoecommerceecommerce-framework
    View on GitHub↗2,382
  • umbraco/umbraco-cmsumbraco avatar

    umbraco/Umbraco-CMS

    5,203View on GitHub↗

    Umbraco-CMS is an open-source content management system and enterprise web framework built on the .NET ecosystem. It provides a structured environment for organizing, managing, and publishing digital content to professional websites. The platform is designed for digital experience orchestration and enterprise content management, enabling the delivery of tailored website journeys and the management of large volumes of corporate digital assets. It supports multi-platform content delivery by centralizing assets for publication across various web pages and digital touchpoints. The system include

    C#asp-net-corecmscsharp
    View on GitHub↗5,203
  • joomla/joomla-cmsjoomla avatar

    joomla/joomla-cms

    5,042View on GitHub↗

    Joomla is an open-source content management system written in PHP that enables users to create, edit, and organise digital content for websites. At its core, it functions as a template-based publishing platform, separating content from presentation so site design can be changed by switching templates without altering underlying data. As a multi-user content manager, Joomla supports multiple authors and editors with granular permissions, making it suitable for collaborative editorial workflows. What distinguishes Joomla is its extension-friendly architecture: the core functionality can be exte

    PHPcmscontent-managementhacktoberfest
    View on GitHub↗5,042
  • bludit/bluditbludit avatar

    bludit/bludit

    1,392View on GitHub↗
    PHPblogblog-enginebludit
    View on GitHub↗1,392
  • strapi/strapistrapi avatar

    strapi/strapi

    72,385View on GitHub↗

    Strapi is an open-source headless content management system and JavaScript framework used for defining content schemas and managing structured data. It functions as a REST and GraphQL API gateway that decouples backend data storage from frontend delivery. The system includes a self-hosted administration interface for managing content entries and defining data models without manual database queries. The framework utilizes a plugin-based extension system to inject custom logic into the application lifecycle. It employs schema-driven content modeling to automatically generate database tables and

    TypeScriptapicmscms-framework
    View on GitHub↗72,385
  • directus/directusdirectus avatar

    directus/directus

    36,030View on GitHub↗

    Directus is a headless content platform that functions as a backend service, automatically generating REST and GraphQL APIs by performing introspection on existing SQL database schemas. It serves as a unified data orchestration layer, decoupling content management from frontend delivery while providing a secure, stateless gateway for database transactions. The platform distinguishes itself through a granular role-based access control engine that enforces security policies at the field level across all API endpoints. It includes a visual, low-code administrative dashboard that allows non-techn

    TypeScriptapiappcms
    View on GitHub↗36,030
  • bolt/boltbolt avatar

    bolt/bolt

    4,144View on GitHub↗

    Bolt is a flat-file content management system that stores site data in structured text files on disk instead of a relational database. It functions as a tool for creating and organizing digital content and site structures through a lightweight administrative interface. The system uses YAML-based data serialization to define content and configuration in human-readable files, facilitating version control and portable exports. It includes a digital asset manager for organizing files and directories, as well as a cryptographic utility for generating time-limited signed URLs to protect private fil

    PHP
    View on GitHub↗4,144
  • divio/django-cmsdivio avatar

    divio/django-cms

    10,643View on GitHub↗

    django-cms is a content management system framework for building enterprise websites using Python and the Django web framework. It functions as a component-based system that utilizes reusable content blocks, placeholders, and plugins to create flexible website layouts. The platform is distinguished by its focus on hierarchical page management, organizing site structures into a tree format to generate logical navigation and search-engine-friendly URLs. It also provides a multilingual platform for managing international content, including translation tools and site distribution across multiple

    Python
    View on GitHub↗10,643
  • couchcms/couchcmsCouchCMS avatar

    CouchCMS/CouchCMS

    373View on GitHub↗

    Simple Open-Source CMS for designers

    PHP
    View on GitHub↗373
  • indico/indicoindico avatar

    indico/indico

    2,076View on GitHub↗

    Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.

    Pythonconferenceseventsflask
    View on GitHub↗2,076
  • contao/contaocontao avatar

    contao/contao

    427View on GitHub↗

    Contao Open Source CMS

    PHP
    View on GitHub↗427
  • b2evolution/b2evolutionb2evolution avatar

    b2evolution/b2evolution

    182View on GitHub↗

    b2evolution CMS: Multiblog/CMS content publishing forums email marketing social network more... b2evolution includes everything you need to run and maintain a modern website. Optimized for low maintenance with easy upgrades and effective antispam. Full RWD & bootstrap support.

    PHP
    View on GitHub↗182
  • getgrav/gravgetgrav avatar

    getgrav/grav

    15,395View on GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    PHPcmscontentcontent-management
    View on GitHub↗15,395
  • concretecms/concretecmsconcretecms avatar

    concretecms/concretecms

    843View on GitHub↗

    Official repository for Concrete CMS development

    PHP
    View on GitHub↗843
  • fluentcms/fluentcmsfluentcms avatar

    fluentcms/FluentCMS

    537View on GitHub↗
    C#asp-net-coreasp-net-core-cmsaspnet-core
    View on GitHub↗537
  • i7media/mojoportali7MEDIA avatar

    i7MEDIA/mojoportal

    212View on GitHub↗

    mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.

    C#aspasp-netcms
    View on GitHub↗212
  • fluent-cms/fluent-cmsfluent-cms avatar

    fluent-cms/fluent-cms

    260View on GitHub↗

    AI Agent: Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer.

    C#
    View on GitHub↗260
  • jonradoff/lightcmsJ

    jonradoff/lightcms

    0View on GitHub↗
    View on GitHub↗0
  • cockpit-hq/cockpitCockpit-HQ avatar

    Cockpit-HQ/Cockpit

    726View on GitHub↗

    Cockpit Core - Content Platform

    PHP
    View on GitHub↗726
  • bigtreecms/bigtree-cmsbigtreecms avatar

    bigtreecms/BigTree-CMS

    222View on GitHub↗

    BigTree CMS 4.5

    PHP
    View on GitHub↗222
  • microweber/microwebermicroweber avatar

    microweber/microweber

    3,418View on GitHub↗

    Drag and Drop Website Builder and CMS with E-commerce

    HTMLcmscontent-managementdrag-and-drop
    View on GitHub↗3,418
  • mirumee/saleormirumee avatar

    mirumee/saleor

    22,995View on GitHub↗

    Saleor is a composable e-commerce platform and global order orchestrator designed as an extensible commerce backend. It provides a GraphQL headless commerce API that separates core business logic and data management from the presentation layer, allowing for the management of products, orders, and customers without a predefined storefront. The platform is built for multi-channel store management, enabling the independent control of pricing, currencies, and stock across various sales channels and warehouses. It differentiates itself through a modular architecture that integrates custom business

    Python
    View on GitHub↗22,995
  • flextype/flextypeflextype avatar

    flextype/flextype

    587View on GitHub↗

    Modern Open Source Flat Files Content Management System.

    PHP
    View on GitHub↗587
  • ella/ellaella avatar

    ella/ella

    304View on GitHub↗

    Ella is a CMS based on Python web framework Django with a main focus on high-traffic news websites and Internet magazines.

    Python
    View on GitHub↗304