waw is a minimal and modular JavaScript framework created by Web Art Work. Its core is intentionally lightweight—designed to be extended entirely through external modules. Whether you're building a full-stack web app, mobile app with Capacitor, or Unity-based game, waw adapts to your stack.
waw itself contains almost no logic. All functionality is added through custom modules, allowing full control over project architecture.
Supports:
Choose only the tools and technologies you need.
npm install -g waw
waw new my-project
waw
waw start
waw sync
waw update
Global Modules: Shared across projects, pulled from GitHub.
Local Modules: Scoped to a project, modifiable.
Convert global to local when customization is needed.
Unity integration with waw-unity