Skip to content
projects

All Projects

Every full-stack app, developer tool, and API experiment I've shipped so far — filter by stack to find what you're looking for.

WafyShield

Next.jsJavaScriptSecurityOWASP

A lightweight serverless web security scanner that analyzes HTTPS, SSL/TLS, security headers, and cookie security. Generates a 0–100 risk score with actionable remediation recommendations.

problem

Website owners and developers need a quick, free way to audit their site's security posture without expensive tools or complex configurations.

solution

Built a serverless Next.js scanner that analyzes public HTTP response headers, checks HTTPS enforcement, security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy), and cookie attributes (Secure, HttpOnly, SameSite). Delivers a clear 0-100 score with PASS/WARNING/FAIL status and actionable recommendations.

learned

Next.js serverless functions, TLS/SSL certificate inspection, HTTP header security (OWASP guidelines), rate limiting middleware, and building a dark mode UI.

WafyURL

PythonFlaskHTMLCSSJS

Premium full-stack link management platform with QR code generator and real-time analytics dashboard.

problem

Existing link shorteners lacked analytics and QR features.

solution

Built a full-stack platform with Flask, real-time dashboard, and dynamic QR generation.

learned

Flask routing, database modeling, chart.js, and deployment.

WafyDev

HTMLCSSJS

All-in-one developer toolbox with 9 powerful utilities — Password Generator, QR Generator, Typing Test, Study Timer, Markdown Preview, Note Taker, Countdown, Text Utilities, and Color Palette. Built for speed, privacy, and everyday productivity.

problem

Developers often need quick tools but don't want to rely on external sites.

solution

Built a lightweight suite with essential utilities that work offline and respect user privacy.

learned

Client-side JavaScript, localStorage, and building privacy-first tools.

AstroWafy

HTMLCSSJSNASA APOD API

Automated web application that connects directly with NASA's APOD API to bring daily space imagery and astronomical data.

problem

Space enthusiasts need a simple way to access NASA's daily astronomy content.

solution

Built a clean, responsive interface that fetches and displays APOD data with explanations.

learned

API integration, JSON parsing, dynamic content rendering, and responsive image handling.