Skip to content

Commit a362f23

Browse files
committed
Add Ticketebo comparison
1 parent 78bd608 commit a362f23

5 files changed

Lines changed: 377 additions & 6 deletions

File tree

IMAGE-SCENARIOS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ layout: null
77

88
## Scope
99

10-
This audit covers all 153 rendered client pages. A page counts as illustrated
10+
This audit covers all 155 rendered client pages. A page counts as illustrated
1111
when an image is visible in its content. Product screenshots, figures,
1212
galleries and visible image backgrounds count. Icons, logos, social metadata
1313
and loading placeholders do not.
1414

1515
| Page group | Total | With images | Without images |
1616
|---|---:|---:|---:|
17-
| Editorial pages in the sitemap | 151 | 63 | 88 |
17+
| Editorial pages in the sitemap | 153 | 63 | 90 |
1818
| Non-indexed utility pages | 2 | 0 | 2 |
19-
| **All rendered pages** | **153** | **63** | **90** |
19+
| **All rendered pages** | **155** | **63** | **92** |
2020

21-
The 88 editorial pages are the main illustration backlog. The two utility
21+
The 90 editorial pages are the main illustration backlog. The two utility
2222
pages are listed separately at the end.
2323

2424
## Asset Rules
@@ -181,6 +181,7 @@ pages are listed separately at the end.
181181
| `pages/compared-to/bookitbee.md` | Comparison graphic: `bookitbee-fee-stack` | Riverside sells 250 £18 tickets. Show BookitBee's percentage tier and minimum fee beside Chobble's fixed price, with reserved seating and group deals as separate advantage cards. | Balances richer selling features against predictable platform cost. |
182182
| `pages/compared-to/tito.md` | Comparison graphic: `tito-conference-workflow` | Northstar Dev Day sells 400 €120 tickets. Compare shared API tools, Tito's conference and badge workflow and Chobble's flat price and self-hosting. | Puts conference operations beside cost rather than reducing the choice to fees. |
183183
| `pages/compared-to/tickts.md` | Comparison graphic: `tickts-plan-staircase` | Oakfield needs a custom domain, full API and white-label presentation. Show Starter, Growth and Pro steps with their features beside one Chobble level containing all current Chobble features. | Explains feature tiers without suggesting tickts charges commission. |
184+
| `pages/compared-to/ticketebo.md` | Comparison graphic: `ticketebo-fee-and-payout` | Riverside Folk Festival sells 400 £15 tickets. Show Ticketebo's 4.95% per-transaction fee, with its 75p minimum, beside Chobble's flat £50/year plus own-provider processing, with a timeline strip marking when each settles: Ticketebo pays the Monday after the event then the next business day, while the Stripe route and Chobble settle into the organiser's own payment account as each booking is made. Keep settlement and bank payout as separate marks. Show Ticketebo's free managed page design as a separate advantage panel. | Shows that a per-transaction fee with a post-event payout crosses the flat price near £2,300 of sales, and that managed setup trades control for convenience. |
184185
| `pages/compared-to/ticketsource.md` | Comparison graphic: `ticketsource-fee-and-payout` | Penfold Players sells 400 £12 tickets across a four-night run. Show the booking fee on both TicketSource routes beside Chobble's flat price, with a timeline strip marking when each route settles: TicketSource holds the money until after the run, while the Stripe route and Chobble both settle into the organiser's own payment account as each booking is made, then pay out to the bank on that provider's schedule. Keep settlement and bank payout as separate marks so the graphic does not imply the money lands in the bank instantly. | Shows that payout timing matters as much as the fee rate for a group with cash-flow limits. |
185186
| `pages/compared-to/ticketpass.md` | Comparison graphic: `ticketpass-fee-and-donation` | Meadowfield Fundraisers sells 500 £15 tickets. Split the Essentials charge into booking fee, service fee and the donated share, beside Chobble's community hosting fee with a direct donation shown separately. | Separates the size of the ticket charge from the share of it that is donated. |
186187
| `pages/compared-to/eventprime.md` | Comparison graphic: `eventprime-plan-tiers` | Oakfield Arts sells 300 £12 tickets and needs ticket generation, card payments and door check-in. Show which EventPrime plan each requirement lands in, with the WordPress site and gateway as separate costs, beside one Chobble level containing all current Chobble features. | Shows that the plugin price depends on which features an organiser needs. |

_data/competitors.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,14 @@
347347
"payment_processing_percent": 1.5,
348348
"payment_processing_fixed": 0.2,
349349
"fee_note": "SmartGig prices its Ticketing module at £80/month or £800/year on annual billing. Its published prices list no fee per ticket sold, so this estimate assumes none; no reviewed source states outright that no per-sale fee applies. This estimate uses the annual rate for ticketing alone. Other parts of the platform are priced separately, including White Label custom domains at £50/month, Trader Manager, Transport Manager and Stage Manager at £20/month each, and Site Plan, team access and recurring events at £10/month each, so a real package can cost more. Ticket revenue goes directly to your own Stripe account via Stripe Connect, with Stripe processing charged separately (1.5% + 20p in the UK). Chobble Tickets: £50/year or £5/month flat (£25/year for charities, community groups, artists and musicians on the annual plan) + Stripe processing (1.5% + 20p). Source: smartgig.co.uk package builder (August 2026)."
350+
},
351+
"ticketebo": {
352+
"name": "Ticketebo",
353+
"annual_cost": 0,
354+
"per_ticket_fee_percent": 4.95,
355+
"per_ticket_fee_fixed": 0,
356+
"payment_processing_percent": 0,
357+
"payment_processing_fixed": 0,
358+
"fee_note": "Ticketebo fees: 4.95% (incl. VAT) of the total transaction value per order, with a minimum of 75p (incl. VAT) per transaction, and card processing included. No subscription, no setup fee and no per-ticket charge. The fee is charged per order, so a multi-ticket booking is charged once. By default the buyer pays the fee on top of the ticket price, but the organiser can absorb it. With a connected Stripe account, a rebate of up to 20% of the booking fee is paid to the organiser after the event, and Stripe processing (1.5% + 20p in the UK) applies separately. Registered charities receive a 10% donation of booking fees back. This calculator applies 4.95% per ticket and does not model the 75p per-transaction minimum, which raises the effective rate on low-value orders. Chobble Tickets: £50/year or £5/month flat (£25/year for charities, community groups, artists and musicians on the annual plan) + Stripe processing (1.5% + 20p). Source: ticketebo.co.uk/pricing (August 2026)."
350359
}
351360
}

pages/compared-to/compared-to.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ blocks:
108108
- icon: hugeicons:ticket-01
109109
description: A pay-as-you-go ticketing platform sold as prepaid ticket credits, including reserved seating, box office and custom ticket design. Compare pricing, features and data handling.
110110
name: <a href="/compared-to/ticket-generator/">Ticket Generator alternative</a>
111+
- icon: hugeicons:ticket-01
112+
description: A UK ticketing platform with a per-transaction booking fee and managed page design. Compare pricing, payouts, seating and data handling.
113+
name: <a href="/compared-to/ticketebo/">Ticketebo alternative</a>
111114
- icon: hugeicons:ticket-01
112115
description: An independently owned B Corp ticketing platform from London with flat per-ticket fees. Compare pricing, features and data handling.
113116
name: <a href="/compared-to/ticket-tailor/">Ticket Tailor alternative</a>

0 commit comments

Comments
 (0)