From the about page:
C++ Insights is a clang-based tool which does a source to source transformation. Its goal is to make things visible which normally, and intentionally, happen behind the scenes. It’s about the magic the compiler does for us to make things work.
I had no idea modern C++ syntax is implemented like this. I think the “pp” in the URL may mean “pre-processor insights.”