6/10/2025
Netlify is a popular platform for hosting static and serverless applications. With Next.js, you can deploy hybrid applications that use static generation and server-side rendering.
npm run build
and the publish directory to out
if you’re using static generation (next export
), or leave it as .next
for server-side rendering.Netlify’s free tier is great for personal projects and provides features like custom domains, form handling, and edge functions. It's an excellent choice for hosting your portfolio blog.