nape-js Cookbook
Copy-paste recipes organised by goal — platformer, ragdoll, fluid, fracture, replay, worker.
Anti-Patterns
The mistakes that cause bugs, leaks and jitter — and what to do instead.
Troubleshooting Guide
Symptom → cause → fix, for the problems people actually hit.
Multiplayer Implementation Guide
Server-authoritative architecture, binary snapshots, interpolation and prediction.
Replay Guide — @newkrok/nape-js/replay
Record inputs, encode to a compact blob, scrub and play back deterministically.
Also: the API reference, llms-full.txt for coding agents, and the contributor docs on GitHub — architecture • testing • workflow.