CatpileDocs
Guide

Decompiling

Reverse-engineer CatWeb JSON back to CatLang source code and CatUI DSL.

0%

The decompiler converts CatWeb JSON → .cat source (for editing) + .catui DSL (for UI layout):

text
CatWeb JSON → [Extract Scripts] → [Decompile Actions] → .cat file per script
           → [Extract UI] → [Decompile to CatUI DSL] → page.catui
           → [Page Metadata] → page-level properties in CatUI DSL