Skip to main content

Overview of Kotzilla Platform

The Kotzilla Platform is a debugging tool designed for Kotlin developers. It leverages the Koin framework to help you visualize and resolve app issues without manual instrumentation, ensuring a unified debugging experience in both development and production environments.

The platform is composed of three main components: the Koin IDE Plugin, the Kotzilla SDK, and the Kotzilla Console.

  • The Koin IDE Plugin, helps visualize your Koin configurations and identifies issues related to configuration checks, as well as app-specific problems such as performance issues, complex dependency trees, and crashes. It also interacts with the Kotzilla Console to assist in root cause analysis and provide deeper insights

  • The Kotzilla SDK integrates into your Kotlin application, using Koin’s containerization capabilities to automatically gather essential data required to identify issues in your app, all with minimal overhead.

  • The Kotzilla Console is a web-based platform that automatically detects app issues and provides graphical views to help you investigate and analyze performance bottlenecks, crashes, and other issues, enabling fast root cause analysis and efficient resolution