BookPilot AI lets you accept and manage appointments directly from your WordPress site. Build a fully branded booking experience — no third-party redirect required.
Key features:
This plugin optionally connects to the following third-party services:
If you enable Stripe payments in Settings Payments, the plugin loads the Stripe.js library from https://js.stripe.com/v3/ on any page that contains the booking form. This is required by Stripe for PCI DSS compliance; bundling Stripe.js locally is prohibited by Stripe’s terms.
When a customer submits a booking with Stripe as the payment method, their card details are sent directly from the browser to Stripe’s servers to create a Payment Intent. No card data passes through your WordPress server. The plugin sends the Payment Intent amount and currency to Stripe’s API (https://api.stripe.com/v1/payment_intents) using your configured secret key.
If you enable PayPal payments, customers are redirected to PayPal’s hosted checkout page to complete payment. No payment data is processed on your server.
The full, human-readable source code for this plugin (including all build assets and JavaScript source) is publicly available at: https://github.com/derwaish05/bookpilot-ai
The admin calendar view uses FullCalendar v5.11.5 (MIT licence). Source: https://github.com/fullcalendar/fullcalendar
The reports view uses Chart.js v4.5.1 (MIT licence). Source: https://github.com/chartjs/Chart.js
The booking date picker uses Flatpickr v4.6.13 (MIT licence). Source: https://github.com/flatpickr/flatpickr