I recently read a document about monitoring and its impact on production projects.
And it hit me with an uncomfortable question:
Why do I never set up monitoring on my own projects?
I build things.
I deploy them.
Then... I just move on.
No visibility.
No data.
No idea who's visiting, what's slow, or if something breaks.
So I decided to fix that.
Since my portfolio is deployed on Vercel, I started researching monitoring options and realized something simple but important:
π Vercel already gives you analytics out of the box.
No complex setup.
No external dashboards.
No overengineering.
Just enable it, add one component, and you're done.
Vercel Analytics lets you track:
Page views
Visitors
Basic performance insights
And if your project gets less than 50,000 requests per month, you can use it for free --- which is perfect for personal projects and portfolios.
I set it up on my portfolio, and honestly?
It was a really fun experience.
Seeing real data from something you built changes how you think about your project. It stops being "just a deployed site" and starts feeling like a living product.
Lesson learned:
Even small projects deserve monitoring.
Especially the ones you're proud of.
Top comments (0)