Interactive Shell
Full interactive terminal with persistence
Headless / AI Agent
Programmatic command execution -- no terminal UI
Click "Run Example" to execute...
Multi Terminal
Multiple shells sharing one Sandbox -- files are shared across tabs
HTTP Server
Virtual HTTP server -- run node server.js in Server tab, then curl localhost:3000 in Client tab
File Explorer
Visual file manager with Monaco editor -- drag & drop to upload, right-click for actions, changes sync live with terminal
Git
Git via lifo-pkg-git -- powered by isomorphic-git. Try git init, git add, git commit, branching, and more
FFmpeg
Video/audio processing with ffmpeg.wasm -- upload media, run ffmpeg commands, download results
npm
Install real packages from the npm registry -- try npm install cowsay -g && cowsay hello
CLI (Node.js)
Run Lifo in your terminal with npx lifo-sh -- mount host directories for real file access
Lifo Package Manager
Install and manage packages with the lifo command
Build Lifo Packages
How to create, develop, and publish lifo-pkg-* packages