Mmemor.re

memor.re

Memo, pronounced memory, is a relationship intelligence workspace for people, accounts, companies, content, and the evidence that connects them.

Auth

Clerk sessions

Data

Supabase RLS

Deploy

Vercel + memor.re

M

Memo workspace

Production status

Ready

Public landing

Loads without a session

1

Job dashboard

Reads hosted ingestion status

2

Profile smoke test

Writes through Supabase RLS

3

Identity

Clerk handles sign-in, sign-up, user profile, and session state.

Database

Supabase stores the relationship graph behind RLS policies.

Controls

Protected routes prove the app boundary before deeper features ship.

Domain

Vercel serves memor.re with www redirected to the canonical apex.

Built to prove the app is alive before the domain goes public.

The first live version focuses on operational confidence: authentication works, protected routes work, Supabase accepts a Clerk-backed session, and the canonical domain is ready for a clean Vercel launch.

Public page

This landing page remains visible to signed-out visitors.

Production dashboard

Signed-in users can review hosted ingestion job health.

User profile

Signed-in users can run the Supabase read/write smoke test.

Launch path

Deploy from `apps/web` on Vercel, add `memor.re`, configure production Clerk and Supabase environment variables, publish the first ingestion snapshot, then verify the profile smoke test before announcing the URL.

Open job dashboard