Apps

Introduction

Overview of the Laioutr app development docs and how to use them.

Overview

The Custom App Development section explains how to build, configure, and maintain Laioutr apps – Nuxt modules that integrate external systems (commerce, CMS, analytics, hosting, etc.) with the Laioutr platform.

If you want to:

  • Add new data sources to your Laioutr frontend via Orchestr.
  • Ship sections and blocks that editors can use in Studio.
  • Package your integration as a reusable Nuxt module that can be installed via npm.

…this is the place to start.

What you will find here

  • App Starter
    How to create a new Laioutr app from the official starter template, understand the project structure, and run the local playgrounds.
  • App Configuration
    How laioutrrc.json, runtime config, and per‑app options work, and how configuration is passed into your Nuxt module.
  • Coding Standards & Best Practices
    Conventions for orchestr handlers, sections/blocks, error handling, logging, and testing, plus practical guidance on designing robust integrations.

Together, these guides help you move from a blank repository to a production‑ready Laioutr app that fits cleanly into the overall frontend and CI/CD flows.