It took me quite some time to come up with the name; not only me, but also one of my friends helped me to finalise it lexicode. I think the name is self-explanatory. In this post, I’ll share how I hosted my frontend using Vercel and the issues I ran into with the DNS setup.
As I have said earlier, I am using Next.js for this project. Vercel made the deployment process smooth:
After buying my domain from Namecheap, I went to my Vercel dashboard → Settings → Domains and added my domain name.
Vercel gave me a few DNS records to add, typically something like:
CNAME for www → cname.vercel-dns.comA Record for @ → Vercel’s IP addressesI copied these and added them in my domain registrar’s DNS settings.

DNS changes don’t happen instantly they can take anywhere from a few minutes to 24 hours to propagate globally. It’s basically the internet updating its phonebook.
In my case, after waiting a few hours and re-checking, my site finally started showing up correctly on my domain!