← All use cases

Event Registration Powered by Google Sheets

Build a registration form that writes directly to a spreadsheet. Check attendance counts with aggregation queries. No backend needed.

How it works

Create a sheet with name, email, ticket_type, registered_at columns. Your registration form POSTs to the API. Organizers see signups appear in real-time in Google Sheets.

Check capacity

Use GET /agg/count to check how many people have registered. Filter by ticket_type to see counts per tier: /agg/count?_filter=ticket_type:eq:vip.

Export and collaborate

Since data lives in Google Sheets, your whole team can view, filter, and export registrations. Share the spreadsheet with volunteers, sponsors, or venue staff.

Set up event registration now

Get Started Free