Skip to main content
When you run the same application for several clients, each with its own small tweaks, every client’s copy is diffed against the reference build and brought back in line, byte-identical except for the handful of settings each client is allowed to keep, such as its own port or API address.

What ports as-is

  • Allowlist-scoped diff and replace, touching only non-allowlisted files
  • Byte-identical proof restricted to the files outside the allowlist

What we build for you

  • The allowlisted values per client