
WordPress Plugin to trigger Vercel deploy hooks on command / update
WP Vercel Deploy Hooks is a WordPress plugin that allows users to automate the deployment of a static site to Vercel when publishing or updating a WordPress post or page. It also provides the option to manually deploy the Vercel project with the push of a button. This plugin is based on the WP Netlify Webhook Deploy plugin and offers features such as scheduling deploys on a daily or weekly basis.
"require": { "wp-vercel-deploy-hooks": "dev-master" }"composer install/update to include the package in the plugins folder.WP Vercel Deploy Hooks is a useful WordPress plugin that simplifies the process of deploying a static site to Vercel. It offers features such as automatic deployment on publishing or updating WordPress content, manual deployment with a single button push, and scheduled deploys. The plugin can be installed manually or through Composer for added convenience. Overall, it is a handy tool for WordPress users who want to streamline their deployment process to Vercel.

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.