Skip to content

Event Settings

Manage your event's identity, branding, and core configuration from /admin/settings.

Quick outcome

Event settings control what attendees see on the homepage and how the site looks and behaves. Changes take effect immediately — no redeploy needed.

Setup

Navigate to /admin/settings to configure these areas:

Event identity

FieldDescription
NameEvent title displayed in the header and homepage
TaglineShort subtitle shown below the name
DescriptionLonger text about the event
Start/End dateEvent date range
LocationVenue name or general location

Branding

FieldDescription
Primary colorMain brand color (hex, e.g., #2563EB) — used for buttons, headers
Accent colorSecondary brand color (hex) — used for highlights and links
Hero imageLarge banner image on the homepage
LogoOptional logo displayed in the header
FaviconBrowser tab icon

Colors are applied via CSS custom properties (--event-primary, --event-accent) and used throughout the site with Tailwind's semantic color classes.

Email configuration

FieldDescription
Email fromSender address for OTP and announcement emails
Email reply-toReply-to address for emails

RSVP settings

FieldDescription
RSVP enabledToggle the RSVP form on/off
RSVP deadlineCutoff date for new RSVPs
Max attendees per RSVPLimit on party size (default: 10)
Collect dietary infoShow dietary preferences field
Collect notesShow additional notes field
Allow tentativeShow "maybe" option alongside confirmed/declined
Default pricing tierPre-selected attendee type

Access control

FieldDescription
Allowed emailsJSON array of emails permitted to sign in
Admin emailsJSON array of additional admin emails

See People & Access for managing these through the UI instead of editing JSON.

Contact form

FieldDescription
Contact form enabledToggle the contact form
Contact form emailsRecipient emails for contact submissions

Event mode

FieldDescription
Modeactive (full site) or post-event (photos/docs/polls only)

Attendee experience

What guests see on the homepage (/):

  • Event name and tagline in the hero area
  • Hero image as the page banner
  • Event dates and location
  • Content sections (configured in Content)
  • Navigation to schedule, RSVP, pay, and other features

The homepage adapts to the event mode — in post-event mode, RSVP and payment navigation items are hidden.

Troubleshooting

SymptomFix
Changes not visibleSettings are cached for 5 seconds. Refresh the page.
Invalid color formatUse 6-digit hex format: #RRGGBB
Hero image not showingVerify the image was uploaded and the R2 key is correct
Admin access deniedConfirm your email is in the admin emails list and you're signed in
Email not sendingVerify Mailgun credentials in environment configuration

Next steps

Released under the MIT License.