Hackathons.
A log of systems designed, written, and deployed under tight hackathon constraints.
Each entry represents a complete solution—focused on clean engineering architecture, deterministic code pathways, and resolving real-world security or optimization bottlenecks.
01 · Submissions
2Active projects and past entries submitted to developer hackathons.
SecurePay AI is a disposable payment tokenization system and hardware-accelerated fraud detection engine built for the Unicorn Track. It eliminates the risk of consumer credit card theft in database breaches by issuing merchant-locked, spend-capped virtual card tokens.
- ✓ Zero-Leak Card Vault: Encrypts raw card numbers offline (AES-256-GCM) so merchants only touch single-use virtual tokens.
- ✓ Explainable AI scoring: DeepSeek V4 Pro accelerated on AMD Instinct™ MI300X cloud clusters writes plain-text reasons for transaction approvals.
- ✓ Active Revocation Kill Switch: Allows users to instantly invalidate token credentials in Redis to block future merchant subscription charges.
- ✓ Interactive Sandbox Console: A 5-step guided tour mode allowing judges to quickly simulate checkouts and test engine heuristics.
A clinical translation assistant and drug interaction validation workflow. Built to help healthcare practitioners summarize complex medical records, parse multi-lingual prescription transcripts, and highlight potential adverse interactions using structured JSON schema configurations.
02 · Pipeline
Future submissions and optimization projects will be logged here in real-time.