At times the world may seem an unfriendly and sinister place, but believe that there is much more good in it than bad.
All you have to do is look hard enough, and what might seem to be a series of unfortunate events may in fact be the first steps of a journey.

← Back

MORE PROJECTS

DOMAIN SCANNER

GitHub Live Demo

Description:

A browser-based tool that generates realistic typo variants for any domain name and checks if they are active using DNS-over-HTTPS. Inspired by dnstwist patterns, this tool is useful for detecting phishing risks, typosquatting threats, and domain name collisions.

Technologies:

Features:

Security:

All checks are performed in-browser via Cloudflare’s secure DNS API. No personal data or domain queries are stored.

Future:

MEMORYEMAIL

GitHub

Description:

A Python-based time-locked message sender that lets users write emails to their future selves, scheduled to be delivered exactly one year later. Inspired by West African traditions of memory, timing, and ritual.

Technologies:

Features:

Security:

Local execution

Credentials required for SMTP setup (app-password recommended)

No external data sharing

Future:

Checklist Progress Tracker

GitHub Live Demo

Description:

A responsive HTML/JavaScript-based checklist app that dynamically updates a progress bar as tasks are checked off. Data is saved locally in the browser to preserve state between sessions.

Technologies:

Features:

Security:

Runs entirely in the browser. No external data sharing. No backend required.

Future:

BARCODE GENERATOR

GitHub

Description:

A Python script that generates 100 unique Code128 barcodes and compiles them into a PDF.

Technologies:

Features:

Security:

Runs locally, no external data sharing

Future:

Telegram Group Scraper

GitHub

Description:

Asynchronously scrapes usernames from a public Telegram group using the Telethon library.

Technologies:

Features:

Security:

Uses Telegram API credentials securely; no data is stored or shared externally.

Future: