Events without user accounts
Ymse Events is a lightweight event hosting application that allows attendees to RSVP without creating a user account. Only event hosts must have accounts, making adoption easy and low effort. Invitations are sent out to users using text and email.
Technology
Ymse Events is built partly for the utility of using it myself, and partly for learning new tech. The backend is running Django and PostgreSQL while the frontend is Next.js. Hosting is done on Azure for the backend and Vercel for the frontend. There is also some cloud component from Azure like Event Grid to allow for some Event Driven Architecture.
The following was also used:
- Tailwind Plus (UI components)
- Vipps (Auth)
- Azure AD B2C (Auth)
- Pulumi (Infrastructure as Code)
- C#/ dotnet (Event Handlers)
- Twilio (SMS sending)
- SendGrid (Email sending)