#Demos
Runnable end-to-end demos live here. The same demos are available in Python and TypeScript, and the Telepact libraries keep their API surfaces closely aligned across languages.
py-binary - Minimal Python demo that shows how to verify binary negotiation
py-codegen - Minimal Python demo that shows generated client and server bindings wired into the runtime
py-http-cookie-auth - Minimal Python demo that shows how to pull a session cookie into
@auth_at the HTTP boundarypy-links - Minimal Python demo that shows how to return a prepopulated function-type link
py-select - Minimal Python demo that shows
->,struct.*, andunion.*field selection togetherpy-websocket - Minimal Python demo that shows how to use WebSocket request/reply
full-stack - Python backend + browser TypeScript frontend that demonstrates Telepact auth, request IDs, logs, metrics, and Playwright e2e coverage
ts-binary - Minimal TypeScript demo that shows how to verify binary negotiation
ts-codegen - Minimal TypeScript demo that shows generated client and server bindings wired into the runtime
ts-http-cookie-auth - Minimal TypeScript demo that shows how to pull a session cookie into
@auth_at the HTTP boundaryts-links - Minimal TypeScript demo that shows how to return a prepopulated function-type link
ts-select - Minimal TypeScript demo that shows
->,struct.*, andunion.*field selection togetherts-websocket - Minimal TypeScript demo that shows how to use WebSocket request/reply