Skip to main content
All apps
Business app

Events

Event management end to end: a public events page, a public registration form, automatic confirmation emails, and an organizer calendar with registrations grouped by event.

The configuration

This is the whole app. Copy it, change it, make it yours.

name: events
description: >-
  Event management — publish a public events page, take
  registrations through a public form, and confirm each
  attendee by email.

forms:
  - $ref: ./config/forms/register.yaml   # public, no sign-in

automations:
  - $ref: ./config/automations/confirm-registration.yaml

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-events --template events

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.

Built with Sovrium