App Garden | Kamiwaza Docs

This is documentation for Kamiwaza 0.9.0, which is no longer actively maintained.

Version: 0.9.0

On this page

App Garden lets you browse, deploy, and manage containerized applications from a curated catalog—all from the Kamiwaza UI. Apps are packaged with Docker Compose and deploy in a few clicks with sensible defaults.

What is App Garden?

App Garden is a catalog of ready-to-run apps (dashboards, demo UIs, tools) that you can deploy to your Kamiwaza environment. It handles the container runtime, networking, and routing for you, so you focus on using the app, not wiring it up.

Key Features

Getting Started

  1. Open the App Garden page in the Kamiwaza UI.
  2. If the catalog is empty, click Import/Refresh (or ask your administrator to enable the default catalog).
  3. Browse the list and select an app to view details.
  4. Click Deploy. App Garden will start the containers and assign a URL.
  5. Click Open to launch the app in your browser.

Deploying and Managing Apps

Using AI Models with Apps

Many apps can use models you’ve deployed in Kamiwaza. App Garden provides standard OpenAI‑compatible environment variables to the app automatically, so most apps need no manual configuration.

Tips:

When to Use App Garden

Troubleshooting

Ephemeral Sessions

When deploying an app, you can enable Ephemeral session mode. This automatically cleans up the deployment when you log out or your session expires.

This is useful for demo environments or when you want automatic cleanup of test deployments.

Administrator Configuration

Administrators can force all deployments to be ephemeral by setting KAMIWAZA_EPHEMERAL_EXTENSIONS=true.

Advanced Options

App customization is coming soon!