Self-host
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
- Create a Postgres database you control.
- Copy the pooled connection string. Your host will ask for DATABASE_URL.
- Keep that string in the host’s secret store. Never put it in a public page or repo.
2. App host
- Import the Wrooms repo into your app host.
- Set DATABASE_URL, BETTER_AUTH_SECRET (32+ characters), and PUBLIC_APP_URL to your https origin.
- Add that origin as a trusted redirect for Google and X: https://YOUR_DOMAIN/api/auth/callback/google
- Deploy. Open /login. Accounts live on your database only.
3. One source of truth
- Use a single database for every host that should share accounts.
- Do not set a second DATABASE_URL on a preview unless you want a separate book of users.