CyberHuginn

Projects

3 Projects

A collection of open-source libraries, backend systems, experiments, and developer tools I've built over the years.

#01

django-healthkit

Django Health Check Package

View Project

django-healthkit is a lightweight and extensible Django package for monitoring application health. It provides health check endpoints for databases, cache, storage, and custom services, making it easy to integrate with load balancers, container orchestration platforms, and monitoring systems.

Python
Django

#02

Bidar

Website & API Monitoring Platform

View Project

Bidar is a lightweight monitoring platform for websites and APIs. It provides continuous uptime monitoring, public status pages, real-time statistics, Telegram notifications, and uptime percentage reporting. The platform also includes a Python SDK for error tracking and exception reporting, with the long-term goal of becoming a lightweight, self-hosted alternative to Sentry.

Python
Telegram Bot API
Git
Celery
Traefik
Redis
Next.js
DRF
Docker
Django

#03

Botza

Telegram Bot Framework

View Project

Botza is an asynchronous Python framework for building Telegram bots with a clean, intuitive, and developer-friendly API. It features command routing, middleware, filters, context-based handlers, and support for both webhooks and long polling, making it easy to build scalable and maintainable Telegram bot applications.

Python
Telegram Bot API
AsyncIO