Add one line.
Wrap any loop, long task, or shell command. The CLI works with no code change; the Python and R SDKs offer a one-import path inside your code.
curl -fsSL https://github.com/MuteJester/Fernsicht/releases/latest/download/install.sh | sh
# Wraps any command in any language. No SDK, no code change. $ fernsicht run -- pip install pandas → https://app.fernsicht.space#room=abc12345
pip install "git+https://github.com/MuteJester/Fernsicht.git#subdirectory=publishers/python"
from fernsicht import blick # URL printed once — share it; viewers watch live in any browser. for item in blick(items, desc="Training"): process(item) → https://app.fernsicht.space#room=abc12345
remotes::install_github("MuteJester/Fernsicht", subdir = "publishers/r")
library(fernsicht) # URL printed once — share it; viewers watch live in any browser. results <- blick(items, process) → https://app.fernsicht.space#room=abc12345