Overview

This documentation covers the core concept of Padma that dynamically fetches content from a Strapi backend and renders different components based on that data. The application is designed to load components dynamically depending on the content structure and theme configuration.

Decoupled Mode


Padma Concept

Decoupled mode consists of two parts:

Padma Frontend:
The primary domain points to the Node.js server hosting Padma. It is built using Next.js and styled with MUI. The frontend is responsible for fetching content and rendering the site for visitors.

Strapi Backend:
The Strapi backend requires the installation of the Padma plugin, which provides all necessary APIs. You need to host your own Strapi instance and configure it with the appropriate endpoints to connect with the Padma frontend.