AI Automation & Agents  

πŸš€ My Automated Portfolio Website – Next.js + Zapier + Vercel

I’m Siddhant Mohan Jha, and I’m excited to share my first project β€” my very own portfolio website, built using Next.js and automated with Zapier.

It’s not just a simple portfolio β€” it’s a smart website that can handle contact messages automatically without any manual work! πŸ’‘πŸ’» What My Portfolio Does

My portfolio website showcases:

  • My skills and projects

  • A contact form where anyone can reach me

  • A completely automated workflow for message handling

βš™οΈ How the Automation Works

Normally, when someone fills out a contact form, the owner has to manually check messages and reply.
But in my case, everything happens automatically using Next.js API routes and Zapier webhooks πŸ”„

Here’s the full workflow:

  1. When someone fills out the form, their data (name, email, message) is sent to my Next.js API route.

  2. The API validates all the fields and ensures the email format is correct.

  3. Once validated, the data is forwarded to Zapier via a webhook.

  4. Zapier automation instantly:

    • Sends a confirmation email to the user πŸ“§

    • Sends me their message details at the same time πŸ“₯

Everything happens in seconds β€” no manual checking or replying needed!

🧠 Tech Stack

LayerTechnology
FrontendNext.js, React, Tailwind CSS
BackendNext.js API Routes
AutomationZapier Webhooks
DeploymentVercel

🌟 Key Features

  • Fully responsive UI

  • Automated contact form (instant confirmation emails)

  • Backend validation for secure submissions

  • Live deployment on Vercel

  • Integration between frontend, backend & automation tools

πŸ§ͺ Try It Yourself

βœ… Fill in your name, email, and message.
βœ… Wait a few seconds β€” you’ll receive a confirmation email right away!

πŸ” What I Learned

This project helped me understand how to:

  • Build modern web apps using Next.js

  • Use API routes for backend logic

  • Automate workflows using Zapier

  • Deploy live projects with Vercel

It was a great learning experience to see how frontend, backend, and automation can work together to create a seamless system.

πŸ”§ Future Improvements

  • Add reCAPTCHA to prevent spam

  • Save messages in a database (like MongoDB)

  • Create an admin dashboard for viewing submissions

πŸ’¬ Final Thoughts

Building this portfolio was a huge step for me.
It’s not just a static website β€” it’s a smart, automated system that works on its own and shows my ability to combine development + automation.

If you’d like to see it in action, check it out here πŸ‘‡
πŸ”— https://sidd-portfolio-2-0.vercel.app/