Apps are the primary mechanism for extending the Juo platform’s capabilities. Developers can create Apps that add custom functionality to the platform, enabling integration with external services, custom business logic, and specialized features.Documentation Index
Fetch the complete documentation index at: https://juo.dev/llms.txt
Use this file to discover all available pages before exploring further.
App deployment models
Apps in Juo can be deployed in two primary ways:- Single-tenant apps: Installed for and scoped to a single tenant (sometimes referred to as an “account” or “organization”). These apps provide custom functionality tailored to one tenant.
- Multi-tenant apps: Designed to be installed by multiple tenants, allowing developers to build reusable, scalable solutions that work across different organizations.
Note: In this documentation, “tenant”, “account”, and “organization” are used interchangeably to describe an individual business entity or user group operating within the Juo platform. This aligns with common terminology in SaaS and platform ecosystems.