twenty-crm-optimified
activeWorkspace
OTF
Created
2026-03-21
Updated
2026-03-26
Content
Self-hosted Twenty CRM instance for Optimified. Open-source CRM for pipeline tracking, deal logging, contact management.
## Info
- **URL:** https://crm.optimified.com
- **Server:** Railway → project `otf-twenty` (`dcc366fc`), 4 services
- **Services:** Twenty (`b4d5f9ca`), Twenty Worker (`de3e318e`), Postgres (`62d95e91`), Redis (`b797cd82`)
- **Status:** running
- **Port:** 3000
- **Railway domain:** `twenty-production-94ed.up.railway.app`
- **Sign-ups:** disabled (`IS_SIGN_UP_DISABLED=true`)
- **SMTP:** Resend via `smtp.resend.com:587`, from `noreply@alert.optimified.com`
- **Storage:** S3 via `t3.storageapi.dev`
- **Persistent volume:** `/app/packages/twenty/data`
- **Variables (sensitive — stored in Railway only):** `APP_SECRET`, `PG_DATABASE_URL`, `REDIS_URL`, `EMAIL_SMTP_PASSWORD`, `STORAGE_S3_ACCESS_KEY_ID`, `STORAGE_S3_SECRET_ACCESS_KEY`
## Changelog
All notable changes to this Twenty CRM setup.
### [Unreleased]
### [1.0.0] - 2026-03-26
#### Added
- Deployed on Railway under `otf-twenty` project (template deploy)
- Custom domain `crm.optimified.com` configured (Cloudflare proxied)
- SMTP configured via Resend
- Sign-ups disabled after admin account created
- Database migrations enabled (was blocked by `DISABLE_DB_MIGRATIONS=true`)
#### Fixed
- `/welcome` redirect issue resolved by enabling database migrations