← All projects
liveplatformauthdevtools

SUDS Platform

The authenticated hub connecting Brainwash tools under a single sign-on.

The SUDS Platform is the authentication and access layer that ties the Brainwash tool suite together. Rather than each tool managing its own login, the platform provides a single sign-on experience across Authorial, Discontent, Loggerhythm, reVerse, and any future tools in the suite.

It supports company accounts with role-based access (reporter, company admin, super admin), a team management interface for admins, and tiered access controls that gate subscriber tools. Each tool in the SUDS monorepo can check session and role via a shared @suds/auth package that abstracts Supabase auth into a consistent server-side API.

The platform also tracks per-user tool usage, surfacing a personalised dashboard that sorts tools by frequency of use. Credentials for external services (CMS API keys, Notion tokens) are stored encrypted using Supabase Vault, accessible to tools through a server-side config API.

The SUDS Platform is deployed at platform.brainwash.solutions and is currently live.