Blog

All of my thoughts and experiences which I think are worth sharing.

How to Use Puppeteer on Vercel with Next.js

In this tutorial, we will build a Next.js application that generates PDF files using the Headless Chrome API Puppeteer. Puppeteer will be utilized as a serverless function, and the app will be deployed on Vercel.

Use node-mailer in Next.js

In this guide we are going to build a simple Next.js application, in which we will be able to sent emails using NodeMailer and Next.js build in api routes.