Back to projects

$ open sofra

Sofra

Café & Restaurant Management SaaS / 2026

Sofra is a full-featured SaaS product built for cafés and restaurants. It handles everything from table management and point-of-sale to a real-time kitchen display system powered by SignalR, automatic inventory deduction on payment, customer self-ordering via QR codes, PDF receipts, analytics reports, and simulated subscription billing. A platform admin layer lets a super-admin manage and monitor all tenants from one dashboard.

overview.md

A real operating system for cafés — multi-tenant, real-time, and built to production standard.

Sofra is a full-featured SaaS product built for cafés and restaurants. It handles everything from table management and point-of-sale to a real-time kitchen display system powered by SignalR, automatic inventory deduction on payment, customer self-ordering via QR codes, PDF receipts, analytics reports, and simulated subscription billing. A platform admin layer lets a super-admin manage and monitor all tenants from one dashboard.

outcomes.log

  • Built a multi-tenant SaaS foundation with per-tenant data isolation via EF Core global query filters scoped from JWT claims
  • Implemented a real-time kitchen display system using SignalR with tenant-grouped hub connections
  • Designed a full POS flow with role-based access for owners, managers, cashiers, kitchen staff, and waiters
  • Built customer self-ordering via per-table QR codes with anonymous real-time order tracking
  • Automated inventory deduction on payment with low-stock alerts pushed live to kitchen staff
  • Shipped analytics dashboards, PDF receipt generation, subscription billing simulation, and a platform admin portal