*
here are some of the projects i've worked on. i love building tools that make developers' lives easier and exploring new technologies along the way.
whatsapp-api-nodejs
creator and maintainer (jun 2021 - nov 2023)
whatsapp RESTful api, 1.3k+ stars, 20+ contributors
achievements
- grew project to 1.3k+ github stars
- repo reached over 100k views
technologies
whatsbox
creator (feb 2026)
a file sharing service built on WhatsApp's encrypted media infrastructure
achievements
- enabled file uploads up to 2GB without sending them to a chat
- implemented resumable uploads, SHA-256 deduplication, password protection, and automatic expiry
- added download limits, real-time transfer statistics, and background cleanup jobs
technologies
sqpeek
creator (mar 2026)
a keyboard-driven TUI for browsing SQLite databases and running queries
achievements
- built table browsing, schema inspection, query history, sorting, and CSV export
- keyboard and mouse navigation for a fast terminal workflow
technologies
sitefetch
creator (feb 2025)
fetch a site and extract its readable content as markdown
achievements
- created a robust Go-based tool to extract readable content from websites
- optimized content fetching for compatibility with AI models
technologies
flareUI
creator and maintainer (dec 2025 - present)
TUI for managing Cloudflare Tunnels - quick tunnels, named tunnels, all without memorizing CLI flags
achievements
- developed a text user interface (TUI) for seamless Cloudflare Tunnel management
- simplified complex cloudflare CLI operations by automating flag configurations
- built with Go, achieving 100% composition in a minimalist binary
technologies
*older experiments
earlier projects that are no longer actively maintained, but still shaped how i build and explore software.
Tg2Wa
creator · archived (jul 2021 - apr 2023)
a Telegram bot that sends stickers and sticker packs to a linked WhatsApp number
achievements
- connected Telegram and WhatsApp using Telegraf and Baileys
- built invitation-based setup, saved user mappings, and rate-limited sticker transfers
technologies
instagram-without-api
creator · archived (jan 2023)
a small Go experiment for fetching public Instagram posts without the official API
achievements
- queried Instagram's web profile endpoint for posts by username
- exported post metadata and images to JSON with optional base64 encoding