index.md (1391B)
1 --- 2 label: Home 3 icon: home 4 order: 1000 5 --- 6 7 # Amit's Docs 8 9 Centralized documentation for Amit's projects — pick one below to get started. 10 11 ### Projects 12 13 #### [WhatsApp Logger (Self-Hosted)](/whatsapp-logger/) 14 Privacy-focused, self-hosted WhatsApp archiving tool. Captures messages — including deleted ones — via a linked device connection and stores them in your own Firebase database. 15 16 #### [Git Mirror Site Generator](/git-mirror/) 17 Automated setup that generates a fast, static HTML mirror of your public GitHub repositories using `stagit` and GitHub Actions. 18 19 #### [Mojic](/mojic/) 20 CLI tool that obfuscates C source code into a randomized, password-seeded stream of emojis, using an AES-256-CTR PRNG and HMAC-sealed integrity checks. *(Discontinued — install from source.)* 21 22 #### [Githrun](/githrun/) 23 CLI tool and VS Code extension for executing, exploring, and installing Python scripts directly from GitHub and Gists, with dependency handling and private repo support. 24 25 #### [Veyrix IDE](/veyrix/) 26 Offline-first, privacy-focused PWA code editor that runs entirely in the browser, with local IndexedDB storage, snapshot version history, and dual sharing mechanics. 27 28 #### [OSMA (Open Source Module Archive)](/osma/) 29 Lightning-fast, static search archive for querying NPM and PyPI packages, bypassing live registry bottlenecks with frozen snapshots and a FastAPI + SQLite backend.