What is?
https://www.drupal.org/docs/creating-custom-modules/create-a-custom-page
Create a simple page in Drupal.
How to use?
1. Declare the routing using Routing yml generator
2. Add controller using Create controller generator
3. Visit generated route by adding route path (e.g. /example) in the end of your url.