Have you ever faced the challenge of wanting to bring in plugins to Next.js, just like you would in WordPress? I achieved it partially. I wanted to be able to easily install plugins for features like adding Google Analytics, Social Login, E-commerce and customize them to my needs, but I couldn't find a solution. So, I experimented - to bring the file-based plugin system Next.js inspired by WordPress. Join me as I share my journey in creating the Next.js WordPress-like Plugin System, an experiment enhance Next.js applications.