Open Source Projects

Open Source Projects

Explore my open source projects and contributions. These projects are developed with a focus on solving real-world problems and providing valuable tools for the developer community.

FastAPI Backend Template

A production-ready, reusable FastAPI backend template developed for Hybrid Interactive consultancy as an open-source official template. Used as the base generic version for many ERP and CRM backend developments.

Python
FastAPI
SQLAlchemy
Docker
Celery

Key Features

  • Modular Monolith architecture based on Domain-Driven Design (DDD)
  • FastAPI + SQLAlchemy 2.0 async ORM with Alembic migrations
  • JWT auth with refresh tokens and RBAC (Role-Based Access Control)
  • Celery background tasks with Flower monitoring
  • Object storage abstraction (DigitalOcean Spaces / S3-compatible)

FastAPI Admin CLI

A Django-inspired CLI tool for managing FastAPI applications with a modular structure. This tool helps developers quickly scaffold and manage FastAPI projects with a clean, organized architecture.

Python
FastAPI
CLI
Docker

Key Features

  • Project Scaffolding: Create well-structured FastAPI projects with a single command
  • App Management: Generate modular apps within your project
  • Docker Integration: Built-in Docker support with commands for building and running containers
  • Database Migrations: Easy database migration commands using Alembic
  • Developer Tools: Shell access to Docker containers and more

More Projects Coming Soon

I'm constantly working on new open source projects and improvements to existing ones. Check back soon or follow me on GitHub to stay updated on my latest work.

Follow on GitHub