windandkite/module-storyblok

Magento 2 module for integrating with Storyblok Headless CMS

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 1

Type:magento2-module


README

Magento 2 Module for Storyblok Integration

Why is it needed?

This Magento 2 Module seamlessly integrates your e-commerce platform with Storyblok, a powerful headless CMS, offering numerous benefits for content management and development workflows:

  • Decoupled Content Management: Separate content creation in Storyblok from Magento's presentation layer, allowing independent work for content editors and flexible frontend development.
  • Enhanced Content Editor Experience: Storyblok's visual editor provides real-time previews for intuitive and efficient content creation.
  • Omnichannel Content Delivery: Enable content delivery to various channels (Magento storefront, mobile apps, other websites) from a single source of truth.
  • Improved Performance: Headless architecture can lead to faster website performance by offloading content rendering from Magento.
  • Scalability and Flexibility: Offers greater scalability and flexibility for content model updates and adoption of modern frontend technologies.
  • Future-Proof Architecture: Decoupling content facilitates adaptation to future technological changes and digital experience evolution.

This module empowers businesses to create richer, more dynamic content experiences while improving development workflows and overall agility.

Installation

This module can be installed via Composer from Packagist.

  1. Add the module to your project:

    composer require windandkite/module-storyblok
  2. Enable the module:

    bin/magento module:enable WindAndKite_Storyblok
    bin/magento setup:upgrade

    (or simply run bin/magento setup:upgrade which enables new modules automatically.)

Configuration & Usage

All detailed setup, configuration, user guides, and developer guides are available in the module's Wiki.

The Wiki covers:

  • Quick Start
  • Installation Guide
  • Configuration Guide
  • SEO App Integration
  • Content Routing
  • Creating Custom Templates
  • Accessing Storyblok Data
  • Working with Visual Editor
  • Displaying Story Lists
  • Troubleshooting Guide

Please refer to the Wiki for comprehensive documentation.

Contributions

We welcome contributions! Whether that be raising bugs, suggesting feature ideas or getting down and dirty with the code, head on over to the Contributions Guide in the Wiki to see how you can get involved.