This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
what-can-i-build-with-beaker.html
85 lines (77 loc) · 2.27 KB
/
what-can-i-build-with-beaker.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
---
layout: default
---
<div class="hero-wrapper">
<div class="hero">
<img src="/img/logo/256x256.png">
<h2>What can I build with Beaker?</h2>
</div>
</div>
<div class="home">
<div class="section">
<div class="desc">
<p>
Beaker adds APIs for downloading and publishing files on the network.
Here's a few examples of what you can do:
</p>
</div>
</div>
<div class="section">
<div class="desc desc-with-img">
<div>
<img class="bordered" src="/img/screenshot-blog.png" style="max-width: 300px">
</div>
<div>
<h5><span class="fa fa-pencil"></span> Self-hosted Blogging</h5>
<p>
Generate your site using <a href="https://jekyllrb.com/">a popular blogging tool</a>, or write a Beaker app to generate in-browser, then publish from your device.
</p>
</div>
</div>
</div>
<div class="section">
<div class="desc desc-with-img">
<div>
<h5><span class="fa fa-feed"></span> Social Feeds</h5>
<p>
Write and aggregate feed-files over the network.
Use existing standards such as RSS and Atom, or write your own with JSON or YAML.
</p>
</div>
<div>
<img class="bordered" src="/img/screenshot-social-feeds.png">
</div>
</div>
</div>
<div class="section">
<div class="desc desc-with-img">
<div>
<img class="bordered" src="/img/screenshot2.png">
</div>
<div>
<h5><span class="fa fa-file-code-o"></span> Integrated Editor</h5>
<p>
Create a files editor with the <a href="/docs/apis/dat.html">Dat API</a>.
Write the HTML in one tab, and view your site in the other.
Serve the files from the browser when its ready to go.
</p>
</div>
</div>
</div>
{% comment %}
<div class="section">
<div class="desc desc-with-img">
<div>
<h5><span class="fa fa-search"></span> Personal Search</h5>
<p>
Use the <a href="/docs/apis/sqlite.html">SQLite API</a> to index content from the P2P network and provide full-text search.
</p>
</div>
<div>
<img src="/img/screenshot3.png">
</div>
</div>
</div>
{% endcomment %}
{% include bottom-callout.html %}
</div>