剛開始的時候我們把服務部署到?[EC2?](http://stackshare.io/amazon-ec2)上。主服務是用?[Node.js](http://stackshare.io/nodejs)?寫的,每次發布的時候,會合并到[DynamoDB](http://stackshare.io/amazon-dynamodb)。
還有一個 node 服務器用于圖片處理,調用?[GraphicsMagick](http://stackshare.io/graphicsmagick)?來做具體的復雜的工作。另一個服務被用作?[SQS?](http://stackshare.io/amazon-sqs)隊列處理,負責后臺任務。
我們的 email 使用[?SES](http://stackshare.io/amazon-ses),靜態資源放在?[S3](http://stackshare.io/amazon-s3)?上,CDN 使用?[CloudFront](http://stackshare.io/amazon-cloudfront),使用?[nginx](http://stackshare.io/nginx)?作為反向代理。另外,使用[Datadog](http://stackshare.io/datadog)?做監控,[PagerDuty](http://stackshare.io/pagerduty)?做報警。
網站使用 TinyMCE 作為編輯器。發布之前,我們已經在使用?[Closure 編譯器](http://stackshare.io/closure-compiler)和部分?[Closure 庫](http://stackshare.io/closure-library),不過模板用的是[Handlebars](http://stackshare.io/handlebars)。