---
title: "Projects & Tools"
description: "Beyond enterprise cloud architecture and DevOps consulting, I build open-source tools that solve real developer problems. These projects showcase my expertise in automation, developer experience, and creating production-ready solutions with modern technologies."
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/projects
---

# Projects & Tools

### QuenchWorks, 0-CVE Hardened Images & Helm Charts

A from-scratch, security-first replacement for the Bitnami catalog: container images and Helm charts built entirely from source on Wolfi, hardened under a strict 0-CVE build gate, cryptographically signed, and pinned by digest. Free, independent, and fully self-hostable.

Technologies: apko, melange, Wolfi, Helm, Kubernetes, Trivy, Cosign, SLSA, Go, AstroJS

- [Live Site](https://quench-works.com/)
- [ArtifactHub (Verified Publisher)](https://artifacthub.io/orgs/quenchworks)
- [GitHub Organization](https://github.com/quenchworks)
- [Charts](https://github.com/quenchworks/charts)
- [Common (library chart)](https://github.com/quenchworks/common)
- [Website](https://github.com/quenchworks/website)

### sysdesign, System Design Knowledge for AI Agents

A Claude Code plugin that wires tradeoff-first system design knowledge into your AI agent: one skill, eleven commands, and fourteen self-contained reference files. Explain a concept, compare options, pressure-test an architecture, estimate capacity, or prep an interview, with every tradeoff stated, not hand-waved. Original prose, MIT-licensed, works fully offline.

Technologies: Claude Code, Markdown, Python, Mermaid

- [Live Site](https://sysdesign.mkabumattar.com/)
- [View Source](https://github.com/mkabumattar/sysdesign)

### Mathematics - Formula Reference

A clean, searchable web reference for mathematical formulas across algebra, geometry, trigonometry, and calculus. It cuts the clutter most references bury you in, rendering formulas with server-side KaTeX on focused topic pages with no accounts, tracking, or ads.

Technologies: AstroJS, TypeScript, Tailwind CSS, React, KaTeX, MDX

- [Live Documentation](https://mathematics.mkabumattar.com/)
- [View Source](https://github.com/MKAbuMattar/mathematics)

### NetCalc Pro

NetCalc Pro Cloud Engineering Suite is a comprehensive web application designed to simplify and enhance the process of subnetting, CIDR calculations, and VLSM. It features a Zero Trust, no-backend architecture with a Terminal Brutalist UX, so network engineers can plan address space, share state via Base64 URLs, and use the whole toolset without a backend server.

Technologies: AstroJS, TypeScript, Tailwind CSS, Nanostores

- [Live Documentation](https://netcalc-pro.mkabumattar.com/)

### Rawi - AI CLI Documentation Tool

An intelligent CLI tool that generates comprehensive documentation for command-line applications using AI. Rawi analyzes your CLI commands and creates detailed, structured documentation automatically.

Technologies: TypeScript, Node.js, AI/ML, CLI, NPM

- [Live Documentation](https://rawi.mkabumattar.com/)
- [View Source](https://github.com/withrawi/rawi)
- [NPM Package](https://www.npmjs.com/package/rawi)

### AWS Icons - SVG Icon Library

A comprehensive, free SVG icon library of all AWS services. Updated as AWS ships new services, and available via CDN or npm. For any project that needs AWS service icons.

Technologies: SVG, CDN, NPM, Web

- [Live Documentation](https://aws-icon.mkabumattar.com/icons)
- [View Source](https://github.com/MKAbuMattar/aws-icons)
- [NPM Package](https://www.npmjs.com/package/aws-icons)

### AWS React Icons - React Components Library

AWS service icons as React components with TypeScript support. Built on top of aws-icons, with full type definitions and props for sizing and colour.

Technologies: React, TypeScript, SVG, NPM

- [Live Documentation](https://aws-icon.mkabumattar.com/react)
- [View Source](https://github.com/MKAbuMattar/aws-react-icons)
- [NPM Package](https://www.npmjs.com/package/aws-react-icons)

### Devicons React - Programming Icons Library

A comprehensive collection of icons representing programming languages, design tools, and development software, built on top of Devicon. Perfect for React projects with 5k+ weekly downloads on NPM. Customizable size and color with optimized performance.

Technologies: React, TypeScript, SVG, NPM, Devicon

- [Live Documentation](https://devicons-react.mkabumattar.com/)
- [View Source](https://github.com/MKAbuMattar/devicons-react)
- [NPM Package](https://www.npmjs.com/package/devicons-react)

### igntui - .gitignore Generator TUI

A powerful Terminal User Interface (TUI) and CLI for generating .gitignore files from gitignore.io templates. Features smart search, multi-template selection, live preview, and intelligent caching for instant access to 571+ templates.

Technologies: Python, TUI, CLI, PyPI, curses

- [View Source](https://github.com/MKAbuMattar/igntui)
- [PyPI Package](https://pypi.org/project/igntui/)

### Asciiquarium - Python Edition

An aquarium/sea animation in ASCII art for your terminal! This is a Python reimplementation of the classic Perl asciiquarium, featuring multiple fish species, sharks, whales, ships, and sea monsters with smooth 30 FPS animation.

Technologies: Python, TUI, ASCII Art, PyPI, Animation

- [View Source](https://github.com/MKAbuMattar/asciiquarium-python)
- [PyPI Package](https://pypi.org/project/asciiquarium/)

### Notebook - Browser-Based Markdown Editor

Hi! You've found your new space for notes. It's a simple notebook that lives entirely in your browser. Since everything you type is saved automatically and tucked into the URL, your work stays private and follows you wherever you go all without needing an account.

Technologies: Web, AstroJS, Markdown, Local Storage

- [View Source](https://github.com/MKAbuMattar/notebook)
- [Try Notebook](https://notebook.mkabumattar.com/)
