[
    {
        "id": "mariadb-maxscale",
        "name": "MariaDB MaxScale",
        "logo": "/assets/logo_mariadb_plc.png",
        "description": "Advanced Database Proxy for High Availability, Scalability and Security",
        "website": "https://mariadb.com/products/maxscale/",
        "tags": ["Business", "Enterprise", "Linux"],
        "sponsor": "platinum",
        "contributor": true,
        "details": {
            "sections": [
                {
                    "title": "About MariaDB MaxScale",
                    "content": "The MariaDB MaxScale is an intelligent proxy that allows forwarding of database statements to one or more database servers using complex rules, a semantic understanding of the database statements and the roles of the various servers within the backend cluster of databases. MaxScale is designed to provide load balancing and high availability functionality transparently to the applications. In addition it provides a highly scalable and flexible architecture, with plugin components to support different protocols and routing decisions."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "High availability: Automatic failover, connection migration and transaction replay ensure minimal service interruptions.",
                        "Scalability: SQL-aware load balancing enables read/write splits and horizontal scaling. Flexible architecture supports MariaDB Server, ColumnStore and Enterprise Cluster.",
                        "Performance: Built-in memory caching reduces latency and loads are distributed across multiple servers, preventing bottlenecks and improving overall performance.",
                        "Security: In addition to the firewall capabilities, TLS encryption and query throttling protect against rogue sessions and DDoS attacks.",
                        "Firewall: Ensures that only expected queries are allowed by learning the typical query patterns during a training period, then blocking any queries that do not match these patterns."
                    ]
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://mariadb.com/products/maxscale/" },
                { "label": "GitHub", "url": "https://github.com/mariadb-corporation/MaxScale" },
                { "label": "Download", "url": "https://mariadb.com/downloads/community/maxscale/" },
                { "label": "Documentation", "url": "https://mariadb.com/docs/maxscale" }
            ]
        }
    },
    {
        "id": "mariadb-galera-cluster",
        "name": "MariaDB Galera Cluster",
        "logo": "/assets/logo_mariadb_plc.png",
        "description": "Open-source, active-active multi-primary synchronous replication solution for MariaDB Server.",
        "website": "https://mariadb.com/products/enterprise/galera-cluster/",
        "tags": ["Open Source", "Business", "Enterprise", "Linux"],
        "sponsor": "platinum",
        "contributor": true,
        "details": {
            "sections": [
                {
                    "title": "About MariaDB Galera Cluster",
                    "content": "Galera Cluster is an open-source synchronous multi-master replication solution for MariaDB Server. Originally developed by Codership (now part of MariaDB plc), it enables true active-active clustering where all nodes can accept both read and write operations while maintaining data consistency across the entire cluster."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Multi-master architecture: All cluster nodes accept reads and writes with synchronous replication ensuring data consistency.",
                        "Fault tolerance: Automatic handling of node failures, taking failed nodes offline and reintroducing them without application-level intervention.",
                        "Geographic distribution: Nodes can be deployed across wide-area networks with asynchronous replication to reduce latency.",
                        "Automatic failover: Integrates with MariaDB MaxScale for automated failover and load balancing of mission-critical workloads.",
                        "Transparent to applications: No changes needed at the application level to benefit from clustering."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Galera Cluster is natively integrated into MariaDB Server. MariaDB Galera Cluster is available as part of the standard MariaDB Server distribution, providing synchronous multi-master replication out of the box."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://mariadb.com/products/enterprise/galera-cluster/" },
                { "label": "GitHub", "url": "https://github.com/mariadb-corporation/galera" },
                { "label": "Documentation", "url": "https://mariadb.com/kb/en/galera-cluster/" }
            ]
        }
    },
    {
        "id": "dbaasnow",
		"visible": true,
        "name": "DBaasNow",
        "logo": "/assets/logo_dbaasnow.png",
        "description": "Automated database operations control plane that simplifies provisioning, upgrades, scaling, and high availability across cloud, on-premises, and hybrid environments.",
        "website": "https://dbaasnow.com/",
        "tags": ["Business", "Enterprise", "Linux"],
        "sponsor": "silver",
        "sponsor_primary": true,
		"contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About DBaasNow",
                    "content": "DBaasNow is a platform-agnostic control plane for automated database operations. It enables enterprises, MSPs, and GSIs to manage the full database lifecycle across multiple database engines and environments from a single unified platform. It acts as a control plane for database operations, standardizing how databases are provisioned, managed, and scaled across cloud, on-premises, and hybrid environments."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Automated Database Lifecycle Management: Provision, patch, upgrade, scale, and decommission databases automatically across supported engines and environments through a unified interface.",
                        "Zero Downtime Operations: Automated failover, switchover, scaling, and rolling upgrades ensure continuous availability with no application disruption. Supports same-technology migrations with zero downtime and zero data loss.",
                        "Built-in Observability: Native monitoring across all supported database engines with real-time visibility into metrics, logs, alerts, and system health from a single dashboard.",
                        "Compliance and Audit: Captures a complete audit trail of all platform activity, including provisioning, upgrades, failover events, and configuration changes."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Full MariaDB lifecycle management, including automated provisioning, patching, high availability, failover, monitoring, and audit capture, is planned for the May 2026 release. This will enable organizations to manage MariaDB alongside other database engines within a single DBaasNow control plane."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://dbaasnow.com/" },
                { "label": "Contact", "url": "https://dbaasnow.com/welcome/contact/" },
                { "label": "Documentation", "url": "https://dbaasnow.com/docs/" },
                { "label": "Sponsorship Announcement", "url": "https://mariadb.org/dbaasnow-joins-mariadb-foundation-as-silver-sponsor/" }
            ]
        }
    },
    {
        "id": "databasement",
        "name": "Databasement",
        "logo": "/assets/logo_databasement.png",
        "description": "Database backup manager with a web UI. Schedule, backup, and restore MariaDB, MySQL, PostgreSQL, and more to S3, SFTP, or local storage.",
        "website": "https://github.com/David-Crty/databasement",
        "tags": ["Open Source", "Free", "Web-Based", "Linux", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Databasement",
                    "content": "Databasement is a web application for managing database server backups. It allows you to register database servers, test connections, schedule automated backups, and restore snapshots to any registered server. It is designed to be self-hosted, offering multiple deployment options (Ubuntu, Docker, Kubernetes + Helm)."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Multi-database support — Manage MariaDB, MySQL, PostgreSQL, MongoDB, SQLite, and Redis/Valkey servers from a single interface",
                        "SSH tunnel support — Connect to databases in private networks through a bastion/jump server with password or key-based authentication",
                        "Automated backups — Schedule recurring backups on daily or weekly intervals. Flexible retention policies: simple time-based (days) or GFS (grandfather-father-son)",
                        "Flexible storage — Store backups locally, on S3-compatible storage (AWS S3, MinIO, etc.), or remote servers via SFTP/FTP",
                        "Cross-server restore — Restore snapshots from production to staging, or between any compatible servers",
                        "Team ready — Multi-user support with role-based access and optional two-factor authentication"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Databasement supports MariaDB versions 10, 11, and 12, using the native mariadb-dump utility for backup operations. It provides full backup and restore capabilities for MariaDB, including scheduled backups, cross-server restore, and flexible storage options."
                }
            ],
            "links": [
                { "label": "GitHub", "url": "https://github.com/David-Crty/databasement" },
                { "label": "Documentation", "url": "https://david-crty.github.io/databasement/" },
                { "label": "Live Demo", "url": "https://databasement-demo.crty.dev/dashboard" } 
            ]
        }
    },
	{
        "id": "hexarocket",
		"visible": true,
        "name": "HexaRocket",
        "logo": "/assets/logo_hexarocket.jpg",
        "description": "End-to-end database migration tool that automates schema and data migration, CDC-based live replication, and safe rollback for organizations migrating to MariaDB.",
        "website": "https://www.hexarocket.com/",
        "tags": ["Migration", "Business", "Enterprise", "Linux", "Windows"],
        "sponsor": false,
		"contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About HexaRocket",
                    "content": [
                        "HexaRocket is HexaCluster's enterprise database migration tool, built by the creators of Ora2Pg - the world's most widely used Oracle-to-PostgreSQL migration tool.",
                        "With 25+ years of migration engineering behind it, HexaRocket handles the full migration lifecycle in one tool (with GUI): schema conversion with validation, parallel data migration with validation, log-based CDC for online cutovers, and reverse replication for safe rollback at any point in the process. HexaRocket additionally offers ETL capabilities through its Batch-based replication capabilities with advanced transformation features."
                    ]
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Multi-source migrations to MariaDB (from Oracle, SQL Server, MySQL, Sybase ASE, DB2, PostgreSQL).",
                        "Zero-downtime online database migrations with log-based CDC and batch-based CDC (ETL).",
                        "Automated schema conversion with 5-layer validation (AST-based).",
                        "Reverse replication to source for safe rollback at any point.",
                        "On-premise deployment - customer data stays within their environment."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "HexaRocket supports MariaDB as a target database. Complex code objects from Oracle (packages, functions, stored procedures), SQL Server T-SQL, Sybase, DB2, MySQL, and PostgreSQL can be converted to MariaDB through guided, validated pipeline involving advanced transpilation techniques. Real-time CDC is also supported with the help of HexaReplicate (HexaRocket's replication engine)."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.hexarocket.com/" },
                { "label": "HexaCluster", "url": "https://www.hexacluster.ai/" },
                { "label": "Blog", "url": "https://hexacluster.ai/announcements/hexarocket-now-supports-oracle-to-mariadb-database-migration-and-replication/" },
                { "label": "Contact", "url": "https://hexacluster.ai/contact-us/" }
            ]
        }
    },
    {
        "id": "liquibase",
        "name": "Liquibase",
        "logo": "/assets/logo_liquibase.jpg",
        "description": "Open-source database schema change management tool that enables developers and teams to track, manage, and automate database changes.",
        "website": "https://www.liquibase.com/",
        "tags": ["Open Source", "Free", "Business", "Enterprise", "Windows", "macOS", "Linux", "Docker", "Migration"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Liquibase",
                    "content": "Liquibase is an open-source database schema migration tool that allows developers to manage and version database changes as code. It provides a platform-independent way to define and execute database schema changes, making it easier to track and manage database changes across development, testing, and production environments. It supports more than 60 databases, from NoSQL and relational databases to data warehouses and data lakes."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Version control integration: Changes are managed via changelogs and changesets, stored in version control systems like Git, facilitating collaboration and auditability.",
                        "Automated rollbacks: Built-in rollback capabilities allow reverting changes to a previous state, specific date/time, or tag, with automatic rollback scripts for common operations.",
                        "Database independence: Supports over 60 databases (e.g., MySQL, PostgreSQL, Oracle, SQL Server, Snowflake), enabling consistent deployments across diverse environments.",
                        "CI/CD integration: Seamlessly integrates with Jenkins, GitHub Actions, Maven, Spring Boot, and other tools for automated, repeatable database deployments."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Liquibase provides comprehensive support for MariaDB, including full compatibility with core database change management operations."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.liquibase.com/" },
                { "label": "GitHub", "url": "https://github.com/liquibase/liquibase" },
                { "label": "Download", "url": "https://www.liquibase.com/community-vs-secure" },
                { "label": "Documentation", "url": "https://docs.liquibase.com/" }
            ]
        }
    },
    {
        "id": "portabase",
        "name": "Portabase",
        "logo": "/assets/logo_portabase.png",
        "description": "Free and open-source platform for database backup and restore.",
        "website": "https://portabase.io/",
        "tags": ["Open Source", "Free", "Linux", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Portabase",
                    "content": "Portabase is a database backup and restore platform designed for migration, disaster recovery, and long-term data protection in self-hosted and decentralized environments."
                },
                {
                    "content": "It is built on a secure-by-design, distributed architecture composed of a central server orchestrating lightweight agents deployed close to databases. This approach enables secure operations without requiring SSH tunnels or VPN configuration. Agents execute backups locally and stream them to remote storage, eliminating the need to expose databases publicly."
                },
                {
                    "content": "Portabase currently supports MariaDB, MySQL, PostgreSQL, SQLite, and MongoDB. It provides flexible backup strategies, including retention by count, retention by time, and Grandfather-Father-Son (GFS) rotation. The platform supports multiple storage backends (local filesystem, any S3-compatible storage, and Google Drive), encryption, and external notification systems (such as Slack, Telegram, and Discord) to enhance observability and reliability."
                },
                {
                    "content": "Designed for both small deployments and production-grade infrastructures, Portabase natively supports self-hosted and containerized environments."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Scheduled backups (interval-based or cron-based) and on-demand backups",
                        "On-demand restore operation",
                        "Notifications via Slack, Telegram, Discord, and other webhook-compatible services",
                        "Multiple storage backends (local storage, S3-compatible object storage, Google Drive) with configurable retention policies",
                        "Optional AES-GCM encryption for backups"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Portabase supports backup and restore operations for MariaDB."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://portabase.io/" },
                { "label": "GitHub", "url": "https://github.com/Portabase/portabase" },
                { "label": "Documentation", "url": "https://portabase.io/docs" }
            ]
        }
    },
    {
        "id": "percona-orchestrator",
        "name": "Percona Orchestrator",
        "logo": "/assets/logo_percona_orchestrator.jpeg",
        "description": "MariaDB and MySQL high availability and replication topology management tool.",
        "website": "https://github.com/percona/orchestrator",
        "tags": ["Open Source", "Free", "Enterprise", "Linux", "macOS", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Percona Orchestrator",
                    "content": "It is a high availability and replication topology management tool for MySQL and MariaDB. It operates as a service and provides command-line access, an HTTP API, and a web interface for managing complex replication topologies. Originally created by Shlomi Noach, it is now maintained by Percona as an open-source fork under the Apache 2.0 license."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Discovery: Actively crawls replication topologies, maps them, and provides visualization of the replication structure.",
                        "Refactoring: Enables safe topology restructuring with drag-and-drop replica relocation and built-in safety checks.",
                        "Recovery: Automated or manual failover with pre/post-failure hooks and failover auditing.",
                        "Supports multiple replication methods including binlog file:position, MySQL GTID, MariaDB GTID, Pseudo-GTID, and Binlog Servers.",
                        "Datacenter-aware topology management with HTTP security and access control."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Orchestrator supports MariaDB replication topologies, including MariaDB GTID, making it suitable for managing MariaDB high availability environments."
                }
            ],
            "links": [
                { "label": "GitHub", "url": "https://github.com/percona/orchestrator" },
                { "label": "Documentation", "url": "https://github.com/percona/orchestrator/tree/master/docs" }
            ]
        }
    },
    {
        "id": "replication-manager",
        "name": "Replication Manager",
        "logo": "/assets/logo_replication_manager.png",
        "description": "High-availability orchestrator for MariaDB, MySQL, and Percona Server replication topologies.",
        "website": "https://signal18.io/products/srm",
        "tags": ["Open Source", "Free", "Enterprise", "Linux", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Replication Manager",
                    "content": "Replication Manager is a high-availability orchestrator for MariaDB, MySQL, and Percona Server replication topologies. Developed by Signal 18, it provides automated failover, switchover, monitoring, and backup management for database clusters. It supports multi-cluster management and integrates with popular proxies and monitoring tools."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Replication monitoring with GTID and multi-source replication support.",
                        "Automated topology detection, leader election, master failover, and slave promotion (switchover).",
                        "Proxy integration with ProxySQL, MaxScale, HAProxy, and Spider.",
                        "Backup automation and maintenance task scheduling.",
                        "Multi-cluster management with API access controls.",
                        "Kubernetes and OpenSVC deployment support with credential rotation and Vault integration."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Replication Manager has strong MariaDB support, including MariaDB GTID replication, multi-source replication, and native integration with MariaDB MaxScale proxy."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://signal18.io/products/replication-manager" },
                { "label": "GitHub", "url": "https://github.com/signal18/replication-manager" },
                { "label": "Documentation", "url": "https://docs.signal18.io" }
            ]
        }
    },
    {
        "id": "sqlines",
        "name": "SQLines",
        "logo": "/assets/logo_sqlines.png",
        "description": "SQLines provides tools that help migrate databases and applications across on-premise and cloud environments.",
        "website": "https://www.sqlines.com/",
        "tags": ["Open Source", "Migration", "Free", "Business", "Enterprise", "Windows", "Linux", "macOS"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About SQLines",
                    "content": "SQLines is a company specializing in database migration tools that help organizations transfer data, convert database schemas, and migrate applications across major database platforms. SQLines offers comprehensive assessment reports, extensive customization options, testing and validation, and dedicated support - all of which make migration projects significantly more efficient, cost-effective, and less time-consuming."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "SQLines Data - a high performance tool that uses native database clients and can help you automate data transfer and schema conversion for major enterprise databases.",
                        "SQLines SQL Converter - converts database schema (DDL), queries and DML statements, views, stored procedures, packages, functions and triggers between all major databases.",
                        "Additional Tools: Includes SQLines W (GUI wrapper), SQLines Studio (IDE), and command-line interfaces for flexible migration workflows.",
                        "Cross-Database Migration Support: Enables migration between major databases such as MariaDB, MySQL, PostgreSQL, SQL Server, and many others."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "SQLines provides comprehensive support for MariaDB across multiple components. It enables automated conversion and migration between MariaDB and various other database systems, including Microsoft SQL Server, Oracle, MySQL, PostgreSQL, IBM DB2, and more."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.sqlines.com/" },
                { "label": "GitHub", "url": "https://github.com/dmtolpeko/sqlines" },
                { "label": "Download", "url": "https://www.sqlines.com/download" }
            ]
        }
    },
    {
        "id": "wirekite",
		"visible": true,
        "name": "Wirekite",
        "logo": "/assets/logo_wirekite.png",
        "description": "High-performance Data Migration and Change Data Capture for data rehosting and data and change streaming to analytics environments.",
        "website": "https://www.wirekite.io/",
        "tags": ["Enterprise", "Migration", "Linux"],
        "sponsor": false,
		"contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About Wirekite",
                    "content": "Wirekite is a high-performance, cross-database data replication and migration platform designed to move data from on-premises systems to the cloud rapidly. It specializes in extract, load, and replication processes, enabling enterprises to migrate petabyte scale data with minimal downtime as well as reducing application downtime to seconds and data warehouse lag to minutes."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Extract and Load - Wirekite handles initial data extraction and loading as part of one-time or ongoing migrations, moving large volumes of data in significantly shorter time frames than traditional approaches.",
                        "Replication - In addition to bulk data movement, Wirekite keeps target data fresh from the source, enabling application switchovers with minimal downtime.",
                        "Petabyte-Scale Data Migration - Designed for enterprise use, Wirekite handles petabyte-scale data efficiently, making it suitable for large organizations migrating extensive on-premises databases to cloud environments.",
                        "Cross Database - Wirekite supports moving data from Oracle, PostgreSQL, YugaByte, TigerData, AlloyDB, MySQL, MariaDB, SingleStore, and SQL Server to multiple cloud and on-premise databases."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Wirekite supports MariaDB as both a source and target database with full compatibility for data extraction, loading, and continuous replication."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.wirekite.io/" },
                { "label": "Documentation", "url": "https://docs.wirekite.io/introduction/overview" },
                { "label": "Benchmarks", "url": "https://benchmarks.wirekite.io/series/benchmarks-extract-and-load" }
            ]
        }
    },
    {
        "id": "skeema",
        "name": "Skeema",
        "logo": "/assets/logo_skeema.png",
        "description": "A declarative schema management CLI that tracks database schemas as CREATE statements in version control and automates DDL changes.",
        "website": "https://www.skeema.io/",
        "tags": ["Open Source", "Linux", "macOS", "Free", "Business", "Enterprise"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Skeema",
                    "content": "Skeema is a declarative schema management tool that lets teams track their desired database schema state as a repo of CREATE statements. Built in Go as a self-contained binary with no external dependencies, it automatically generates and executes the necessary DDL to bring databases to the desired state. "
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Declarative schema management — define desired state, Skeema handles the diff",
                        "Pull, push, diff, and lint commands for schema workflows",
                        "Integration with online schema change tools (pt-online-schema-change, gh-ost, spirit)",
                        "Multi-environment support for dev, staging, and production",
                        "Configurable linter rules for schema validation"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Skeema provides full support for MariaDB across all modern versions. It handles MariaDB-specific DDL syntax and schema features, making it a reliable tool for teams managing MariaDB schemas through version-controlled workflows."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.skeema.io/" },
                { "label": "GitHub", "url": "https://github.com/skeema/skeema" },
                { "label": "Download", "url": "https://www.skeema.io/download/" },
                { "label": "Documentation", "url": "https://www.skeema.io/docs/" }
            ]
        }
    },
    {
        "id": "slapos",
        "visible": true,
        "name": "SlapOS",
        "logo": "/assets/logo_slapos.png",
        "description": "Open source distributed OS for automating the full service lifecycle — provisioning, orchestration, monitoring, billing, and disaster recovery — across any POSIX infrastructure.",
        "website": "https://slapos.nexedi.com/",
        "tags": ["Open Source", "Linux", "Free", "Business", "Enterprise"],
        "sponsor": false,
        "contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About SlapOS",
                    "content": [
                        "SlapOS is an open source distributed operating system developed by Nexedi for deploying and operating software services at scale. It automates the complete service lifecycle — build, provisioning, orchestration, configuration, monitoring, backup, disaster recovery, and billing — across any POSIX-compatible device or infrastructure, from bare metal servers to cloud VMs.",
                        "SlapOS eliminates the traditional separation between IaaS, PaaS, and billing systems by handling all of these layers in a single coherent platform. It is the operational backbone of Rapid.Space and is used by Nexedi to run ERP5 and other managed services globally."
                    ]
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Full service lifecycle automation — Handles build, provisioning, orchestration, configuration, monitoring, backup, disaster recovery, and billing in one integrated system, without separate IaaS/PaaS/billing silos.",
                        "Resource sharing — Multiple users and applications can share RAM, CPU, and libraries on the same physical server, improving hardware utilization without traditional virtualization overhead.",
                        "Autonomous resilience — Each SlapOS node operates independently, with daily disaster recovery testing and automatic failover across geographically distributed infrastructure.",
                        "Multi-environment deployment — Runs on bare metal, containers, VMs, and major cloud providers including OpenStack, AWS, and Azure, on any Linux system.",
                        "ERP5 integration — Native integration with ERP5 for user management, resource accounting, invoicing, and billing across the entire platform."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "SlapOS is developed by Nexedi, a long-standing contributor to the MariaDB ecosystem. MariaDB is included in the SlapOS software catalog, enabling automated deployment and management of MariaDB instances as part of any SlapOS-powered infrastructure."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://slapos.nexedi.com/" },
                { "label": "GitLab", "url": "https://lab.nexedi.com/nexedi/slapos" }
            ]
        }
    }
]