Loading

Oryn is a sophisticated SaaS backend architecture designed for robust team and project management. It implements a multi-tenant model where each company operates in a strictly isolated workspace. Built with a focus on data privacy and scalability, it serves as the backbone for organizational productivity tools.
View SourceOryn utilizes a sophisticated multi-tenant approach with PostgreSQL Row-Level Security (RLS) to ensure absolute data isolation. Each workspace is tied to a Company (Tenant), and all queries are scoped to the authenticated user's organization ID, preventing cross-tenant data leaks.
Features a granular invitation system and role-based access control (RBAC). Admins can manage company profiles, invite employees via secure tokens, and assign members to specific teams or projects with varying permission levels.
Supports complex project workflows including task creation, nested comments, and status tracking. The backend handles real-time updates and ensures that all activities are logged and attributable to specific team members.
Fully integrated with Stripe for subscription management. It handles automated billing cycles, plan upgrades/downgrades, and seat-based pricing based on the number of active users in a workspace.