The Products · TL;DR

1 min read
Foundational9 min read
Rapid overview

TL;DR

The platform (dloizides.com) is not a single app — it's a collection of independent products that share one set of infrastructure. Each product is multi-tenant: many separate customer accounts ("tenants") live inside the same deployment, isolated from one another. The products are at different stages of maturity but all run on the same plumbing: authentication, storage, notifications, analytics, and a shared UI kit.

There are four families worth knowing:

ProductWhat it doesAudienceMaturity
ErevnaSurveys & forms with many question types + validation + public/anonymous responsesAnyone collecting structured answers~65% complete (analytics is the next gap)
KatalogosOnline menus for restaurants/cafés (categories, items, variants, images, QR-ready public page)Hospitality businessesBilling-enforced, custom domains
KefiEvent landing pages with RSVP and bring-your-own custom domainsEvent organisersFeature-complete
Games & toolsStandalone browser games (Aurora, Morphe, KeyboardPiano) and tools (Quotes)General publicStandalone apps

A useful mental model: Erevna, Katalogos, and Kefi are tenant-based SaaS products (you sign up, you own data, others can't see it). Games & tools are public browser apps that reuse the platform's deploy pipeline and shared libraries but don't carry a per-customer account model.

All three SaaS products are web-first React Native Web / PWA apps. They share a common UI kit and lean on the same platform services rather than each re-implementing auth, file storage, and so on.


See also