MidJourney

Enter through the consumer app. Team management is still isolated under its own auth system, but it is reached from inside the product rather than as a separate homepage entry point.

About

We're a community-funded research lab building an intentionally split auth experience inside one Next.js app, with the consumer side acting as the single public front door.

Consumer flows live on routes like /discover and /account. Team flows stay isolated under /orgs, with their own Clerk instance, session context, and protected routes, reachable only after entering through the consumer product.