{{ template "hamburger" }}
{{ template "page_progress" }}
{{ template "page_title" "OpenRun Builder" }}
Describe an app, iterate with the AI agent, then publish it
{{ block "builder_rows" . }}
{{ template "flash_alerts" .Data }}
{{ if not .Data.Enabled }}
{{ else }}
{{ end }}
{{ end }}
The app builder is not enabled on this server. Set
{{ else if .Data.Sessions }}
app_builder.enabled and an
agent profile in the server config.
| Details | Name | Status | Preview | Published | Agent | By | Actions |
|---|---|---|---|---|---|---|---|
| {{ template "drilldown_icon" }} | {{ .name }} {{ if .edit_app }} edits {{ .edit_app }} {{ end }} | {{ template "builder_status_badge" .status }} | {{ if .preview_path }} {{ .preview_path }} {{ template "globe_icon" }} {{ else }} not created yet {{ end }} | {{ .publish_path }} | {{ .agent }} | {{ .user_id }} |
{{ $canWrite := index $.Data.Perms "builder:create" }}
{{ if or (eq .status "detached") (eq .status "error") }}
{{ else if ne .status "published" }}
{{ end }}
|
{{ if .Data.Query }}
No sessions match "{{ .Data.Query }}"
{{ else }}No builder sessions yet
Describe the app you want and the AI agent builds it with a live preview
+ New app {{ end }}