-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
385 lines (384 loc) · 16.7 KB
/
index.html
File metadata and controls
385 lines (384 loc) · 16.7 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
---
layout: page
add_style: /assets/css/welcome.css
add_script: /assets/js/welcome.js
og_type: website
og_title: Moera
og_image: /assets/images/site-image.jpg
og_image_type: image/jpeg
og_image_width: 1200
og_image_height: 706
og_description: The Best Decentralized Social Network
og_site_name: Moera
---
<div id="welcome-content">
<section class="section-welcome">
<div class="main-menu">
<img src="assets/images/logo.svg" alt="Moera" width="78" height="42">
<div class="menu text-center d-desktop">
<a href="/overview/index.html">How It Works</a>
<a href="/administration/index.html">Administrator's Guide</a>
<a href="/development/index.html">Developer's Guide</a>
<a href="/license/index.html">License</a>
</div>
<div class="buttons">
<a href="https://github.com/MoeraOrg" class="github-link" target="_blank">
{% include svg/github-brands-solid.svg %}
</a>
<a href="https://web.moera.org/@/~/connect" class="btn btn-outline-brand d-desktop">
Log In
</a>
<a href="https://web.moera.org/@/~/signup" class="btn btn-brand">
Sign Up
</a>
<button type="button" class="menu-button d-mobile" data-bs-toggle="offcanvas"
data-bs-target="#sandwich-menu">
{% include svg/menu.svg %}
</button>
</div>
</div>
<div class="offcanvas offcanvas-end d-mobile" tabindex="-1" id="sandwich-menu">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<a href="https://web.moera.org/@/~/connect" class="btn btn-outline-brand">
Log In
</a>
<a href="/overview/index.html">How It Works</a>
<a href="/administration/index.html">Administrator's Guide</a>
<a href="/development/index.html">Developer's Guide</a>
<a href="/license/index.html">License</a>
</div>
</div>
<div class="text-end" data-nosnippet>
<span class="bsd">בס"ד</span>
</div>
<div class="intro">
<div class="slogan">
The Best<br>
<b>Decentralized</b><br>
Social Network
</div>
<div class="mission">
Moera empowers people with real freedom online — through a simple, powerful interface, rich features,
and open, decentralized protocols. You stay in control of your content, your connections,
and your digital space.
</div>
<div class="browser">
<div class="mockup">
<div class="bar">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
<img src="assets/images/screenshot.jpg" alt="Moera Browser Screenshot">
</div>
</div>
<div class="get-started">
<a class="btn btn-brand btn-mg" href="https://web.moera.org">Get Started</a>
<a class="google-play"
href="https://play.google.com/store/apps/details?id=org.moera.web.twa&pcampaignid=moeraorg">
{% include svg/get_it_on_google_play.svg %}
</a>
</div>
</div>
<div class="vision">
<div class="magenta">
<div class="icon">
{% include svg/tune.svg %}
</div>
<div class="title">Your Online Life, On Your Terms</div>
<div class="description">
Moera is built so you decide what your space is, how it looks, and how it works — not a platform’s
business model. Host it with a provider or run it on your own server.
</div>
</div>
<div class="blue">
<div class="icon">
{% include svg/alt_route.svg %}
</div>
<div class="title">Real Choice, Not One Gatekeeper</div>
<div class="description">
Choose your provider, your client, your rules, your communities — and the tools you use.
Moera doesn’t lock you into one “official app” or forbid third-party automation and AI helpers.
</div>
</div>
<div class="green">
<div class="icon">
{% include svg/hide_source.svg %}
</div>
<div class="title">Network For People, Not Ads</div>
<div class="description">
Moera aims for a calmer, cleaner experience where the product is the user’s freedom and comfort —
not attention, outrage, or endless engagement.
</div>
</div>
</div>
</section>
<section class="section-strong-points">
<div class="section-title">
Why use <b>Moera</b>?
</div>
<div class="section-subtitle">
Moera is more than just another social network — it’s a return to the original principles of the Web,
empowering users with full control over their content.
</div>
<table class="strong-points d-desktop">
<tr>
<td class="icon">
{% include svg/campaign.svg %}
</td>
<td class="title">
Freedom to Speak and Create
</td>
<td class="description">
No single authority deciding what’s acceptable for everyone — you set the boundaries of your own
space.
</td>
</tr>
<tr>
<td class="icon">
{% include svg/self_improvement.svg %}
</td>
<td class="title">
Control Without Complexity
</td>
<td class="description">
Decentralization shouldn’t feel like a hobby. Moera’s goal is powerful control with a simple,
everyday experience.
</td>
</tr>
<tr>
<td class="icon">
{% include svg/storage.svg %}
</td>
<td class="title">
Your Data, Your Infrastructure
</td>
<td class="description">
Run Moera wherever you want — including your own server — and keep your online presence independent
of any single company.
</td>
</tr>
<tr>
<td class="icon">
{% include svg/handyman.svg %}
</td>
<td class="title">
Tools Without Permission
</td>
<td class="description">
Use any client, script, automation, or AI tool you like. No arbitrary API restrictions, no “approved
integrations only.”
</td>
</tr>
<tr>
<td class="icon">
{% include svg/dynamic_feed.svg %}
</td>
<td class="title">
Your Feed, Built Your Way
</td>
<td class="description">
You decide what to read and how it’s organized — chronological, curated, filtered, or fully custom.
The feed should be yours, not an opaque algorithm’s.
</td>
</tr>
</table>
<div class="strong-points d-mobile">
<div class="item">
<div class="icon">
{% include svg/campaign.svg %}
</div>
<div class="title">
Freedom to Speak and Create
</div>
</div>
<div class="description">
No single authority deciding what’s acceptable for everyone — you set the boundaries of your own
space.
</div>
<div class="item">
<div class="icon">
{% include svg/self_improvement.svg %}
</div>
<div class="title">
Control Without Complexity
</div>
</div>
<div class="description">
Decentralization shouldn’t feel like a hobby. Moera’s goal is powerful control with a simple,
everyday experience.
</div>
<div class="item">
<div class="icon">
{% include svg/storage.svg %}
</div>
<div class="title">
Your Data, Your Infrastructure
</div>
</div>
<div class="description">
Run Moera wherever you want — including your own server — and keep your online presence independent
of any single company.
</div>
<div class="item">
<div class="icon">
{% include svg/handyman.svg %}
</div>
<div class="title">
Tools Without Permission
</div>
</div>
<div class="description">
Use any client, script, automation, or AI tool you like. No arbitrary API restrictions, no “approved
integrations only.”
</div>
<div class="item">
<div class="icon">
{% include svg/dynamic_feed.svg %}
</div>
<div class="title">
Your Feed, Built Your Way
</div>
</div>
<div class="description">
You decide what to read and how it’s organized — chronological, curated, filtered, or fully custom.
The feed should be yours, not an opaque algorithm’s.
</div>
</div>
</section>
<section class="section-about">
<div>
<div class="section-title">
About <b>Moera</b>
</div>
<div class="section-subtitle">
By prioritizing decentralization, data ownership, and privacy, Moera puts choice and control back in
users’ hands.
</div>
</div>
<div class="links">
<a href="/overview/index.html" class="architecture">
<div class="icon">{% include svg/network_node.svg %}</div>
<div>
<div class="title">Architecture Overview</div>
<div class="description">How it works and why</div>
</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="/administration/index.html" class="administration">
<div class="icon">{% include svg/extension.svg %}</div>
<div>
<div class="title">Administrator's Guide</div>
<div class="description">Install your own node or become a provider</div>
</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="/development/index.html" class="development">
<div class="icon">{% include svg/developer_guide.svg %}</div>
<div>
<div class="title">Developer's Guide</div>
<div class="description">Protocols, libraries, and how to contribute</div>
</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="/license/index.html" class="license">
<div class="icon">{% include svg/workspace_premium.svg %}</div>
<div>
<div class="title">License</div>
<div class="description">Everything is open source</div>
</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
</div>
</section>
<section class="section-development">
<div class="section-title">
Follow the <b>Development</b>
</div>
<div class="links">
<a href="https://github.com/MoeraOrg">
<div class="icon">{% include svg/github-brands-solid.svg %}</div>
<div class="title">GitHub</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="https://moera.page/@moera-blog/blog.moera.org/">
<div class="icon">{% include svg/moera-brands-solid.svg %}</div>
<div class="title">News on Moera</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="https://t.me/moeranews">
<div class="icon">{% include svg/telegram-brands-solid.svg %}</div>
<div class="title">News channel on Telegram</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
<a href="https://t.me/moeradevelopment">
<div class="icon">{% include svg/telegram-brands-solid.svg %}</div>
<div class="title">Developers' group on Telegram</div>
<div class="arrow">{% include svg/north_east.svg %}</div>
</a>
</div>
</section>
<section class="section-feedback">
<div class="section-title">
Do you have any<br><b>Feedback</b>?
</div>
<div class="contacts">
<a href="mailto:support@moera.org" class="email">support@moera.org</a>
<div class="social">
Social
</div>
<a href="https://t.me/moeradevelopment" class="icon">{% include svg/telegram-contact.svg %}</a>
</div>
<form id="feedback-form">
<input type="text" class="form-control" name="name" placeholder="Your Name">
<input type="email" class="form-control" name="email" placeholder="Email Address">
<textarea class="form-control" name="message" placeholder="Your Message"></textarea>
<div class="bottom">
<button
type="submit"
class="btn btn-brand btn-mg g-recaptcha"
data-sitekey="6Lf8K2QsAAAAAF4IRzZghTvl8SfUoW4hGCYMz9Kg"
data-callback="onFeedbackSubmit"
data-action="submit"
>Contact Us</button>
<div class="privacy-policy">
By submitting this form, you agree to our
<a href="/license/privacy-policy.html">Privacy Policy</a>
</div>
<div class="google-policy">
This form is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply
</div>
</div>
</form>
</section>
<footer>
<div class="upper">
<img src="assets/images/logo.svg" alt="Moera" width="78" height="42">
<a href="/license/privacy-policy.html" class="privacy-policy d-desktop">Privacy Policy</a>
<span class="israel-support">
We support Israel <img alt="Flag of Israel" src="assets/images/israel-flag.png" width="28">
</span>
</div>
<a href="/license/privacy-policy.html" class="privacy-policy d-mobile">Privacy Policy</a>
<div class="lower">
<div class="copyright">
© 2018-2026 Moera Engineering. All rights reserved.
</div>
<div class="links">
<a href="https://github.com/MoeraOrg" class="github-link" target="_blank">
{% include svg/github-brands-solid.svg %}
<span>GitHub</span>
</a>
<a class="google-play"
href="https://play.google.com/store/apps/details?id=org.moera.web.twa&pcampaignid=moeraorg">
{% include svg/get_it_on_google_play.svg %}
</a>
</div>
</div>
</footer>
</div>