This web application written in Django allows users to validate XML documents and run XQuery queries against XML files stored in either a BaseX or eXist database. It has modules for user management, storage of XML files, and querying the databases. The storage module creates default XML files for new users and the query module generates API tokens and database users. Main views include registration, login/logout, managing XML files, validating XML, and running XQueries on BaseX and eXist. Asynchronous AJAX requests are also used.