tldraw configuration should define clear collaboration scope, storage backend policy, and session security controls.
TLDR_HOST=draw.example.com
TLDR_PORT=3000
NODE_ENV=production
- Decide between internal-only boards vs public share links.
- Enforce auth gateway for private team deployments.
- Define object/media retention and deletion policy.
- Keep app behind TLS reverse proxy.
- Use persistent storage for board snapshots where enabled.
- Monitor websocket and API latency.
¶ Backup and recovery
Back up:
- board/state storage backend
- deployment config and secrets
Recovery test:
- Restore state storage.
- Validate board load and edit operations.
- Confirm multi-user sync behavior.
- TLS and secure headers active.
- Websocket errors alerted.
- Storage and memory pressure monitored.
- Backup restore tested.
Feel free to contact us. Find all contact information on our contact page.