kustomize build resolves a kustomization into flat manifests, but you need the CLI and the files on disk. The Kustomize Output Previewer / Flattener does the common transforms in the browser: paste your kustomization.yaml and the resource manifests, and it applies namePrefix, namespace, commonLabels and commonAnnotations, then shows the flattened multi-document result.
Toggle each transform, and the tool merges commonLabels into metadata.labels, selector matchLabels and pod-template labels (with common labels winning on conflict), sets the namespace, and prefixes resource names. Bases, patches and generators are intentionally not resolved - this is a preview of the straightforward transforms.
Everything runs locally and nothing is uploaded.