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 Kotzilla SDK, the Kotzilla Console and the Koin IDE Plugin.

  • 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 environment that includes several views (Dashboard, Timeline, User sessions, Issues) to analyze app performance, identify and resolve issues, and monitor crashes.
  • The Koin IDE Plugin, currently in beta, will first focus on helping visualize your Koin configurations and performing validation checks to ensure no configurations are missing. It will soon also integrate with the rest of the platform to identify and display issues in your apps right in your IDE.