SavorPilot is a flexible, all-in-one restaurant management plugin for WordPress. It helps restaurants, cafés, cloud kitchens and food halls run menus, online ordering, table reservations and kitchen operations from their own website — with no per-order or per-cover fees.
Menus & dishes
Online ordering
Table booking & floor plan
Locations & multi-location
Inventory & reporting
SEO
Blocks & shortcodes
[restrohub_menu] — display a menu.[restrohub_booking] — show the booking form.[restrohub_opening_hours] — show opening hours and live status.The human-readable source code for the compiled admin UI is included in the admin-ui/ directory of this plugin. The assets/admin-ui/main.js and assets/admin-ui/main.css files are generated from it.
To rebuild the admin UI:
cd admin-uinpm installnpm run buildThird-party dependencies and build configuration are listed in admin-ui/package.json and admin-ui/vite.config.js.
A public copy of the source is also available at: https://github.com/mrshahbazdev/restrohub
This plugin can optionally connect to Stripe (https://stripe.com) to process card payments. No Stripe account or data is required unless the site owner enters their own Stripe API keys. When Stripe is enabled, order total, currency and order ID are sent to Stripe’s servers over HTTPS. Stripe’s privacy policy applies: https://stripe.com/privacy.