By Momera Team · July 13, 2026
Every event has personal moments — honest reactions, awkward dancing, inside jokes. Event photos aren''t just data, they''re memories with emotional weight and sometimes sensitivity. Momera was built with privacy as a design principle, not an afterthought.
Momera event photos are only accessible to:
Not public. Not search-engine indexed. Not shared by default to social media.
A guest who never scanned the QR can''t access the album. Even if they get the link, access is denied. This is technical enforcement — not just copywriting.
At the database layer (Postgres via Supabase), we use Row Level Security (RLS). This means: every photo query is filtered at the database level, not at the app level.
The consequence: even if there''s a bug in the app code, photos still can''t leak to another account. An attacker who steals guest A''s credentials still can''t see event B''s photos — RLS rejects the read at the database before any data leaves.
Free tier: photos are stored for 7 days after the event ends. Paid tiers (Mini, Standard, Plus, Max): photos are stored for 30 days after the event ends. Studio + Enterprise (B2B): 30 days standard, extendable on request.
After the retention window, photos auto-delete from Cloudflare R2 (storage) via a daily cron job. Not just flagged in the database — the physical files are removed.
Why retention is limited: it honors data minimization (UU PDP Indonesia). Event photos have a natural lifespan — guests usually download what they want within 1-2 weeks. After that, there''s no reason for us to keep them.
Hosts have full control over their events:
Guests have several rights:
What we don''t store:
Full terms and privacy policy at momera.id/privacy and momera.id/terms. If you have a specific concern, email hello@momera.id directly.
Your guests'' memories stay theirs. Momera is just a temporary place to celebrate them together.