Tavolix

Description

Tavolix is an all-in-one booking assistant for restaurants: a public reservation widget for your site, an admin dashboard to manage bookings and the floor plan, and automated customer notifications by email and WhatsApp.

With Tavolix you can:

  • Publish a public booking widget on any page via the [ristorante_booking] shortcode, with real-time availability based on your rules and table capacity.
  • Manage incoming bookings (confirm, waitlist, reschedule, cancel) from a dedicated admin dashboard.
  • Configure your restaurant’s room, tables and seating capacity, and get an AI-suggested floor plan layout (Gemini-based, requires your own Google AI API key).
  • Define advanced booking rules: closures, blocked or limited time slots, minimum party size, zone assignment, automatic waitlisting.
  • Schedule special/themed evenings with their own rules and capacity.
  • Send automatic email notifications for confirmations, waitlist, reschedule and cancellations, to both customers and the restaurant owner.
  • Optionally send the same notifications via WhatsApp, using your own Meta WhatsApp Business Platform account (Cloud API) — no third-party messaging provider or markup fees.
  • Get a ready-to-use booking link for your Google Business Profile, and optionally request a Google review automatically the day after a visit.
  • View an aggregated customer history (bookings, contact details) from a dedicated Customers tab.
  • Let customers cancel their own booking from a secure, tokenized link in their confirmation email — no account required.
  • Export or erase a customer’s booking data on request, using WordPress’ native Privacy Tools (Users Personal Data Requests), for GDPR compliance.

The plugin stores all its configuration and booking data in your own WordPress database. No data is sent anywhere unless you explicitly enable and configure one of the optional integrations described below.

Free vs. Premium

Tavolix’s core is free forever: the public booking widget, the admin booking dashboard, manual floor plan/table configuration, advanced booking rules and special events, automated email notifications, the guided setup wizard, and GDPR export/erasure tools all work without any license.

A Premium license (79€/year per site, with a 14-day free trial, no credit card required to try) unlocks:

  • AI-suggested floor plan layout (Gemini-based).
  • Automatic WhatsApp notifications via the Meta WhatsApp Business Platform.
  • Automatic post-visit Google review requests.
  • The Customers tab (aggregated booking history per customer).
  • The AI assistant command bar (natural-language commands across the admin).

The trial doesn’t start automatically at activation: start it with one click, no card required, from Tavolix Licenza whenever you’re ready. After the trial, these specific features pause until a license is activated from the same page; every free-tier feature keeps working normally, with no interruption and no nag screens blocking the rest of the plugin.

External services

Tavolix integrates with two optional third-party services. Both are off by default and only activate once you configure your own API credentials for that service in Tavolix Impostazioni.

Google Gemini (AI floor plan suggestions, and the AI assistant command bar)
If you enter a Gemini API key, Tavolix uses Google’s Generative Language API for two features: (1) the “Suggerisci layout AI” feature sends your restaurant’s room dimensions and table configuration (numeric layout data only — never customer or booking data) to receive a suggested table arrangement, only when you explicitly click the AI suggestion button; (2) the AI assistant command bar, shown at the bottom of every admin screen, sends your typed command together with your current rules, opening hours/closures, tables, events, email/WhatsApp/review settings, and a list of upcoming non-cancelled bookings (customer first/last name, date, time, party size and status only — never email, phone or notes) so the assistant can carry out the request you typed (e.g. creating a closure rule, or cancelling/rescheduling a specific booking) immediately, without a preview step. This call happens only when you send a message in the assistant bar.
Service: Google Gemini API — Terms of Service, Google Privacy Policy.

Meta WhatsApp Business Platform (Cloud API)
If you configure a Phone Number ID, WABA ID and Access Token and enable WhatsApp notifications, the plugin sends the customer’s name and phone number, plus the restaurant name and booking date/time/party size, to Meta’s WhatsApp Cloud API (graph.facebook.com) in order to deliver a booking confirmation, waitlist, reschedule or cancellation message. This only happens for bookings where the customer provided a phone number, and only while the WhatsApp toggle is enabled.
Service: Meta WhatsApp Business Platform — WhatsApp Business Terms, Meta Privacy Policy, Meta Platform Terms.

Both integrations require you to create and own your own developer account/API key with the respective provider; Tavolix does not proxy, log, or have access to this traffic beyond what your own site sends directly.

Your restaurant management software (optional booking webhook)
If you enter a webhook URL and an API key in Tavolix Impostazioni “Gestionale di sala”, every successful online booking is also sent to that URL (customer name, phone number, booking date/time, party size and notes), authenticated with your API key. The URL is chosen by you and points to your own restaurant management software: Tavolix does not operate this service and sends nothing unless both fields are filled in. A failed call never blocks the customer’s booking.

Freemius (licensing for Premium features)
If you activate a Premium license (see “Free vs. Premium” above) or start the 14-day Premium trial, Tavolix uses the Freemius SDK to manage the license: this sends your site URL, plugin version, and — only if you complete a purchase — billing details you enter directly on Freemius’ own checkout page (Tavolix itself never sees or stores payment details). This only happens if you activate a trial or license; the free tier works with no connection to Freemius at all.
Service: Freemius — Terms of Service, Privacy Policy.

Screenshots

Installation

  1. Upload the plugin files to the /wp-content/plugins/ristorante-ai directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open Tavolix in the admin menu to configure your floor plan, rules and tables — a setup wizard will guide you through the basics.
  4. Add the [ristorante_booking] shortcode to a page to publish the public booking widget.
  5. (Optional) Go to Tavolix Impostazioni to enter your Gemini API key (for AI layout suggestions) and/or your Meta WhatsApp Business credentials (for WhatsApp notifications).

FAQ

Do I need an external AI API key?

No. The Gemini API key is only needed if you want AI-suggested floor plan layouts; every other feature works without it.

Do I need WhatsApp/Meta credentials?

No. WhatsApp notifications are entirely optional. Without them, customers still receive email notifications for confirmations, waitlist, reschedule and cancellations.

Where is customer data stored?

Bookings (including customer name, email, phone and notes) are stored in a dedicated table in your own WordPress database. Settings, rules and configuration are stored as standard WordPress options. Nothing is stored outside your site unless you explicitly enable the Gemini or WhatsApp integrations described above.

What happens to my data if I uninstall the plugin?

Deleting the plugin (not just deactivating it) removes all Tavolix options, credentials and the bookings table from your database.

Where is the source code for the bundled JavaScript?

The /assets folder ships a production build (bundled and minified) of the plugin’s React/TypeScript admin interface. The full, human-readable source code — including package.json and build instructions (npm install && npm run build) — is included in this plugin package under /src.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Tavolix” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Tavolix” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.4.2

  • Added optional booking webhook: each successful online booking can be mirrored to your own restaurant management software (Tavolix Impostazioni “Gestionale di sala”: webhook URL + API key, stored encrypted). Off by default; a failed call never blocks the customer’s booking.

1.4.1

  • Removed the only remaining inline <style> tag (in the standalone customer self-service booking-management page) in favor of inline element styles, per WordPress.org guidelines on enqueuing CSS.

1.4.0

  • Renamed the plugin from “RistoranteAI” to “Tavolix” (display name and Text Domain only — internal PHP class names, the REST namespace, the [ristorante_booking] shortcode and admin URL slugs are unchanged for backward compatibility).
  • Added the full React/TypeScript source code for the admin interface under /src, with build instructions, alongside the existing production build in /assets.
  • Fixed Contributors to match the actual WordPress.org account (danilante) that owns this plugin submission.

1.3.1

  • Fixed Text Domain header to match the plugin slug (was “ristorante-ai”, now “ristoranteai”) so translations load correctly from WordPress.org.

1.3.0

  • Introduced a freemium licensing model: the core plugin (bookings, floor plan, rules, email, GDPR tools) remains free forever; AI floor plan suggestions, WhatsApp notifications, automatic Google review requests, the Customers tab, and the AI assistant bar are now Premium features (79€/year per site, 14-day free trial, no card required to try, started with one click from Tavolix Licenza).
  • Added Tavolix Licenza page to view trial/license status and activate a Premium license.
  • Licensing powered by Freemius; see the “External services” section above for what’s shared.

1.2.0

  • Added AI assistant command bar (requires a Gemini API key), shown at the bottom of every admin screen: type a request in plain language (e.g. “chiudi il lunedì da oggi a fine dicembre”) and it’s carried out immediately across rules, opening hours/closures, tables, special events, email/WhatsApp/review settings, and individual bookings (confirm/cancel/reschedule) — never against stored credentials or API keys.
  • Added rate limiting to the new AI assistant endpoint.

1.1.0

  • WhatsApp notifications rewritten to use the Meta WhatsApp Business Platform (Cloud API) directly, replacing the previous Twilio-based integration — no more third-party messaging markup.
  • Settings page: Gemini API key and Meta Access Token are no longer echoed back in the page HTML; fields show a placeholder and a “remove” option instead, reducing exposure of stored secrets.
  • Added rate limiting to the WhatsApp test-send endpoint.
  • Added uninstall cleanup: all plugin options, credentials and the bookings table are now removed when the plugin is deleted.
  • Added Email tab: automated confirmation/waitlist/reschedule/cancellation emails to customers, plus owner notifications.
  • Added Google tab: ready-to-use booking link for Google Business Profile, and automatic post-visit review request.
  • Added Customers tab: aggregated booking history per customer.
  • Added guided setup wizard and dashboard tour for first-time configuration.
  • Added self-service booking cancellation link (tokenized, no account required) in confirmation emails.
  • Added GDPR export/erasure support via WordPress’ native Privacy Tools.

1.0.2

  • Server-side validation of booking rules (closures, blocked/limited slots, minimum covers) in POST /booking, not just client-side.
  • GET /manage (admin) supports filters and pagination (from/to/status/limit/offset) instead of always loading the full booking history.
  • Real seating-capacity check per time slot based on tables mapped in the Floor Plan, in addition to the daily maxDailyPax cap.

1.0.1

  • Version alignment between plugin header and readme.

1.0.0

  • First public version.
  • React-based admin interface.
  • REST API endpoints for data and layout.
  • Settings page for Gemini API key.