forked from aitor/convox.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
273 lines (266 loc) · 10.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
---
layout: base
title: Convox
---
<header class="full">
<div class="container">
<div class="row margin-bottom-2">
<div class="col-xs-12 col-sm-12">
<h1><em>Build apps</em><br>not infrastructure</h1>
<p class="subheading">Convox makes the cloud simple.</p>
</div>
</div>
<div class="row">
<div class="actions col-xs-12">
<a href="//vimeo.com/190645705" data-lity class="button hollow shadow">See How It Works</a>
<a href="/signup" class="button orange brighten shadow">Get Started For Free</a>
</div>
</div>
</div>
</header>
<section class="solution lane contrast">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="margin-top-0 margin-bottom-6 text-center">Convox is the cloud solution you would have built.</h2>
</div>
</div>
<div class="row text-center">
<div class="visual-group col-md-4">
<p class="caption">
Build, deploy & scale with <a href="/docs/getting-started/#install-the-convox-cli">one CLI</a>.
</p>
<div class="visual terminal shadow">
<div class="bar">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<div class="scrollback">
<div class="command">convox start</div>
<div class="output">database │ accepting connections</div>
<div class="output">web │ listening on port 3000</div>
<div class="output"> </div>
<div class="command">convox deploy</div>
<div class="output">Deploying example-app</div>
<div class="output">Release: ROBMXCHERNN</div>
<div class="output">Promoting ROBMXCHERNN... UPDATING</div>
<div class="output"> </div>
<div class="command">convox scale</div>
<div class="output">NAME DESIRED RUNNING CPU MEMORY</div>
<div class="output">web 3 3 0 512</div>
<div class="output">database 1 1 0 1024</div>
</div>
</div>
</div>
<div class="visual-group col-md-4">
<p class="caption">Configure dev and prod with <a href="/docs/docker-compose-file/">one file</a>.</p>
<div class="visual file shadow">
<div class="line"><span class="key">version</span> '2'</div>
<div class="line"><span class="key">services</span></div>
<div class="line"> <span class="key">web</span></div>
<div class="line"> <span class="key">build</span> .</div>
<div class="line"> <span class="key">environment</span></div>
<div class="line"> - RAILS_ENV</div>
<div class="line"> <span class="key">links</span></div>
<div class="line"> - database</div>
<div class="line"> <span class="key">ports</span></div>
<div class="line"> - 80:3000</div>
<div class="line"> <span class="key">database</span></div>
<div class="line"> <span class="key">image</span> convox/postgres</div>
<div class="line"> <span class="key">ports</span></div>
<div class="line"> - 5432</div>
<div class="line"> <span class="key">volumes</span></div>
<div class="line"> - /var/lib/postgresql/data</div>
</div>
</div>
<div class="visual-group col-md-4">
<p class="caption">Integrate with <a href="/docs/integrations/">one click</a>.</p>
<table class="visual integrations shadow table">
<thead>
<tr>
<th colspan="2">Provider</th>
<th>Integration</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img src="/assets/images/aws.png"/>
</td>
<td>
AWS
</td>
<td>
<button type="button" class="btn btn-success btn-xs">Enabled</button>
<button type="button" class="btn btn-default btn-xs">Details</button>
</td>
</tr>
<tr>
<td>
<img src="/assets/images/github.png"/>
</td>
<td>GitHub</th>
<td><button type="button" class="btn btn-default btn-xs">Enable</button></td>
</tr>
<tr>
<td>
<img src="/assets/images/gitlab.png"/>
</td>
<td>GitLab</th>
<td><button type="button" class="btn btn-default btn-xs">Enable</button></td>
</tr>
<tr>
<td>
<img src="/assets/images/slack.png"/>
</td>
<td>Slack</th>
<td><button type="button" class="btn btn-default btn-xs">Enable</button></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section class="lane focus alternate">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h2 class="margin-top-0 margin-bottom-4">Convox lets you focus on your applications.</h2>
</div>
</div>
<div class="benefits row alternate">
<div class="benefit a shadow flex-xs-12 flex-sm-6">
<div class="decoration">
<i class="material-icons">check</i>
</div>
<div class="description">
<p>Get instant PCI and HIPAA <a href="/docs/hipaa-compliance/">compliance</a>.</p>
</div>
</div>
<div class="benefit b shadow flex-xs-12 flex-sm-6">
<div class="decoration">
<i class="material-icons">directions_run</i>
</div>
<div class="description">
<p>Easily <a href="/docs/rack-updates/">keep up</a> with the ever-changing AWS landscape.</p>
</div>
</div>
<div class="benefit c shadow flex-xs-12 flex-sm-6">
<div class="decoration">
<i class="material-icons">security</i>
</div>
<div class="description">
<p>Rely on automatic <a href="/docs/security/">security</a> updates.</p>
</div>
</div>
<div class="benefit d shadow flex-xs-12 flex-sm-6">
<div class="decoration">
<i class="material-icons">attach_money</i>
</div>
<div class="description">
<p>Run an efficient, <a href="/docs/rack-cost/">cost-effective</a> infrastructure by default.</p>
</div>
</div>
</div>
<div class="compare row text-center"><!-- Separate inline p elements from anchor on small displays. -->
<div class="col-xs-12 text-center">
<p>See <a href="/cases/compare/">how Convox compares</a> to other platforms.</p>
<p>Learn how to <a href="/guide/heroku/">migrate from Heroku</a>.</p>
</div>
</div>
</div>
</section>
<section class="lane uptime">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h2 class="margin-top-0">Convox delivers <b>maximum uptime</b> with <b>zero upkeep</b>.</h2>
<div><!-- Separate inline p elements from anchor on small displays. -->
<p>Launch an app once, run it forever.</p>
<p>Get automatic health checks, failovers, and alerts.</p>
<p>Receive top-notch support from engineers who know the system.</p>
</div>
<a href="/signup" class="cta button orange brighten">Get Started Now</a>
</div>
</div>
</div>
</section>
<section class="customers lane text-center alternate">
<div class="container">
<div class="row align-center">
<div class="col-xs-12">
<h2 class="margin-top-0">You're in good company.</h2>
<div class="logos">
<div>
<img src="/assets/images/balsamiq.png" alt="Balsamiq">
<div>Balsamiq</div>
</div>
<div>
<img src="/assets/images/cloudwalk.png" alt="Cloudwalk">
<div>Cloudwalk</div>
</div>
<div>
<img src="/assets/images/danone.png" alt="Danone">
<div>Danone</div>
</div>
<div>
<img src="/assets/images/doordash.png" alt="DoorDash">
<div>DoorDash</div>
</div>
<div>
<img src="/assets/images/fixd.png" alt="Fixd">
<div>Fixd</div>
</div>
<div>
<img src="/assets/images/goodeggs.png" alt="Good Eggs">
<div>Good Eggs</div>
</div>
<div>
<img src="/assets/images/havenlife.png" alt="Haven Life">
<div>Haven Life</div>
</div>
<div>
<img src="/assets/images/opendoor.png" alt="Opendoor">
<div>Opendoor</div>
</div>
<div>
<img src="/assets/images/podium.png" alt="Podium">
<div>Podium</div>
</div>
<div>
<img src="/assets/images/shyp.png" alt="Shyp">
<div>Shyp</div>
</div>
<div>
<img src="/assets/images/statflo.png" alt="Statflo">
<div>Statflo</div>
</div>
<div>
<img src="/assets/images/wave.png" alt="Wave">
<div>Wave</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials lane text-center">
<div class="container">
<div class="row">
<div class="testimonial col-sm-4">
<p>"Having Convox on board has freed up roughly 25% of our engineer's time every week. The level of service they provide is truly astounding."</p>
<div class="attribution">Arthur Weagel, <a href="https://www.podium.com/">Podium</a></div>
</div>
<div class="testimonial col-sm-4">
<p>"[The Convox] advantage is that operations work is reduced to an absolute minimum. We used to have an extra consultant just to keep our servers safe, taking care of updates, logs and backups, whereas now our developers manage the entire infrastructure by themselves."</p>
<div class="attribution">Cesare Navarotto, <a href="https://blog.wan-ifra.org/2016/08/15/italys-poligrafici-editoriale-reduces-operations-workload-with-platform-as-a-service">Monrif</a></div>
</div>
<div class="testimonial col-sm-4">
<p>"Convox helped us migrate everything to AWS quicker than I ever thought was possible. Unlocking all the advantages of the cloud through Convox is easily one of the best decisions we made."</p>
<div class="attribution">Ryan Jackson, <a href="http://paidlabs.com/">Paid Labs</a></div>
</div>
</div>
</div>
</section>