Security

Security and trust are part of the product, not an afterthought.

We are still early, but we are shaping our foundation with production-minded auth, protected application routes, public documentation, and a preference for legible behavior over hidden system logic.

Security-first authentication

Our current backend foundation uses short-lived access tokens, opaque refresh sessions, cookie protections, and session revocation.

Public and private separation

Our marketing surface and private product surface are intentionally separated, with protected routes and non-indexed application areas.

Legible product behavior

Trust is not only technical. We are also designing ourselves so recommendations stay explainable rather than opaque or manipulative.

Current posture

Private routes are protected and not indexed.
We handle our waitlist through the product backend rather than a dummy form.
We explain our philosophy and recommendation model through public documentation.
We are hardening our production stack through tests, validation, and session controls.

Status

We use this page to reflect our current direction and technical foundation. It is not a formal compliance statement. As we mature, this section should evolve into a fuller security and trust center.