This project consists of a two different parts:
- The UI is built using React and the Chakra-UI library on a Cloudflare Worker.
- The REST API server is built using the itty-router library on a different Cloudflare Worker.
Primarily, this tool has been built to help any user of Cloudflare to gain a better overview of their zone configuration settings across different zones, and also allow them to compare and do copying of configuration settings easily. The current site is live at https://flaretools.cloudflareuniversity.com and you are able to try it out there if you are a current user of Cloudflare.
If there are any bugs related to the service, please raise them here :)
If there are any improvements you would like to see, or would like to build on the existing iteration, please feel free to contribute here too!