[
    {
        "id": "koha",
        "visible": true,
        "name": "Koha",
        "logo": "/assets/logo_koha.svg",
        "description": "Koha is a fully featured, scalable library management system, developed by libraries and support companies all around the world.",
        "website": "https://koha-community.org/",
        "tags": [
            "Open Source",
            "Linux",
            "Web-Based",
            "Free",
            "Business",
            "Enterprise"
        ],
        "sponsor": false,
        "contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About Koha",
                    "content": "Koha is the most widely deployed and comprehensive Integrated Library System (ILS) in the world. Fully web-based and usable by libraries and documentation centers of all sizes and types, its performance and customization options make it indispensable."
                },
                {
                    "title": "Key Features",
                    "content": {
                        "type": "ul",
                        "items": [
                            "Core Library Operations — Cataloguing, patron management, document circulation (check-in, check-out, reservations, and automated reminders), and serials management covering the full library workflow.",
                            "Multi-Branch Management — Supports networks of library branches with shared collections, unified patron records, and per-branch configuration.",
                            "Standards Compliance — Full MARC21 and UNIMARC support for cataloguing, z39.50 for bibliographic record retrieval from external sources, and OAI-PMH for metadata harvesting and exchange.",
                            "Integration and Automation — REST API, SSO authentication support, and SIP2 protocol for self-checkout terminals and automated sorting equipment.",
                            "Public OPAC — A customisable patron-facing catalogue interface for searching collections, managing loans, placing reservations, and accessing account details online."
                        ]
                    }
                },
                {
                    "title": "MariaDB Support",
                    "content": "Koha uses MariaDB as its recommended and default database engine on Debian and Ubuntu based systems, which represent the primary deployment platform. All library data — including bibliographic records, patron accounts, circulation history, acquisitions, and serials — is stored in MariaDB."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://koha-community.org/"
                },
                {
                    "label": "Git Repository",
                    "url": "https://git.koha-community.org/koha-community/koha"
                },
                {
                    "label": "Download",
                    "url": "https://koha-community.org/download-koha/"
                },
                {
                    "label": "Documentation",
                    "url": "https://koha-community.org/documentation/"
                }
            ]
        }
    },
    {
        "id": "unopim",
        "name": "UnoPim",
        "logo": "/assets/logo_unopim.webp",
        "description": "Open-source product information management system that centralises, enriches, and distributes product catalogue data across multiple sales channels.",
        "website": "https://unopim.com/",
        "tags": [
            "Open Source",
            "PHP",
            "Laravel",
            "E-commerce",
            "Free",
            "Business",
            "Enterprise",
            "Docker"
        ],
        "sponsor": false,
        "contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About UnoPim",
                    "content": [
                            "UnoPim is an MIT-licensed product information management (PIM) system built on Laravel. It stores product attributes, variants, categories, media, and localised content in a single catalogue, then distributes that data to e-commerce platforms, marketplaces, and other channels via REST API and connectors.",
                            "UnoPim supports MariaDB as a primary application datastore, with first-class support introduced in version 3.1.0."
                        ]
                },
                {
                    "title": "Key Features",
                    "content": {
                        "type": "ul",
                        "items": [
                            "Attribute-based catalogue modelling with families, groups, variants, and attribute inheritance",
                            "Multi-locale and multi-channel content management for localised catalogues",
                            "REST API and connectors for Shopify, Magento 2, WooCommerce, Shopware, and Odoo",
                            "Native EU Digital Product Passport support (ESPR and Battery Regulation fields, GS1 Digital Link, QR passport pages)",
                            "Role-based access control, version history, and import/export job tracking"
                        ]
                    }
                },
				{
                    "title": "Resources",
                    "content": {
                        "type": "ul",
                        "items": [
                            "[Live Demo](https://demo.unopim.com/)",
                            "[Installation with MariaDB](https://devdocs.unopim.com/3.1/introduction/installation-with-mariadb.html)",
                            "[Extensions Documentation hub](https://docs-extensions.unopim.com/)"
                        ]
                    }
                },
                {
                    "title": "MariaDB Support",
                    "content": "MariaDB 10.11 and 11.8 — both current LTS releases — are covered by UnoPim's CI test matrix as of v3.1.0. MariaDB stores the application's catalogue, users, configuration, and job data when selected as the database engine."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://unopim.com/"
                },
                {
                    "label": "Documentation",
                    "url": "https://docs.unopim.com/"
                },
                {
                    "label": "Dev Documentation",
                    "url": "https://devdocs.unopim.com"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/unopim/unopim"
                }
            ]
        }
    }
]