by EliaTolin
If you work with multiple Supabase clients/orgs, you probably know the pain:
supabase logout → supabase login → paste token → repeat.
Several times a day.
I got tired of constantly switching accounts in the Supabase CLI, so I built a small tool for myself called supawho.
It does one thing only:
No hacks, no weird token juggling, no manual copy/paste every time.
It’s:
If you’re juggling multiple Supabase orgs/projects, I’d really love feedback from this community 🙏
Repo: https://github.com/EliaTolin/supawho
Curious to hear if others have the same friction or if I’m just suffering alone 😅
>You can basically have 1, 10, or 1000 Supabase accounts saved and switch between them in seconds.
EliaTolin created a tool called 'supawho' to manage multiple Supabase accounts using the macOS Keychain. The tool simplifies switching between accounts without manual token handling. EliaTolin seeks feedback from the community on this open-source project.