This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathwhat-makes-beaker-different.html
More file actions
60 lines (51 loc) · 1.55 KB
/
what-makes-beaker-different.html
File metadata and controls
60 lines (51 loc) · 1.55 KB
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
---
layout: default
---
<div class="hero-wrapper">
<div class="hero">
<img src="/img/logo/256x256.png">
<h2>What makes Beaker different?</h2>
</div>
</div>
<div class="home">
<div class="section center">
<h3>Easy Hosting</h3>
<div class="desc">
<p>
Share files and websites from your device.
</p>
<img class="bordered" src="/img/screenshot-create-site.png" style="display: block; margin: 0 auto">
</div>
</div>
<div class="section center">
<h3>Versioning</h3>
<div class="desc">
<p>
Access the history of your content with built-in semantic versioning.<br>(Coming Soon)
</p>
<img class="bordered" src="/img/screenshot-versioned-url.png" style="display: block; margin: 0 auto">
</div>
</div>
<div class="section center">
<h3>Confidentiality</h3>
<div class="desc">
<p>
Control who sees your content with secret sharing links.
</p>
<img class="bordered" src="/img/screenshot-copy-link.png" style="display: block; margin: 0 auto">
</div>
</div>
<div class="section">
<div class="desc">
<p>
Beaker uses Peer-to-Peer protocols to host sites directly from your browser.
No signup is required.
<a href="/docs/technology.html">The protocol's advanced features</a> enable secure, versioned publishing with confidential sharing.
</p>
<p>
See: <a href="/what-can-i-build-with-beaker.html">What can I build with Beaker?</a>
</p>
</div>
</div>
{% include bottom-callout.html %}
</div>