roomsOpen

Run your own Wrooms

The public product is wrooms.ai. If you host a copy, point it at your own Postgres and sign-in secrets. Do not publish hostnames, connection strings, or vendor names.

1. Database

  1. Create a Postgres database you control.
  2. Copy the pooled connection string. Your host will ask for DATABASE_URL.
  3. Keep that string in the host’s secret store. Never put it in a public page or repo.

2. App host

  1. Import the Wrooms repo into your app host.
  2. Set DATABASE_URL, BETTER_AUTH_SECRET (32+ characters), and PUBLIC_APP_URL to your https origin.
  3. Add that origin as a trusted redirect for Google and X: https://YOUR_DOMAIN/api/auth/callback/google
  4. Deploy. Open /login. Accounts live on your database only.

3. One source of truth

  1. Use a single database for every host that should share accounts.
  2. Do not set a second DATABASE_URL on a preview unless you want a separate book of users.