{% extends "base.html" %} {% block title %}FastUI Demo - {{ settings.APP_NAME }}{% endblock %} {% block nav_items %} Home FastUI Demo {% endblock %} {% block content %}

FastUI + FastStack Demo

Showcasing Server-Driven Interactivity with FastStack backend

{{ frontend.mode|upper }} Mode

HTMX Dynamic Loading

Click a button to load content from FastStack...

Alpine.js Reactivity

{% if frontend.mode == 'fastui' and frontend.enable_echarts %}

ECharts Integration

{% elif frontend.enable_echarts %}

ECharts Integration

{% endif %}

Global Store

Cross-component state:

Auto-Refresh

Server time:

Form Submission (HTMX)

{% endblock %}