Skip to content

Idle Detection

Choose idle timeouts based on product risk, not library defaults (idleTimeout defaults to off):

ts
createBrowserLifecycle({
  idleTimeout: 300_000, // 5 minutes
});

Using idle detection as a security boundary without re-authentication.

Playground

Idle Playground

An ecosystem of independent, headless TypeScript libraries engineered for modern web development. Every package includes interactive playgrounds and documentation that evolves alongside the code.