---
title: "Projects & Tools"
description: "Open-source work I maintain outside the day job: hardened container images, Helm charts, and developer tooling. Built because I needed them, published because someone else might."
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. Formulas render 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 web application for subnetting, CIDR calculations, and VLSM. It has 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

A CLI tool that generates 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 - AWS Architecture Icons for Every Stack

The official AWS Architecture Icons packaged as 16 npm packages under one scope: raw SVG, React, Preact, Vue, Solid, Svelte, Astro, Angular, Lit, Web Components, Alpine.js, htmx, React Native, Qwik, Iconify collections, and SVG sprites. A monthly pipeline syncs the official AWS icon set and releases every package automatically. Supersedes the archived aws-icons and aws-react-icons packages.

Technologies: TypeScript, SVG, React, Vue, Angular, AstroJS, NPM, GitHub Actions

- [Docs & Gallery](https://aws-icons.mkabumattar.com/)
- [View Source](https://github.com/MKAbuMattar/aws-icons)
- [All Packages (@aws-icons)](https://www.npmjs.com/org/aws-icons)

### Devicons Pack - Programming Icons for Every Stack

Devicons (programming languages, tools, and tech logos) packaged as 16 npm packages under one scope, from raw SVG to React, Vue, Svelte, Angular, React Native, Qwik, Iconify, and more. Weekly pipeline tracks devicons/devicon (master feeds stable, develop feeds the beta channel). Supersedes the archived devicons-react package (8k+ weekly downloads).

Technologies: TypeScript, SVG, React, Vue, Svelte, AstroJS, NPM, GitHub Actions

- [Docs & Gallery](https://devicons-pack.mkabumattar.com/)
- [View Source](https://github.com/MKAbuMattar/devicons-pack)
- [All Packages (@devicons-pack)](https://www.npmjs.com/org/devicons-pack)

### Fluent UI Emoji - Microsoft Emoji for Every Stack

Microsoft Fluent UI Emoji packaged as 16 npm packages under one scope: raw SVG, React, Preact, Vue, Solid, Svelte, Astro, Angular, Lit, Web Components, Alpine.js, htmx, React Native, Qwik, Iconify collections, and SVG sprites. A weekly pipeline syncs microsoft/fluentui-emoji and releases every package automatically. Supersedes the archived fluentui-emoji and react-fluentui-emoji packages.

Technologies: TypeScript, SVG, React, Vue, Svelte, AstroJS, NPM, GitHub Actions

- [Docs & Gallery](https://fluentui-emoji.mkabumattar.com/)
- [View Source](https://github.com/MKAbuMattar/fluentui-emoji)
- [All Packages (@fluentui-emoji)](https://www.npmjs.com/org/fluentui-emoji)

### igntui - .gitignore Generator TUI

A Terminal User Interface (TUI) and CLI for generating .gitignore files from gitignore.io templates. It has smart search, multi-template selection, live preview, and 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 and sea animation in ASCII art for your terminal. This is a Python reimplementation of the classic Perl asciiquarium, with multiple fish species, sharks, whales, ships, and sea monsters animated at 30 FPS.

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

A simple notebook that lives entirely in your browser. Everything you type is saved automatically and tucked into the URL. Your work stays private and follows you wherever you go, with no account needed.

Technologies: Web, AstroJS, Markdown, Local Storage

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