Hey everyone! 👋 Ever wanted to send a harmless prank, a meme, or a funny video to your friends, but the standard URL completely gives away the joke before they even click? I ran into this exact issue, so I decided to build a quick side project to solve it. What is it? I built CreepyLink , a lightweight URL masking tool. It takes any safe destination URL and generates a mysterious, "spooky" alias for it. It's perfect for harmless pranks or just confusing your Discord group. The Development Workflow 🤖 I built this relying heavily on an AI-driven "vibe coding" workflow. By utilizing tools like Claude Code and Gemini-cli, I was able to rapidly prototype the UI and handle the routing logic much faster than a traditional manual approach. It really allowed me to focus on the core user experience and the "fun" aspect of the app rather than getting bogged down in boilerplate code. The Technical Challenge: Open Graph Tags The biggest hurdle for a link masker isn't the redirect itself—it's the social media preview.…