App catalog

Focused document hosts, not one generic runtime.

These are the repo-bound root apps. Most are thin native shells over an app-local runner or a command-line tool.

Static React output

The catalog below renders as HTML at build time.

Static document hostWeb.app

Web.app

Opens browser-native folders with HTML, CSS, JavaScript, assets, data, and relative links.

.web
  • Static document package
  • Peer .web package routes
  • No install step in the artifact
Bun package hostWebapp.app

Webapp.app

Runs local Bun package folders through install and dev scripts, then opens the loopback app in a native WebKit window.

.webapp
  • Framework dev server boundary
  • Stable localhost origin
  • Package-shaped authoring
Single-file form hostWebFormer.app

WebFormer.app

Serves single-file HTML documents and writes edited native form state back into narrow source spans.

.webform
  • One HTML document
  • Runtime save affordances
  • Source-preserving patches
Canvas document hostTLCanvas.app

TLCanvas.app

Bundles the tldraw SDK runner for canvas-shaped documents with schema, tests, lockfile, and local server code.

.tlcanvas
  • tldraw SDK
  • Document package output
  • App-local runner
JSON Canvas hostJSONCanvas.app

JSONCanvas.app

Opens JSON Canvas files, validates nodes and edges, and writes changes back as plain JSON.

.canvas
  • Plain JSON storage
  • Bun web runner
  • Native document window
TUI hostLazyGit.app

LazyGit.app

Starts lazygit for a repository marker package and shows the terminal UI inside a native app shell.

.lazygit
  • ttyd transport
  • Repo marker package
  • Git-focused local tool
Script runnerScripts.app

Scripts.app

Lists executable peer files and package scripts, then runs selected commands through terminal sessions.

.scripts
  • Local code execution
  • Project script catalogs
  • Terminal-backed sessions
Log TUI hostLogScope.app

LogScope.app

Starts lnav for log-shaped files and shows the indexed timeline in a native WebKit window.

.log.jsonl.ndjson
  • Log inspection
  • Terminal-backed UI
  • Focused file associations
TiddlyWiki hostWikiDock.app

WikiDock.app

Opens standard TiddlyWikiFolder packages without registering as a generic HTML handler.

.tiddlywiki
  • Folder-native wiki
  • TiddlyWiki contract
  • Focused document type
Data TUI hoststw.app / litecli.app

tw.app and litecli.app

Wrap tabular data and SQLite command-line tools in small native document hosts.

.csv.jsonl.sqlite
  • Tabiew
  • litecli
  • Read-focused data inspection

React island

This finder hydrates on the client.

10 of 10
Static document hostWeb.app

Web.app

Opens browser-native folders with HTML, CSS, JavaScript, assets, data, and relative links.

.web
  • Static document package
  • Peer .web package routes
  • No install step in the artifact
Bun package hostWebapp.app

Webapp.app

Runs local Bun package folders through install and dev scripts, then opens the loopback app in a native WebKit window.

.webapp
  • Framework dev server boundary
  • Stable localhost origin
  • Package-shaped authoring
Single-file form hostWebFormer.app

WebFormer.app

Serves single-file HTML documents and writes edited native form state back into narrow source spans.

.webform
  • One HTML document
  • Runtime save affordances
  • Source-preserving patches
Canvas document hostTLCanvas.app

TLCanvas.app

Bundles the tldraw SDK runner for canvas-shaped documents with schema, tests, lockfile, and local server code.

.tlcanvas
  • tldraw SDK
  • Document package output
  • App-local runner
JSON Canvas hostJSONCanvas.app

JSONCanvas.app

Opens JSON Canvas files, validates nodes and edges, and writes changes back as plain JSON.

.canvas
  • Plain JSON storage
  • Bun web runner
  • Native document window
TUI hostLazyGit.app

LazyGit.app

Starts lazygit for a repository marker package and shows the terminal UI inside a native app shell.

.lazygit
  • ttyd transport
  • Repo marker package
  • Git-focused local tool
Script runnerScripts.app

Scripts.app

Lists executable peer files and package scripts, then runs selected commands through terminal sessions.

.scripts
  • Local code execution
  • Project script catalogs
  • Terminal-backed sessions
Log TUI hostLogScope.app

LogScope.app

Starts lnav for log-shaped files and shows the indexed timeline in a native WebKit window.

.log.jsonl.ndjson
  • Log inspection
  • Terminal-backed UI
  • Focused file associations
TiddlyWiki hostWikiDock.app

WikiDock.app

Opens standard TiddlyWikiFolder packages without registering as a generic HTML handler.

.tiddlywiki
  • Folder-native wiki
  • TiddlyWiki contract
  • Focused document type
Data TUI hoststw.app / litecli.app

tw.app and litecli.app

Wrap tabular data and SQLite command-line tools in small native document hosts.

.csv.jsonl.sqlite
  • Tabiew
  • litecli
  • Read-focused data inspection