Skip to content

New Event

At a glance

  • New events are created via the platform UI at /platform/events/create.
  • Event creation is immediate (DB insert) -- no job queue or separate deploy step.
  • Legacy npm run new-event and npm run use-event are retired.

Do this

  1. Sign in as a platform operator at /platform.
  2. Navigate to /platform/events/create and fill in event details.
  3. Configure a subdomain for the event in the platform event details.
  4. Confirm the event resolves on its subdomain and the homepage loads.

When it fails

  • Event not accessible: verify the domain entry in platform_event_domains and DNS configuration.
  • Permission denied: confirm your email is in PLATFORM_OPERATOR_EMAILS or in the platform_users table.
  • See Troubleshooting.

Released under the MIT License.