
A serverless portal for a legal and accounting consultancy in Oruro: a public corporate site with full SEO, an admin panel, and a client portal for distributing legal and accounting PDFs in a controlled way (to everyone or to specific clients) with read tracking. All on Firebase, with no backend of its own.
The consultancy needed a professional web presence and, above all, a way to deliver bulletins, contract templates, tax calendars and checklists without sending files over email or WhatsApp — with per-client visibility and a record of who had read what.
I designed a static-first, serverless architecture: the public site is generated by the agency's own engine (Bemorex Engine) and the private areas are two modular vanilla JavaScript SPAs talking directly to Firebase. I built an integrated PDF viewer with PDF.js on canvas (mobile-compatible), a document visibility model (everyone vs. specific clients) and RBAC security rules with composite indexes.



