Skip to content

Commit f56ec24

Browse files
JohnMcLearclaude
andauthored
docs: rewrite homepage to lead with positioning + add /about and /why-etherpad (#361)
Replaces the generic feature-description copy on the homepage with positioning copy organised around three differentiators: authorship visibility, sovereign hosting, and structural malleability (including AI as opt-in plugin rather than forced default). Adds two new content pages. Homepage changes: - MainHeadline: replace hero with "the editor for documents that matter" + value-prop subhead + three primary CTAs (manifesto, why-etherpad, self-host). Stats bar gets a section title and per-stat captions. - RealTimeCollaboration: replace with "Three things that make Etherpad different" — authorship / sovereignty / malleability sections with Font Awesome icons and ~80-word explanations each. - Add WhoUsesEtherpad: categorical adopter list (Wikimedia, EU public sector, schools, civic-tech, newsrooms, self-hosters) so institutional evaluators have proof points without leaving the page. - Add AIOnYourTerms: explicit positioning on AI as opt-in plugin rather than forced default, aimed at regulated industries. - Contribute: restructure into four clear paths (code/docs, become maintainer, use+evangelise, how a contribution lands). - Footer: deemphasize the BTC address (move to bottom, smaller, lower opacity) — pure perception fix for institutional visitors. New routes: - /about — full manifesto adapted from positioning work. - /why-etherpad — honest comparison page with capability matrix vs. Google Docs, MS 365, Notion, CryptPad, HedgeDoc, plus "when you should use something else" and "when you should use Etherpad". No build, dependency, or behaviour changes. Build verified locally (`pnpm run build` succeeds; all routes generate as static). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 61fbf2c commit f56ec24

9 files changed

Lines changed: 292 additions & 47 deletions

File tree

app/about/page.tsx

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
import {Header} from "../../src/pagesToDisplay/Header.tsx";
2+
import {Footer} from "../../src/components/Footer.tsx";
3+
4+
export default function AboutPage() {
5+
return <div className="dark:bg-gray-800">
6+
<div className="sticky top-0 z-50">
7+
<div className="relative top-0">
8+
<Header/>
9+
</div>
10+
</div>
11+
12+
<div className="main-container">
13+
<div className="content wrap dark:text-gray-300">
14+
<h1 className="text-4xl font-bold mt-16 mb-2 dark:text-white">An editor for documents that matter</h1>
15+
<p className="text-xl italic mt-2 mb-12 dark:text-gray-400">Why Etherpad exists, what it&apos;s for, and what it won&apos;t do.</p>
16+
17+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">The problem</h2>
18+
<p className="mb-4">Most collaborative editors are designed to forget.</p>
19+
<p className="mb-4">They show you the current version of the document. They hide the history behind menus. They obscure who wrote what. They live on servers you don&apos;t control, governed by terms you don&apos;t write, owned by companies whose business model is the opposite of trust.</p>
20+
<p className="mb-4">For most documents &mdash; a shopping list, a meeting note, a draft email &mdash; none of that matters.</p>
21+
<p className="mb-4">For some documents, it matters enormously.</p>
22+
23+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">The documents that matter</h2>
24+
<p className="mb-4">If a country were drafting a new constitution, where would they write it?</p>
25+
<p className="mb-4">If a treaty were being negotiated between governments, where would they draft it?</p>
26+
<p className="mb-4">If a scientific paper were being co-authored across continents, where would the record of authorship live?</p>
27+
<p className="mb-4">If a piece of investigative journalism were being assembled from sources who need to know that their words won&apos;t be silently edited by a platform, where would they write?</p>
28+
<p className="mb-4">If a school were teaching children that what they say belongs to them, what tool would they put in front of them?</p>
29+
<p className="mb-4">These documents share something in common. Provenance is not a nice-to-have &mdash; it is the entire point. <em>Who said what, when, and why</em> is part of the meaning of the document itself.</p>
30+
31+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">What Etherpad is</h2>
32+
<p className="mb-4">Etherpad is the editor for those documents.</p>
33+
<p className="mb-4">Every keystroke is attributed. Every revision is preserved. Every change is reversible. The timeslider lets you scrub through the entire history of a document, character by character, watching it come into being. The author colours aren&apos;t a hidden feature &mdash; they&apos;re the product. They make authorship visible, by default, to everyone who reads.</p>
34+
<p className="mb-4">And the whole thing runs on your server, under your governance, with no telemetry, no upsells, no terms of service you didn&apos;t agree to. AI is a plugin you install, pointed at the model you choose, running on infrastructure you control &mdash; not a feature decided for you in a boardroom you weren&apos;t in. The code is Apache 2.0. The data format is open. The history is yours.</p>
35+
36+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">Our principles</h2>
37+
<ul className="list-none pl-0 space-y-3 mb-4">
38+
<li><strong>Honest.</strong> We tell you what the software does and what it doesn&apos;t.</li>
39+
<li><strong>Open.</strong> Source, format, governance, roadmap.</li>
40+
<li><strong>Transparent.</strong> No hidden state. No invisible edits. No silent changes.</li>
41+
<li><strong>Malleable.</strong> A plugin system that lets you make Etherpad fit your work, not the other way around.</li>
42+
<li><strong>Accessible.</strong> 105 languages. Runs on a Raspberry Pi or a server farm. Works in any modern browser.</li>
43+
<li><strong>Truthful.</strong> The document tells the truth about itself. Who wrote it, when, and how it got to be what it is.</li>
44+
</ul>
45+
46+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">What we won&apos;t do</h2>
47+
<p className="mb-4">We won&apos;t pander to the trends. We won&apos;t add surveillance. We won&apos;t pivot to extraction. We won&apos;t bury the authorship to make the UI cleaner. We won&apos;t give up the values to grow the userbase.</p>
48+
<p className="mb-4">The world is trending the other way. We&apos;re holding the line.</p>
49+
50+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">A short history of holding the line</h2>
51+
<p className="mb-4">Etherpad has been quietly used by Wikimedia, governments, EU public-sector institutions, universities, and self-hosters around the world since 2009. No pivots. No acquisitions. No enshittification. Just sixteen years of doing the same thing, well.</p>
52+
<p className="mb-4">That kind of stability is itself a feature. Institutions that adopt Etherpad in 2026 can reasonably expect it to still be Etherpad in 2036 &mdash; still open, still self-hostable, still attributing every keystroke, still owned by no one.</p>
53+
<p className="mb-4">Almost no other software in this category can credibly say the same.</p>
54+
55+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">What you can do</h2>
56+
<p className="mb-4">If this matters to you:</p>
57+
<ul className="list-disc pl-8 space-y-2 mb-4">
58+
<li><a className="underline" target="_blank" href="https://github.com/ether/etherpad-lite">Run an Etherpad</a> for your team, your organisation, your school, your community.</li>
59+
<li>Contribute &mdash; code, documentation, translations, plugins, time.</li>
60+
<li>Tell someone else this exists. A generation of developers and decision-makers grew up after Etherpad&apos;s first wave of fame and have never heard of it. Word of mouth is how this kind of project survives.</li>
61+
</ul>
62+
<p className="mb-12">The documents that matter deserve an editor that takes them seriously.</p>
63+
<p className="mb-12 italic">That&apos;s what Etherpad is for.</p>
64+
</div>
65+
66+
<Footer/>
67+
</div>
68+
</div>
69+
}

app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import {CookieBanner} from "../src/components/CookieBanner.tsx";
33
import {Header} from "../src/pagesToDisplay/Header.tsx";
44
import {MainHeadline} from "../src/pagesToDisplay/MainHeadline.tsx";
55
import {RealTimeCollaboration} from "../src/pagesToDisplay/RealTimeCollaboration.tsx";
6+
import {WhoUsesEtherpad} from "../src/pagesToDisplay/WhoUsesEtherpad.tsx";
7+
import {AIOnYourTerms} from "../src/pagesToDisplay/AIOnYourTerms.tsx";
68
import {AddFunctionalities} from "../src/pagesToDisplay/AddFunctionalities.tsx";
79
import {CustomizeAppearance} from "../src/pagesToDisplay/CustomizeAppearance.tsx";
810
import {DownloadLatestVersion} from "../src/pagesToDisplay/DownloadLatestVersion.tsx";
@@ -27,6 +29,10 @@ export default function Page() {
2729
<MainHeadline/>
2830
<a className="scroll-point" id="about"></a>
2931
<RealTimeCollaboration/>
32+
<a className="scroll-point" id="who"></a>
33+
<WhoUsesEtherpad/>
34+
<a className="scroll-point" id="ai"></a>
35+
<AIOnYourTerms/>
3036
<a className="scroll-point" id="customize"></a>
3137
<AddFunctionalities/>
3238
<CustomizeAppearance/>

app/why-etherpad/page.tsx

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
import {Header} from "../../src/pagesToDisplay/Header.tsx";
2+
import {Footer} from "../../src/components/Footer.tsx";
3+
4+
export default function WhyEtherpadPage() {
5+
return <div className="dark:bg-gray-800">
6+
<div className="sticky top-0 z-50">
7+
<div className="relative top-0">
8+
<Header/>
9+
</div>
10+
</div>
11+
12+
<div className="main-container">
13+
<div className="content wrap dark:text-gray-300">
14+
<h1 className="text-4xl font-bold mt-16 mb-2 dark:text-white">Why Etherpad?</h1>
15+
<p className="text-xl italic mt-2 mb-12 dark:text-gray-400">Honest comparison with the alternatives. Where Etherpad is stronger, where it isn&apos;t, and which one you should use.</p>
16+
17+
<p className="mb-4">Most product comparison pages exist to win the click. This one doesn&apos;t. Etherpad isn&apos;t the right tool for everyone, and pretending otherwise would betray our first principle &mdash; honesty.</p>
18+
19+
<p className="mb-8">Here&apos;s an honest read on how Etherpad compares with the major collaborative editors in 2026.</p>
20+
21+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">Capability comparison</h2>
22+
23+
<div className="overflow-x-auto mb-8">
24+
<table className="min-w-full text-sm border border-gray-700">
25+
<thead className="bg-gray-700 text-white">
26+
<tr>
27+
<th className="text-left p-2 border border-gray-600">Capability</th>
28+
<th className="text-left p-2 border border-gray-600">Etherpad</th>
29+
<th className="text-left p-2 border border-gray-600">Google Docs</th>
30+
<th className="text-left p-2 border border-gray-600">MS&nbsp;Word/365</th>
31+
<th className="text-left p-2 border border-gray-600">Notion</th>
32+
<th className="text-left p-2 border border-gray-600">CryptPad</th>
33+
<th className="text-left p-2 border border-gray-600">HedgeDoc</th>
34+
</tr>
35+
</thead>
36+
<tbody className="dark:text-gray-300">
37+
<tr><td className="p-2 border border-gray-600">Real-time multi-user editing</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td></tr>
38+
<tr><td className="p-2 border border-gray-600">Per-character authorship visible by default</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No (hidden)</td><td className="p-2 border border-gray-600">No (hidden)</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">Partial</td><td className="p-2 border border-gray-600">No</td></tr>
39+
<tr><td className="p-2 border border-gray-600">Full history scrubbable character-by-character</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No (snapshots)</td><td className="p-2 border border-gray-600">No (snapshots)</td><td className="p-2 border border-gray-600">Limited</td><td className="p-2 border border-gray-600">Limited</td><td className="p-2 border border-gray-600">Limited</td></tr>
40+
<tr><td className="p-2 border border-gray-600">Open source</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td></tr>
41+
<tr><td className="p-2 border border-gray-600">Self-hostable</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">Yes</td><td className="p-2 border border-gray-600">Yes</td></tr>
42+
<tr><td className="p-2 border border-gray-600">No corporate owner</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">Yes (foundation)</td><td className="p-2 border border-gray-600">Yes</td></tr>
43+
<tr><td className="p-2 border border-gray-600">Apache 2.0 / permissive licence</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">AGPL</td><td className="p-2 border border-gray-600">AGPL</td></tr>
44+
<tr><td className="p-2 border border-gray-600">15+ years stable, no pivots</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">N/A</td><td className="p-2 border border-gray-600">N/A</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">~10 years</td><td className="p-2 border border-gray-600">~7 years</td></tr>
45+
<tr><td className="p-2 border border-gray-600">End-to-end encryption</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td></tr>
46+
<tr><td className="p-2 border border-gray-600">Multiple document types (sheets, slides, etc.)</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">No</td></tr>
47+
<tr><td className="p-2 border border-gray-600">Mobile-first experience</td><td className="p-2 border border-gray-600">No</td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600"><strong>Yes</strong></td><td className="p-2 border border-gray-600">Limited</td><td className="p-2 border border-gray-600">Limited</td></tr>
48+
</tbody>
49+
</table>
50+
</div>
51+
52+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">When you should use something else</h2>
53+
54+
<p className="mb-4"><strong>Use CryptPad if</strong> end-to-end encryption is non-negotiable for your threat model. CryptPad encrypts in the browser and even the server operator cannot read your documents. Etherpad does not.</p>
55+
56+
<p className="mb-4"><strong>Use HedgeDoc if</strong> you want a markdown-first collaborative editor with native rendering, slides mode, and code highlighting baked in. Etherpad can do markdown via plugin, but HedgeDoc is purpose-built for it.</p>
57+
58+
<p className="mb-4"><strong>Use Onlyoffice or Collabora if</strong> you need a full office suite (documents, spreadsheets, slides) with formatting compatible with Microsoft Office. Etherpad has one editor type.</p>
59+
60+
<p className="mb-4"><strong>Use Google Docs or Notion if</strong> you want polished mobile apps, integrated suites, and modern AI features that you don&apos;t mind running on a third-party model. Both are more polished than Etherpad and have larger feature surfaces. They are also more expensive in ways that don&apos;t show up on the bill.</p>
61+
62+
<p className="mb-8"><strong>Use Git if</strong> the document is code, the history needs cryptographic integrity, and you don&apos;t need real-time collaboration.</p>
63+
64+
<h2 className="text-2xl text-primary font-bold mt-12 mb-4">When you should use Etherpad</h2>
65+
66+
<p className="mb-4">Etherpad is the right choice when:</p>
67+
<ul className="list-disc pl-8 space-y-2 mb-4">
68+
<li>You need <strong>real-time collaborative editing</strong> with no setup friction for editors.</li>
69+
<li>You need <strong>visible, per-character authorship</strong> as the default UX &mdash; not buried in a menu.</li>
70+
<li>You need to <strong>self-host</strong> for sovereignty, GDPR, regulatory, or institutional reasons.</li>
71+
<li>You need a tool with <strong>no corporate owner</strong> &mdash; one that cannot be acquired and shut down, and that has a track record of holding the line.</li>
72+
<li>You need <strong>opt-in AI</strong> rather than forced AI &mdash; or no AI at all.</li>
73+
<li>You need to <strong>extend the editor</strong> to fit a specific institutional workflow without forking, without enterprise contracts, and without permission from a vendor.</li>
74+
<li>You value <strong>boring stability</strong> over feature novelty. Etherpad has been doing the same thing well since 2009.</li>
75+
</ul>
76+
77+
<p className="mb-12">If most of those apply, you&apos;re probably in the right place.</p>
78+
</div>
79+
80+
<Footer/>
81+
</div>
82+
</div>
83+
}

src/components/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const Footer = ()=>{
1919
Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
2020
<p>Thanks to <a href="https://github.com/seballot" target="_blank">@seballot</a> and
2121
<a href="https://github.com/SamTV12345" target={"_blank"}> @SamTV12345</a> for the redesign</p>
22+
<p className="text-xs opacity-60 mt-2">Bitcoin: 198uyayMFVHUmrcuzWKFSMAkmwfkQgQEXj</p>
2223
</div>
2324

2425
<Suspense>

0 commit comments

Comments
 (0)