Sign in.
The members area is where clients will review wireframes, quotes and invoices. For now it proves the login machinery works.
Explainer What happens when you press the button
Your browser sends the email and password straight to Supabase (never to this site’s own server). Supabase checks them and answers with a session — stored as cookies in your browser. From then on, every request you make carries those cookies, which is how the server knows to show you the members page. Email/password was chosen over magic links so it can be tested repeatedly without hitting email rate limits.