Security Practices

Last Updated: June 2026. We prioritize the safety of your identity and data.

Authentication

We utilize Supabase Auth, employing secure HTTP-only cookies and robust OAuth flows to ensure your account credentials are safe.

Database Security

Our databases use strict Row Level Security (RLS). This means data isolation is enforced at the database level—you can only read and write data you explicitly own.

File Validations

All media uploads are restricted by MIME type and strict size limits (5MB) to prevent malicious payload execution and infrastructure abuse.