A framework-agnostic, persistent tiling window manager for the web.
@ug-lay/core: Reactive state machine (TypeScript).@ug-lay/react: React integration.ug-lay/php: Server-side DTOs and validation.apps/*: Reference implementations and sandboxes.
pnpm install
pnpm buildThere are three sandbox projects that show how one would implement the core package in pure Vanilla TS, with React and in a PHP web server environment. Run them with the following commands.
pnpm --filter sandbox dev
pnpm --filter react-sandbox dev
pnpm --filter php-sandbox-frontend dev...or...
pnpm sandboxes:all