Skip to content

Roadmap

  • โœ… Configurable thresholds for quality scores, response times, status codes, etc. that make the crawler exit with a non-zero code โ€” see the CI/CD quality gate (--ci and the --ci-* options).
  • โœ… Secure SMTP support for the built-in mailer (authenticated sending).
  • โœ… HTTP authentication via --http-auth (Basic auth).
  • A public Docker image for one-command usage in CI/CD pipelines (not published yet). The dependency-free native binary and the system package repositories (apt/dnf/zypper/apk) already make self-containerization easy.
  • Better static assets processing โ€” assets are currently processed immediately, same as other URLs, which can cause problems with very large websites. We plan a separate queue for static assets and separate visualization in the output.

If you have any suggestions or feature requests, please open an issue on GitHub. Weโ€™d love to hear from you!

Your contributions with realized improvements, bug fixes, and new features are welcome. Please open a pull request :-)