to select ↑↓ to navigate
Buzz

Buzz

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

What is Buzz

What is Buzz

Buzz is an event ticketing and management platform built on the Frappe Framework. A single Buzz Event record drives everything you need to run an event end to end: ticket types and inventory, add-ons, coupons, sponsorships, talk and event proposals, custom registration forms, check-in at the door, and reporting. Organizers configure events from the Frappe Desk, while attendees, sponsors, speakers, and check-in staff work through a clean, mobile-friendly web dashboard. This guide is task-oriented: it walks each kind of user through the real flows they care about, grounded in how Buzz actually behaves.

The three-tier stack

Buzz is made of three layers that work together:

  • Frappe backend — The data model (DocTypes), whitelisted API methods, permissions, and the scheduler all live here. The Buzz Event DocType is the hub that ticket types, bookings, tickets, sponsors, and check-ins hang off of. Organizers and admins manage these records in the Frappe Desk. Buzz requires the frappe/payments app for payment gateways.
  • Vue 3 dashboard — The attendee/organizer-facing single-page app, built with Vue 3 and frappe-ui. It is served under the base route **/b** (for example, /b/account/bookings). This is where people book tickets, manage their tickets, sponsor events, propose talks, and check attendees in. Older links under /dashboard/* (including the old /dashboard/book-tickets/* registration links) automatically 301-redirect to the matching /b/* route, so existing links keep working.
  • Public & Builder pages — Event landing pages, web forms (such as sponsorship applications and talk proposals), and any pages built with Frappe Builder are served as regular web pages.

Who uses Buzz

Buzz serves five personas. Most permissions flow from two custom roles — Buzz User (assigned automatically when a user is created) and Frontdesk Manager (for check-in staff).

Persona What they do Where they work
Organizer Create and configure events, ticket types, add-ons, coupons, sponsorship tiers, schedule, and custom forms. Run reports. Frappe Desk
Attendee Browse an event, book tickets (as a guest via OTP or signed in), then transfer, change add-ons, or cancel. /b dashboard
Sponsor Submit a sponsorship enquiry, pay, and manage their sponsorship. /b dashboard + web form
Speaker Propose a talk and track its status; accepted talks become part of the schedule. /b dashboard + web form
Check-in staff Scan attendee QR codes at the door (requires the Frontdesk Manager role). /b/check-in

Persona → feature map

what-is-buzz diagram

Feature map

Each link below points to the guide section that covers it in full.

Event setup (organizer)

Selling tickets (organizer)

Attendee experience

Check-in

Sponsorships

Proposals

Custom forms

Marketing

Feedback

Admin & settings

Next steps

New to Buzz? Continue with Install & Setup to get the app running, then read Concepts & Data Model to understand how the pieces fit together before you create your first event.

Last updated 3 weeks ago
Was this helpful?
Thanks!