-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (100 loc) · 5.6 KB
/
index.html
File metadata and controls
102 lines (100 loc) · 5.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:locale" content="en">
<meta name="color-scheme" content="dark">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parley Chat - E2EE Messaging Platform</title>
<meta property="og:title" content="Parley Chat - E2EE Messaging Platform">
<meta name="twitter:title" content="Parley Chat - E2EE Messaging Platform">
<meta name="description" content="Parley, a secure End-to-End-Encrypted messaging platform.">
<meta property="og:description" content="Parley, a secure End-to-End-Encrypted messaging platform.">
<meta name="twitter:description" content="Parley, a secure End-to-End-Encrypted messaging platform.">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="512x512" href="./media/parley.png">
<link rel="apple-touch-icon" sizes="512x512" href="./media/parley.png">
<meta property="og:image" content="https://parley-chat.site/favicon.ico">
<meta property="og:image:alt" content="Parley Chat Logo">
<meta name="twitter:image" content="https://parley-chat.site/favicon.ico">
<meta name="theme-color" content="#004400">
<link rel="canonical" href="https://parley-chat.site/">
<meta property="og:url" content="https://parley-chat.site/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="sitemap" type="application/xml" title="Sitemap" href="./sitemap.xml">
<link rel="stylesheet" href="./media/style.css">
</head>
<body>
<nav>
<a class="nav-logo" href="https://parley-chat.site" aria-label="Parley Chat"><img src="favicon.ico" width="28" height="28" alt="Parley Chat logo"> Parley<span class="hidemobile">Chat</span></a>
<div style="flex:1"></div>
<a href="#features" class="hidemobile">Features</a>
<a href="https://github.com/Parley-Chat" target="_blank">GitHub</a>
<a href="https://docs.parley-chat.site" target="_blank">Documentation</a>
<div style="flex:1"></div>
<a class="nav-cta" href="https://app.parley-chat.site">Open App</a>
</nav>
<main>
<section class="hero">
<div class="hero-text">
<h1 class="hero-headline">Private messaging<br>done <span class="hl">right.</span></h1>
<p class="hero-sub">Decentralized, fully End to End Encrypted and private messaging platform. With DMs, groups, and P2P Calls.<br><strong>Free forever.</strong></p>
<div class="hero-actions">
<a class="btn-primary" href="https://app.parley-chat.site">Start Chatting →</a>
<a class="btn-secondary" href="#features">See Features</a>
</div>
</div>
<img src="./media/screenshot.png" alt="Parley Chat app interface, shows an example chat between two users." class="hero-visual">
</section>
<section id="features">
<h2>All you need to communicate privately</h2>
<div class="features-grid" role="list">
<article role="listitem">
<h3>End-to-End Encryption</h3>
<p>All messages are encrypted and signed client-side, the server never sees the messages. <a href="https://docs.parley-chat.site/protocol/" target="_blank">Info on the protocol here.</a></p>
</article>
<article role="listitem">
<h3>Decentralized</h3>
<p>Use any Parley client running anywhere to connect to any Parley server. 0 logs and minimal metadata collected.</p>
</article>
<article role="listitem">
<h3>Channels</h3>
<p>Direct messages between users and group/broadcasts chats with permission system and invites, all supported.</p>
</article>
<article role="listitem">
<h3>Voice Messages & Files</h3>
<p>Send and receive voice messages and files. All media handled in one integrated interface.</p>
</article>
<article role="listitem">
<h3>Peer-to-Peer Video Calls</h3>
<p>Using WebRTC, calls flow directly between users. The server never sees the call's contents. Full microphone and camera support.</p>
</article>
<article role="listitem">
<h3>Installable Progressive Web App</h3>
<p>Install natively on any device easily, no app store required.</p>
</article>
<article role="listitem">
<h3>Multilingual</h3>
<p>Built-in support for several languages including Right-to-Left text.</p>
</article>
<article role="listitem">
<h3>Free Forever ❤️</h3>
<p>Open source, MIT licensed and free forever. <a href="https://github.com/Parley-Chat" target="_blank">Our GitHub organization</a></p>
</article>
</div>
</section>
<section>
<h2>Start chatting privately.</h2>
<p class="cta-sub">No phone number, No ads, No tracking and Free forever.</p>
<a class="btn-primary" href="https://app.parley-chat.site">Start Chatting →</a>
<p class="cta-sub">You can also use the <a href="https://relay.parley-chat.site">relay</a> and <a href="http://parleyhcclg2mpu3y4bymmzujhpksyri7cfldy5icnp4yh3fh7dw6qyd.onion">.onion</a> sites.</p>
<iframe src="https://youtube.com/embed/OFK7pqvPUCU" allowfullscreen loading="lazy"></iframe>
</section>
</main>
<footer>© 2026 Parley Chat</footer>
</body>
</html>