Overview
Architecture overview of the OpenDAX platform.
OpenDAX is using a microservice architecture with Kubernetes as the primary deployment target to leverage the advantages of this platform: container-native, automatic scalability, self-healing...
The following diagram gives you a quick overview of the components composing the OpenDAX stack.

The vanilla deployment comes with a NextJS example application, it's built using the OpenDAX Web SDK. This SDK can be used to build ReactJS or NextJS applications. We recommend using NextJS to build the Front-end application to have the ability to implement custom features including backend endpoints and get the benefits in terms of SEO with the server-side rendering of NextJS.
Last modified 4mo ago