Branding

Back to Admin
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for cat, m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}
The title displayed in the header and browser tab.

Landing page

Choose what visitors see at /.

Used only when Landing mode = Page. This will route to: /page/<name>
The project name shown in metadata and internal use.
Used as the system identity for the chat model. Leave blank to use the framework default.
Extra guardrails and tone/style instructions. Leave blank to use the framework default.
When set, the user won’t need to retype it during page generation. Leave blank to use the framework default.

Upload logo and favicon

Tip: a wide logo works best. Up to 5 MB.
Tip: square image (32×32 or 48×48). Up to 1 MB.
Tip: square icon (64x64 recommended). Up to 1 MB.
Current logo
{% if logo_url %} logo {% else %} {{ default_logo_html|safe }} {% endif %}
Current favicon
{% if favicon_url %} favicon {% else %} favicon {% endif %}
Current bot icon
{% if bot_icon_url %} bot icon {% else %} {{ default_bot_icon_html|safe }} {% endif %}

Reset

Removes the uploaded logo/favicon so the app falls back to the SyntaxMatrix defaults.