No description
Find a file
2026-04-26 23:56:28 -07:00
.cursor cross-room collaboration on books and docs 2026-04-12 18:36:28 -07:00
docs drag column width and fix drag upload bug 2026-04-16 10:20:12 -07:00
server color ontology v0 2026-04-23 19:34:17 -07:00
web we have ontology at home 2026-04-26 23:56:28 -07:00
.gitignore no thumbs! 2026-04-10 13:53:50 -07:00
AGENTS.md we have ontology at home 2026-04-26 23:56:28 -07:00
ideas.md we have ontology at home 2026-04-26 23:56:28 -07:00
package-lock.json better book thumbnails and prettier header names 2026-04-14 13:10:08 -07:00
package.json initial snapshot 2026-04-03 13:47:33 -07:00
README.md first 2026-04-03 13:43:26 -07:00

a-web-stalker

I/O/Dinspired aperture shell: draw rectangles on a large scrollable canvas, right-click to assign a module, drag/resize frames. Optional multiplayer via Hocuspocus (?room=).

Setup

npm install

Copy web/.env.example to web/.env if you need a non-default WebSocket URL.

Develop

Run Vite and the Hocuspocus server together:

npm run dev

Open http://localhost:5173/?room=demo in two tabs to test shared apertures and cursors.

Build (web only)

npm run build

Module authoring

See docs/MODULE_SPEC.md.