Back to projectsAll projects
Overview
Project started: 2026
Open-source multi-tenant event manager built with NestJS 10, Prisma ORM, and PostgreSQL. Each client accesses only their own events via token, with support for recurring events following the RFC 5545 standard and automatic cleanup of past events.
Features
Multi-Tenant
Each client accesses only their own events via token, ensuring data isolation and security across different tenants.
Participant Management
Add and remove participants from events in a simple and flexible way through dedicated API endpoints.
Recurring Events
Create events that repeat weekly, monthly, or annually, with full support for the RRULE standard (RFC 5545).
Auto Cleanup
Past events are automatically removed, keeping the database clean and performance optimal over time.
Similar projects