See it in action
Live Examples
Interactive demos running inside this website. Click any card to try it — live code on the left, source on the right.
⚡ Counter
Counter with configurable step. Uses data-bind for two-way input binding.
👋 Greeter
Form inputs, multiple actions, and signal updates with Twig templates.
🔀 Path Parameters
Dynamic routing with automatic type-cast parameter injection.
🔭 All Scopes
See TAB, ROUTE, and GLOBAL scopes working together on one page.
✓ Todo List
Multiplayer todo app. One shared list for all connected clients — ROUTE scope.
🧩 Components
Three independent counters on one page. Each is an isolated component with its own signals.
👁️ Client Monitor
Live dashboard of connected clients with identicons, IPs, and render statistics.
📈 Stock Ticker
Real-time stock prices with ECharts visualization. Timer-based route-scoped broadcasting.
💬 Chat Room
Multi-room chat with custom scopes, typing indicators, and session-based usernames.
🎮 Game of Life
Multiplayer Conway's Game of Life. Everyone draws and evolves the same board.
📊 Spreadsheet
Collaborative spreadsheet with SQLite persistence, virtual scrolling, and multi-user cursors.