Last weekend I vibe-coded a cool website that lets you do easy DNS record lookups.
I know you can just use dig or nslookup, but oftentimes I'm too lazy to remember the syntax, and there are less technical users who need to manage DNS entries but aren't comfortable with the command line.
We debug customer DNS issues often at ImprovMX, and we typically link to tools like mxtoolbox.com to point out DNS record issues. But those tools seem quite bloated and from the 2000s. I wanted something super clean & simple, and there were a few features I thought were ergonomically needed but lacking: - no confusing dropdowns or syntax for DNS lookup, just put in your domain or subdomain - click-to-copy for all values - header-links so we can provide URLs that will direct another user to an exact domain and which record we want to reference
This was SUPER FUN to vibe code!
The frontend was pretty much one-shotted with lovable. It's amazing how good AI is when working on a clean slate with all the latest popular frameworks (react, tailwind, shadcn, etc.). And I spent the next few hours making small tweaks with cursor.
The backend is a dead simple python flask server.
Both are hosted on render.com <3 I love how simple and value-oriented render.com is. It's always the provider that gives me the least headache when I want to just launch and forget something.
Give it a try and let me know what you think!