Skip to content

Genstore SDK

The Genstore SDK is your complete toolkit for integrating apps with the Genstore platform. It includes both a server-side SDK and a client-side App Bridge, designed to help you create seamless integrations with the Genstore admin backend.

TIP

App Bridge is exclusively designed for embedded apps. Its React components function as communication tools and feature slots interfacing with the store backend layer. The store backend handles most core functionalities.

Core features

  • Menu integration: Easily register your app's navigation menus with the Genstore backend
  • Smart routing: Built-in routing capabilities for internal navigation (works automatically without manual configuration)

UI integration

  • Full-screen components: Ready-to-use components from Genstore's backend library (continuously expanding)
  • Growing component library: Access to an expanding set of UI components (new components added regularly)

Developer tools

  • Built-in node SDK: Comes with pre-configured Node app development tools
  • Automatic API adaptation: Built-in support for Fetch and XHR APIs in your runtime environment
  • Session management: Simplified access to Genstore's Open API through integrated session handling

System architecture

Getting started

Installation

bash
# For your server-side implementation
npm install @genstore/app-server-kit

# For your client-side integration
npm install @genstore/app-bridge-react