Sign in to your account

Login flow coming soon. Use API directly for demo.

Demo API Login:

curl -X POST http://localhost:3001/v1/auth/login \
  -H "Content-Type: application/json" \
  -d '{
    "email": "sarah.chen@example.com",
    "password": "demo_password_123"
  }'