gjergj is a small, developer-focused publisher whose single public offering, testmyapp, distills web-application smoke-testing into a lightweight desktop utility. Built for coders who want instant feedback without spinning up separate browser tabs or writing custom scripts, the program launches a sandboxed Chromium window, loads the target URL, and reports HTTP status, console errors, broken links, and Core Web Vitals in a plain-text log. Typical use cases include quick regression checks after a Git push, validating staging deployments before handing them to QA, or giving non-technical clients a one-click way to prove their WordPress update has not broken anything. The tool sits conceptually between browser dev-tools and full CI suites: faster than Cypress, simpler than Lighthouse CLI, yet still able to export JUnit XML for Jenkins or GitHub Actions. Because it keeps all traffic local and discards cookies on exit, privacy-conscious teams use it for intranet dashboards and pre-launch prototypes that must not leak credentials. Although the publisher’s catalog is currently limited to this one utility, the minimalist design and open roadmap suggest future utilities will follow the same philosophy of stripping away configuration in favor of immediate, keyboard-driven feedback. testmyapp is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest version, and can be queued alongside other applications for unattended batch installation.

testmyapp

Quickly test your web app

Details