younglah/legal-ops-platform

Single-tenant internal legal platform for Helinox, built on the mike base

One observed change: Google OAuth login added to `frontend/src/app/login/page.tsx` via `supabase.auth.signInWithOAuth`. No structural changes to the backend or data model visible in this snapshot.

View on GitHub →

younglah/legal-ops-platform is a private deployment of the mike legal-AI codebase, adapted for internal use at Helinox. The public activity so far is minimal - one commit adding Google OAuth to the sign-in page, with fork-specific branding in the footer confirming this is a closed, authorized-users-only tool rather than a public product. The OAuth wiring itself is clean and Supabase-native; the Helinox branding is not portable.

What's in it

Direction

securitybranding

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

2 threads have been distilled into posts.

Add Google OAuth to the sign-in page

younglah added a "Sign in with Google" button to the login page using Supabase's OAuth flow, with an "or" divider above the existing email/password form. The same commit rebrands the footer to identify this as an internal Helinox deployment.