UTC :: --:--:-- RUST :: stable :: 1.97.1 CLIENT :: browser :: detecting PYPI :: litlaunch :: 1.1.2 GITHUB :: LitLaunch :: live CLIENT :: AWS/REGION :: us-east-2 LINUX :: stable_kernel :: 7.1.3 CLOUDFLARE :: pages :: operational GITHUB :: RoleThread :: live NODE :: lts :: 24.18.0 CLIENT :: os :: detecting CRATES.IO :: crates :: 301k+ GITHUB :: actions :: operational CLIENT :: ip :: masked PYTHON :: stable :: 3.14.x UTC :: --:--:-- RUST :: stable :: 1.97.1 CLIENT :: browser :: detecting PYPI :: litlaunch :: 1.1.2 GITHUB :: LitLaunch :: live CLIENT :: AWS/REGION :: us-east-2 LINUX :: stable_kernel :: 7.1.3 CLOUDFLARE :: pages :: operational GITHUB :: RoleThread :: live NODE :: lts :: 24.18.0 CLIENT :: os :: detecting CRATES.IO :: crates :: 301k+ GITHUB :: actions :: operational CLIENT :: ip :: masked PYTHON :: stable :: 3.14.x
docs::litlaunch :: Integration
~/docs/litlaunch/docs/Public/Guides/integration/index.md

Integration

LitLaunch Docs

./view_on_github
repo
Lattice-Foundry/LitLaunch
path
docs/Public/Guides/integration/index.md
ver
1.1.2
commit
2fb32c20e0
synced
Jul 17, 2026, 12:30 PM UTC

LitLaunch is designed to sit underneath real Streamlit application workflows: source checkouts, packaged app launchers, internal dashboards, and local-first desktop-style tools. Integration should keep LitLaunch focused on runtime ownership while the downstream application owns product policy, packaging, and user-facing support decisions.

Core Integration Shape

  • Build a LauncherConfig or profile from app-specific settings.
  • Let LitLaunch own backend process startup, health checks, browser launch, graceful shutdown, diagnostics, and reports.
  • Register app cleanup through LitLaunch shutdown hooks when needed.
  • Keep packaging, installer creation, auth, reverse proxies, and app-specific resource discovery outside LitLaunch.

Notes

  • RoleThread Lite describes a concrete product-app integration shape.
  • Packaging Notes describes the runtime seams packaged apps can use without treating LitLaunch as a packaging framework.