[
    {
        "id": "magento",
        "name": "Magento",
        "logo": "/assets/logo_magento.png",
        "description": "Open Source software that delivers e-commerce capabilities to build a unique online store from the ground up.",
        "website": "https://www.magento-opensource.com/",
        "tags": [
            "Open Source",
            "Free",
            "Enterprise",
            "Web-Based"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Magento",
                    "content": "Magento is a powerful open-source e-commerce platform that provides online merchants with flexibility and control over their online store. Now part of Adobe Commerce, it serves businesses of all sizes."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Highly customizable and scalable architecture",
                        "Support for multiple stores and languages",
                        "Advanced SEO capabilities",
                        "Extensive marketplace of extensions",
                        "B2B and B2C commerce capabilities"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Magento officially supports MariaDB as a database backend alongside MySQL and Percona Server. MariaDB is recommended for its performance improvements and enhanced features."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.magento-opensource.com/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/magento/magento2"
                },
                {
                    "label": "Documentation",
                    "url": "https://www.magento-opensource.com/resources/resources-documentation"
                }
            ]
        }
    },
    {
        "id": "prestashop",
        "name": "PrestaShop",
        "logo": "/assets/logo_prestashop.jpg",
        "description": "Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers.",
        "website": "https://prestashop.com/",
        "tags": ["Open Source", "Free", "Enterprise", "Docker", "Web-Based"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About PrestaShop",
                    "content": "The PrestaShop Project is the open-source ecommerce solution built by a global community of contributors since 2007. It is freely available to download, modify, and use to build an ecommerce site. The PrestaShop company distributes and develops products based on the PrestaShop Project, like PrestaShop Classic, Hosted and PrestaShop Enterprise which comes with additional services and support."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Offers advanced tools for B2B operations, including customer segmentation, customized pricing, quote requests, bulk order discounts, and integration with ERP/CRM systems.",
                        "Built-in SEO features, including customizable URLs, meta tags, and 301/302 redirects, help improve search engine rankings and drive organic traffic.",
                        "Powerful tools for managing products, including product configuration, attributes & features, product visualization (images, videos), and advanced filtering and search."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "PrestaShop supports MariaDB as a database option, with MariaDB 10.2 or later being the minimum recommended version for PrestaShop 9."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://prestashop.com/" },
                { "label": "GitHub", "url": "https://github.com/PrestaShop/PrestaShop" },
                { "label": "Download", "url": "https://prestashop.com/prestashop-offers/" },
                { "label": "Documentation", "url": "https://devdocs.prestashop-project.org/" }
            ]
        }
    },
    	{
        "id": "opencart",
        "name": "OpenCart",
        "logo": "/assets/logo_opencart.jpg",
        "description": "Free open source e-commerce platform for online merchants. OpenCart provides a professional and reliable foundation to build a successful online store.",
        "website": "https://www.opencart.com/",
        "tags": ["Open Source", "Free", "Web-Based"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About OpenCart",
                    "content": "OpenCart provides a flexible, scalable solution for small to large-scale e-commerce operations. It features a user-friendly admin dashboard for managing products, orders, customers, payments, shipping, and marketing tools."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Multi-store management from a single interface.",
                        "Support for multiple languages (over 40) and currencies.",
                        "A large marketplace with over 13,000 free and paid extensions, themes, and modules for added functionality.",
                        "Built-in tools for SEO, discounts, product reviews, affiliate programs, and customer loyalty rewards."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "OpenCart supports MariaDB as a database option."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.opencart.com/" },
                { "label": "GitHub", "url": "https://github.com/opencart/opencart" },
                { "label": "Download", "url": "https://www.opencart.com/index.php?route=cms/download" },
                { "label": "Documentation", "url": "https://opencart-1.gitbook.io/example-oc" }
            ]
        }
    },
    	{
        "id": "zencart",
        "name": "Zen Cart",
        "logo": "/assets/logo_zencart.jpg",
        "description": "Free, open-source e-commerce platform designed to help individuals and businesses create and manage online stores.",
        "website": "https://www.zen-cart.com/",
        "tags": ["Open Source", "Free", "Web-Based"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Zen Cart",
                    "content": "Zen Cart supports extensive customization through themes, plugins, and a powerful admin panel. The platform is maintained by a global community of developers and is suitable for small to medium-sized businesses seeking a cost-effective, flexible alternative to commercial e-commerce solutions."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Easily keep your product/catalog updated – no HTML coding required to add, delete, or modify products",
                        "Search engine-friendly URLs, customizable meta tags, sitemaps, and responsive design for all devices.",
                        "Intuitive control over store layout, product sorting, category enable/disable, maintenance mode, and customer access rules.",
                        "A large library of free and commercial plugins for shipping, payments (PayPal, Stripe, Authorize.net), inventory, analytics, and more."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Zen Cart supports MariaDB as a database backend, with specific version requirements depending on the Zen Cart version in use."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.zen-cart.com/" },
                { "label": "GitHub", "url": "https://github.com/zencart/zencart" },
                { "label": "Download", "url": "https://www.zen-cart.com/content.php/19-download" },
                { "label": "Documentation", "url": "https://docs.zen-cart.com/" }
            ]
        }
    }
]