build-app
function
The build-app
action builds an app from rhyme source text. It belongs to the appdev category within the platform area.
Action Syntax
build-app $variable
A variable name starting with $
build-app "text"
A quoted text string
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = build-app
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = build-app $source
Action code: 496593947
Version: 0.6.4-5
Last updated: 2025-06-13