12 live applications showing real-time SQL subscriptions — from simple filters to an interactive tutorial console.
These examples run against this deployment's backend. To run the full stack
on your own machine instead (the 127.0.0.1:3000 below is a LOCAL
dev URL, not this site):
cd examples docker compose up --build # Open http://127.0.0.1:3000 in your browser (local dev only) # Then run demo SQL commands in psql: docker compose exec db psql -U postgres -d pg_reactive_test