v13.0 — Refreshed for BoothBook v9230 (2026-05-07)

Bugs BoothZen Has Already Fixed

Five tickets sitting on BoothBook's public roadmap — each one closed in BoothZen, with the feature that closes it linked below. Every claim cites the public ticket so you can verify the source for yourself.

Source: BoothBook public roadmap (Featurebase). Snapshot captured 2026-05-07, refreshed alongside BoothBook's v9230 release. We do not reproduce screenshots of BoothBook's product — only the ticket numbers and titles published on its own public roadmap.

BoothZen

Connected Accounts list — edit + delete affordances visible per row

BoothBook ticket #1085View on BoothBook roadmap

Can't edit/delete email in connected accounts

BoothBook context

Reported on BoothBook's public roadmap as ticket #1085 — operators report being unable to edit or remove a connected email account once it has been added.

BoothZen — fixed in Phase 74

BoothZen's ConnectedAccount model and TwilioService expose full edit and delete actions in the Settings → Connected Accounts UI, with confirmation dialogs and a tenant-scoped soft-delete trail.

BoothZen

Automation editor — Save button active with inline 422 error display

BoothBook ticket #1087View on BoothBook roadmap

Automations save button greyed out on edit

BoothBook context

Reported on BoothBook's public roadmap as ticket #1087 — operators editing an existing automation report the save button remains disabled, preventing changes from being persisted.

BoothZen — fixed in Phase 74

BoothZen's automation editor uses an AutomationRequest FormRequest with 422 inline validation errors; the save button enables on every valid edit and surfaces field-level error messages so operators always know why a save is blocked.

BoothZen

Contract template editor — VariablePicker drawer open with token list

BoothBook ticket #1106View on BoothBook roadmap

Contracts have no "add variable" button for custom variables

BoothBook context

Reported on BoothBook's public roadmap as ticket #1106 — operators have no UI for inserting custom merge variables into contract templates.

BoothZen — fixed in Phase 74

BoothZen contract templates ship with a VariablePicker drawer powered by the shared TokenEngine, listing every available merge token (booking, customer, package, custom) with one-click insert at the caret.

BoothZen

Product photo upload — inline size limit + clear error messaging

BoothBook ticket #1082View on BoothBook roadmap

Upload photos for products throws error — no size docs

BoothBook context

Reported on BoothBook's public roadmap as ticket #1082 — operators report product photo uploads fail without an explicit size limit being documented.

BoothZen — fixed in Phase 91 (FILES-01 / FILES-02)

BoothZen exposes a TenantUploadLimit service that enforces per-tenant photo upload caps with documented limits surfaced inline on the upload control, plus a global-admin Settings UI for configuring the cap per plan.

BoothZen

Connected Accounts — default Twilio toggle + automation SMS provider selector

BoothBook ticket #1094View on BoothBook roadmap

Twilio account can't be set default / not selectable in automation SMS

BoothBook context

Reported on BoothBook's public roadmap as ticket #1094 — operators with multiple Twilio accounts report being unable to designate a default or pick a specific account when configuring automation SMS actions.

BoothZen — fixed in Phase 74

BoothZen's connected_accounts table carries an is_default flag, and the automation SMS action exposes a provider selector so operators can route each automation through a specific Twilio account with a one-click default toggle.

Source attribution

All ticket numbers and titles are quoted verbatim from BoothBook's own public roadmap on Featurebase. We make no subjective claims about BoothBook — these are gaps BoothBook's own community has reported, captured here alongside the BoothZen feature that closes each one.

v9230 Parity — v13.0 release cycle

What we shipped from BoothBook v9230 — and how

BoothBook released v9230 on 2026-05-07 with 25 items (14 features + 11 bug fixes). BoothZen tracks v9230 parity in the v13.0 release cycle — shipping the same week BoothBook released v9230 — across phases 110 through 119. The full per-item parity audit is published in our research log.

25

v9230 items in scope

10

v13.0 phases (110-119)

Same week

parity shipping cadence

Per-item parity status is tracked in v13.0-boothbook-v9230-parity-audit.md. We do not claim a feature is shipped on this page until the corresponding code change has been merged to the main branch.

BoothZen unique

What BoothZen has that BoothBook doesn't

Beyond bug-class parity, BoothZen ships eight features we cannot find on BoothBook's public marketing surface or public roadmap as of 2026-05-07. Each item below points to the file or route that backs the claim.

GDPR-grade PII encryption at rest

Customer email, phone, and address are encrypted in the database using a dedicated PiiEncryption service. BoothBook publishes no equivalent encryption-at-rest guarantee.

Evidence

app/Services/PiiEncryption.php

Customer anonymization on right-to-erasure

BoothZen ships a CustomerAnonymizationService that scrubs PII while preserving statistical/audit records, satisfying GDPR Art. 17 without breaking historical reporting.

Evidence

app/Services/CustomerAnonymizationService.php

Regional blog and marketing variants (UK / US / AU / EU)

Every marketing page and blog article ships with territory-specific UK / US / AU / EU variants (currency, spelling, regulator references), with hreflang and canonical tags wired in.

Evidence

resources/js/lib/marketing-regions.ts

Vertical landing pages (DJ, photographer, magician, wedding planner)

Dedicated landing pages for the four largest photo-booth-adjacent verticals, each with regional variants. BoothBook surfaces a single generic landing page.

Evidence

/for/dj /for/photographer /for/magician /for/wedding-planner

Audit trail across booking + lead lifecycle

Every status change, financial event, and PII edit on a booking or lead is recorded in an immutable audit trail surfaced inside the admin UI.

Evidence

AuditLog model (v4.0 audit-trail rollout)

Comparison-with surfaces for non-photo-booth tools

Comparison pages for HoneyBook, Dubsado, Aisle Planner, 17hats, and Check Cherry — operators evaluating switch can map their existing tool 1:1 against BoothZen.

Evidence

/compare/honeybook /compare/dubsado /compare/aisle-planner /compare/17hats

Sub-processor transparency page

Public sub-processor list with the exact third-party providers BoothZen routes data through (Stripe, Twilio, SendGrid, Mollie, PayPal, Cloudflare). BoothBook does not publish an equivalent list.

Evidence

/sub-processors

Multi-tenant architecture by default

Every tenant runs on isolated subdomains with strict tenant-scoped queries by default; global admin access is gated by a separate middleware stack.

Evidence

BelongsToTenant trait + ResolveTenant middleware

FAQ

Frequently asked questions

Is BoothZen at parity with BoothBook v9230?

+

BoothZen tracks v9230 parity in the v13.0 release cycle, shipping the same week BoothBook released v9230 on 2026-05-07. The v9230 changelog covers 25 items (14 features + 11 bug fixes) — BoothZen ships parity in phases 110-119 of v13.0 and continues to publish a per-item parity audit alongside each release.

How do I know the BoothBook gaps you cite are real?

+

Every BoothBook gap on this page is quoted verbatim from BoothBook's own public roadmap on Featurebase, with the ticket number linked so you can verify the source for yourself. We do not reproduce screenshots of BoothBook's product or make subjective claims about its quality.

What does BoothZen ship that BoothBook does not?

+

BoothZen ships GDPR-grade PII encryption at rest, customer anonymization on right-to-erasure requests, regional blog and marketing variants (UK, US, AU, EU), four vertical landing pages, an end-to-end audit trail, comparison-with pages for non-photo-booth tools, and a published sub-processor transparency page. Each claim on this page links to the file or route that backs it.

Is BoothZen GDPR-compliant?

+

BoothZen is built for GDPR from the ground up: PII fields are encrypted at rest, customers can request data export and right-to-erasure through the customer portal, every PII edit is audited, and our sub-processor list is public. No customer data is sold or used for advertising profiling.

How often do you refresh this comparison?

+

We refresh this page after every BoothBook release that adds public-roadmap items. The current snapshot was captured on 2026-05-07. We never claim a feature is shipped on BoothZen until the corresponding code change has been merged to the main branch.

Where can I see the full feature comparison?

+

The full side-by-side comparison lives at /compare/boothbook — pricing, modules, integrations, and a complete feature matrix. This /gaps page focuses specifically on items BoothBook has flagged on its own public roadmap.

See the full feature comparison

Pricing, features, and a side-by-side breakdown of what each platform ships today.

No Credit Card Required