Projects
Vibe coding experiments
Quick projects built while experimenting with various tools and approaches.
Podcast Smart Trim
π View on GitHub
A CLI tool that uses AI to automatically identify and remove advertisements from podcasts. This project was built to test Antigravity, Google’s new IDE.
Features:
- AI Transcription: Uses
openai-whisperfor accurate transcripts. - Smart Ad Detection: Uses Google Gemini to analyze context and identify ad breaks.
- Ad Removal: Uses
ffmpegto remove the identified ad segments.
Morse Code Trainer
π Try it live here! | π View on GitHub
An interactive web application for practicing morse code. Built using Gemini CLI and Q CLI as a rapid development experiment.
Features:
- Multiple practice modes (character β morse, audio recognition)
- Learn mode for studying patterns
- Mobile-responsive with PWA support

Built with vanilla JavaScript and the HTML5 Audio API.