Skip to main content

Data Storage & Infrastructure

This article explains where TalkWriter's servers are located, what data is stored, and how infrastructure is designed for reliability and security.

Infrastructure Overview

TalkWriter's backend runs on cloud infrastructure with the following architecture:

  1. Edge network — A global CDN handles static assets and routes API requests to the nearest region
  2. Application servers — Stateless compute instances process API requests and manage sessions
  3. Speech processing — Dedicated GPU-accelerated instances handle real-time speech-to-text
  4. AI processing — Separate instances handle TalkTone (AI polish) when enabled
  5. Database — Encrypted relational database stores account data and preferences
  6. Object storage — Encrypted storage for custom dictionary sync and configuration

Data Regions

RegionLocationAvailable OnDefault
US EastVirginia, USAAll plans
EU WestFrankfurt, GermanyEnterprise only

Enterprise customers can request EU data residency during onboarding. Contact sales@talkwriter.ai.

What Is Stored Where

DataStorage LocationEncryptedRetention
Account info (email, name)DatabaseUntil account deletion
Subscription and billingDatabase + payment processorUntil account deletion
Custom dictionaryObject storageUntil user deletes entries
App preferencesDatabaseUntil account deletion
Usage counters (word counts)DatabaseRolling 90-day window
Audio recordingsNot storedDeleted immediately
Dictated textNot storedDeleted immediately

Reliability

MeasureDetail
Uptime SLA99.9% (Pro), 99.95% (Enterprise)
RedundancyMulti-availability-zone deployment
BackupsEncrypted daily backups, 30-day retention
FailoverAutomatic failover to standby instances
Monitoring24/7 infrastructure monitoring with automated alerting

Network Security

  • All traffic is routed through a Web Application Firewall (WAF)
  • DDoS protection is active at the edge network layer
  • Internal services communicate over private networks, not the public internet
  • Network access is restricted by role and requires VPN for administrative access

FAQ

Can I choose where my data is stored? Free and Pro users are on US East. Enterprise customers can choose US East or EU West.

Is my data backed up? Yes. Account data and preferences are backed up daily. Audio and text are never backed up because they are never stored.

What happens if a data center goes down? TalkWriter is deployed across multiple availability zones. If one zone fails, traffic automatically routes to another with no user impact.