|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>The Ethical Switchboard - Better Web Alternatives</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
<style> |
|
.sticky-nav { |
|
position: sticky; |
|
top: 0; |
|
z-index: 50; |
|
} |
|
.sticky-table-header { |
|
position: sticky; |
|
top: 64px; |
|
background-color: white; |
|
z-index: 40; |
|
} |
|
@media (max-width: 768px) { |
|
.sticky-table-header { |
|
top: 56px; |
|
} |
|
} |
|
.badge { |
|
@apply px-2 py-1 text-xs font-medium rounded-full; |
|
} |
|
.badge--nonprofit { |
|
@apply bg-green-100 text-green-800; |
|
} |
|
.badge--federated { |
|
@apply bg-blue-100 text-blue-800; |
|
} |
|
.badge--encrypted { |
|
@apply bg-purple-100 text-purple-800; |
|
} |
|
.badge--popular { |
|
@apply bg-yellow-100 text-yellow-800; |
|
} |
|
.scroll-margin { |
|
scroll-margin-top: 80px; |
|
} |
|
[x-cloak] { display: none !important; } |
|
</style> |
|
</head> |
|
<body class="bg-gray-50 text-gray-800 font-sans"> |
|
|
|
<div class="bg-green-800 text-white py-2 px-4 text-center"> |
|
<div class="container mx-auto flex items-center justify-center"> |
|
<span class="mr-2">We support Palestine</span> |
|
<div class="w-6 h-4 bg-green-600 relative overflow-hidden"> |
|
<div class="absolute top-0 left-0 w-full h-1/3 bg-white"></div> |
|
<div class="absolute top-1/3 left-0 w-full h-1/3 bg-black"></div> |
|
<div class="absolute top-2/3 left-0 w-full h-1/3 bg-green-500"></div> |
|
<div class="absolute top-0 left-0 h-full w-1/3 bg-red-600"></div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<header class="sticky-nav bg-white shadow-sm"> |
|
<div class="container mx-auto px-4 py-3"> |
|
<div class="flex justify-between items-center"> |
|
<div class="flex items-center space-x-2"> |
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /> |
|
</svg> |
|
<div> |
|
<h1 class="text-xl font-bold text-gray-900">The Ethical Switchboard</h1> |
|
<p class="text-xs text-gray-500">Privacy-respecting, open-source alternatives to Big Tech</p> |
|
</div> |
|
</div> |
|
<nav class="hidden md:flex space-x-6"> |
|
<a href="#introduction" class="text-gray-700 hover:text-blue-600 font-medium">Introduction</a> |
|
<a href="#search" class="text-gray-700 hover:text-blue-600 font-medium">Search</a> |
|
<a href="#social" class="text-gray-700 hover:text-blue-600 font-medium">Social</a> |
|
<a href="#messaging" class="text-gray-700 hover:text-blue-600 font-medium">Messaging</a> |
|
<a href="#get-started" class="text-blue-600 font-medium">Get Started</a> |
|
</nav> |
|
<button class="md:hidden text-gray-700" onclick="toggleMobileMenu()"> |
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> |
|
</svg> |
|
</button> |
|
</div> |
|
</div> |
|
|
|
<div id="mobileMenu" class="hidden md:hidden bg-white border-t"> |
|
<div class="container mx-auto px-4 py-2 flex flex-col space-y-2"> |
|
<a href="#introduction" class="py-2 text-gray-700 hover:text-blue-600">Introduction</a> |
|
<a href="#search" class="py-2 text-gray-700 hover:text-blue-600">Search</a> |
|
<a href="#social" class="py-2 text-gray-700 hover:text-blue-600">Social</a> |
|
<a href="#messaging" class="py-2 text-gray-700 hover:text-blue-600">Messaging</a> |
|
<a href="#get-started" class="py-2 text-blue-600 font-medium">Get Started</a> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
<main class="container mx-auto px-4 py-8"> |
|
|
|
<section id="introduction" class="mb-16 scroll-margin"> |
|
<div class="bg-white rounded-lg shadow-md p-6 mb-8"> |
|
<h2 class="text-2xl font-bold text-gray-900 mb-4">Take Back Control of Your Digital Life</h2> |
|
<p class="text-gray-700 mb-6"> |
|
The internet shouldn't be controlled by a handful of corporations tracking your every move. |
|
There are better alternatives that respect your privacy, avoid manipulative algorithms, |
|
and put people before profits. This guide helps you find the best options based on your priorities. |
|
</p> |
|
|
|
<div class="bg-blue-50 border-l-4 border-blue-500 p-4 mb-6"> |
|
<p class="text-blue-800"> |
|
<span class="font-bold">Why decentralization matters:</span> Services marked as "Decentralized/Community-run" |
|
can't be unilaterally censored by any single entity. This protects free speech while still allowing |
|
individual communities to set their own rules. |
|
</p> |
|
</div> |
|
|
|
<h3 class="text-lg font-semibold mb-3">How to read the tables:</h3> |
|
<div class="overflow-x-auto"> |
|
<table class="min-w-full bg-white border"> |
|
<thead class="bg-gray-50"> |
|
<tr> |
|
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Symbol</th> |
|
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Meaning</th> |
|
</tr> |
|
</thead> |
|
<tbody class="divide-y divide-gray-200"> |
|
<tr> |
|
<td class="px-4 py-2 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-4 py-2">The service meets this criterion fully</td> |
|
</tr> |
|
<tr> |
|
<td class="px-4 py-2 whitespace-nowrap text-yellow-600 font-bold">β Mixed</td> |
|
<td class="px-4 py-2">The service partially meets this criterion</td> |
|
</tr> |
|
<tr> |
|
<td class="px-4 py-2 whitespace-nowrap text-red-600 font-bold">β No</td> |
|
<td class="px-4 py-2">The service doesn't meet this criterion</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<div class="bg-white rounded-lg shadow-md p-4 mb-8 sticky-nav" style="top: 80px;"> |
|
<h3 class="font-medium text-gray-900 mb-2">Jump to category:</h3> |
|
<div class="flex flex-wrap gap-2"> |
|
<a href="#search" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Search Engines</a> |
|
<a href="#social" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Social Media</a> |
|
<a href="#messaging" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Messaging</a> |
|
<a href="#browsers" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Browsers</a> |
|
<a href="#cloud" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Cloud Storage</a> |
|
</div> |
|
</div> |
|
|
|
|
|
<section id="search" class="mb-16 scroll-margin"> |
|
<div class="bg-white rounded-lg shadow-md overflow-hidden"> |
|
<div class="px-6 py-4 border-b"> |
|
<h2 class="text-xl font-bold text-gray-900">Replace Google Search</h2> |
|
<p class="text-gray-600 mt-1"> |
|
Search engines track your queries to build profiles and target ads. These alternatives respect your privacy. |
|
</p> |
|
</div> |
|
|
|
<div class="overflow-x-auto"> |
|
<table class="min-w-full divide-y divide-gray-200"> |
|
<thead class="sticky-table-header bg-white"> |
|
<tr> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th> |
|
</tr> |
|
</thead> |
|
<tbody class="bg-white divide-y divide-gray-200"> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://duckduckgo.com/assets/logo_homepage.normal.v108.svg" alt="DuckDuckGo logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">DuckDuckGo</div> |
|
<div class="text-sm text-gray-500">duckduckgo.com</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-yellow-600 font-bold">β Mixed</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">β No</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Shows ads but doesn't track you. Based in USA. Good default choice. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://raw.githubusercontent.com/searxng/searxng/1a7b6a3b8a3b3f8e8b4f8f8b8f8b8f8b8f8b8f8b/docs/src/searxng-wordmark.svg" alt="SearXNG logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">SearXNG</div> |
|
<div class="text-sm text-gray-500">searxng.github.io</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Meta-search engine. Self-hostable. Many public instances available. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://kagi.com/favicon.ico" alt="Kagi logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Kagi</div> |
|
<div class="text-sm text-gray-500">kagi.com</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">β No</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">β No</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Paid service with excellent results. Based in USA. |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
|
|
<div class="px-6 py-4 bg-blue-50"> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 pt-1"> |
|
<svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> |
|
</svg> |
|
</div> |
|
<div class="ml-3"> |
|
<h3 class="text-sm font-medium text-blue-800">Quick Tip</h3> |
|
<div class="mt-1 text-sm text-blue-700"> |
|
<p> |
|
<span class="font-semibold">For most people:</span> Start with DuckDuckGo for a familiar experience, |
|
or try SearXNG if you want full control. Kagi is excellent if you don't mind paying for premium results. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="social" class="mb-16 scroll-margin"> |
|
<div class="bg-white rounded-lg shadow-md overflow-hidden"> |
|
<div class="px-6 py-4 border-b"> |
|
<h2 class="text-xl font-bold text-gray-900">Replace Social Media</h2> |
|
<p class="text-gray-600 mt-1"> |
|
Traditional social networks optimize for engagement at the cost of mental health and privacy. |
|
</p> |
|
</div> |
|
|
|
<div class="overflow-x-auto"> |
|
<table class="min-w-full divide-y divide-gray-200"> |
|
<thead class="sticky-table-header bg-white"> |
|
<tr> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th> |
|
</tr> |
|
</thead> |
|
<tbody class="bg-white divide-y divide-gray-200"> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://joinmastodon.org/logo.svg" alt="Mastodon logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Mastodon</div> |
|
<div class="text-sm text-gray-500">joinmastodon.org</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Twitter alternative. Choose your instance carefully as rules vary. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://pixelfed.org/favicon.ico" alt="Pixelfed logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Pixelfed</div> |
|
<div class="text-sm text-gray-500">pixelfed.org</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Instagram alternative. Part of the Fediverse. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://join-lemmy.org/static/assets/icons/favicon.svg" alt="Lemmy logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Lemmy</div> |
|
<div class="text-sm text-gray-500">join-lemmy.org</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Reddit alternative. Decentralized communities. |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
|
|
<div class="px-6 py-4 bg-blue-50"> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 pt-1"> |
|
<svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> |
|
</svg> |
|
</div> |
|
<div class="ml-3"> |
|
<h3 class="text-sm font-medium text-blue-800">Quick Tip</h3> |
|
<div class="mt-1 text-sm text-blue-700"> |
|
<p> |
|
<span class="font-semibold">Getting started:</span> For Twitter users, try Mastodon. |
|
Join an instance that aligns with your interests. For Instagram users, Pixelfed offers |
|
a similar photo-sharing experience without tracking. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="messaging" class="mb-16 scroll-margin"> |
|
<div class="bg-white rounded-lg shadow-md overflow-hidden"> |
|
<div class="px-6 py-4 border-b"> |
|
<h2 class="text-xl font-bold text-gray-900">Replace Messaging Apps</h2> |
|
<p class="text-gray-600 mt-1"> |
|
Most messaging apps collect metadata about who you talk to and when. These alternatives prioritize security. |
|
</p> |
|
</div> |
|
|
|
<div class="overflow-x-auto"> |
|
<table class="min-w-full divide-y divide-gray-200"> |
|
<thead class="sticky-table-header bg-white"> |
|
<tr> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th> |
|
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th> |
|
</tr> |
|
</thead> |
|
<tbody class="bg-white divide-y divide-gray-200"> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://signal.org/assets/logo.png" alt="Signal logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Signal</div> |
|
<div class="text-sm text-gray-500">signal.org</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">β No</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Gold standard for private messaging. Requires phone number. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://element.io/favicon.ico" alt="Element logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Element</div> |
|
<div class="text-sm text-gray-500">element.io</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
Uses Matrix protocol. Good for teams and communities. |
|
</td> |
|
</tr> |
|
<tr class="hover:bg-gray-50"> |
|
<td class="px-6 py-4 whitespace-nowrap"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 h-10 w-10"> |
|
<img class="h-10 w-10 rounded" src="https://getsession.org/favicon.ico" alt="Session logo"> |
|
</div> |
|
<div class="ml-4"> |
|
<div class="text-sm font-medium text-gray-900">Session</div> |
|
<div class="text-sm text-gray-500">getsession.org</div> |
|
</div> |
|
</div> |
|
</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">β
Yes</td> |
|
<td class="px-6 py-4 text-sm text-gray-500"> |
|
No phone number needed. Uses blockchain for decentralized identity. |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
|
|
<div class="px-6 py-4 bg-blue-50"> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 pt-1"> |
|
<svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> |
|
</svg> |
|
</div> |
|
<div class="ml-3"> |
|
<h3 class="text-sm font-medium text-blue-800">Quick Tip</h3> |
|
<div class="mt-1 text-sm text-blue-700"> |
|
<p> |
|
<span class="font-semibold">Recommendation:</span> Signal is the easiest transition from WhatsApp. |
|
For more advanced users or teams, Element provides excellent group features through Matrix. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="get-started" class="mb-16 scroll-margin"> |
|
<div class="bg-white rounded-lg shadow-md p-6"> |
|
<h2 class="text-2xl font-bold text-gray-900 mb-6">Quick Start Guide</h2> |
|
<p class="text-gray-700 mb-6"> |
|
If you're feeling overwhelmed, here are our top recommendations to get started with ethical alternatives: |
|
</p> |
|
|
|
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6"> |
|
<div class="border rounded-lg p-4 hover:shadow-md transition-shadow"> |
|
<h3 class="font-bold text-lg mb-2 flex items-center"> |
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> |
|
</svg> |
|
Search |
|
</h3> |
|
<p class="text-gray-600 mb-3">Replace Google with privacy-focused alternatives</p> |
|
<div class="flex items-center mb-2"> |
|
<span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span> |
|
<span class="font-medium">DuckDuckGo</span> |
|
</div> |
|
<p class="text-sm text-gray-500 mb-3">Easy switch, good privacy, familiar interface</p> |
|
<a href="#search" class="text-blue-600 text-sm font-medium hover:underline">See all options β</a> |
|
</div> |
|
|
|
<div class="border rounded-lg p-4 hover:shadow-md transition-shadow"> |
|
<h3 class="font-bold text-lg mb-2 flex items-center"> |
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z" /> |
|
</svg> |
|
Social Media |
|
</h3> |
|
<p class="text-gray-600 mb-3">Alternatives to Twitter, Facebook, Instagram</p> |
|
<div class="flex items-center mb-2"> |
|
<span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span> |
|
<span class="font-medium">Mastodon</span> |
|
</div> |
|
<p class="text-sm text-gray-500 mb-3">Decentralized Twitter alternative</p> |
|
<a href="#social" class="text-blue-600 text-sm font-medium hover:underline">See all options β</a> |
|
</div> |
|
|
|
<div class="border rounded-lg p-4 hover:shadow-md transition-shadow"> |
|
<h3 class="font-bold text-lg mb-2 flex items-center"> |
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor"> |
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z" /> |
|
</svg> |
|
Messaging |
|
</h3> |
|
<p class="text-gray-600 mb-3">Private alternatives to WhatsApp, Messenger</p> |
|
<div class="flex items-center mb-2"> |
|
<span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span> |
|
<span class="font-medium">Signal</span> |
|
</div> |
|
<p class="text-sm text-gray-500 mb-3">End-to-end encrypted, easy to use</p> |
|
<a href="#messaging" class="text-blue-600 text-sm font-medium hover:underline">See all options β</a> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
</main> |
|
|
|
|
|
<footer class="bg-gray-100 border-t"> |
|
<div class="container mx-auto px-4 py-8"> |
|
<div class="grid md:grid-cols-3 gap-8"> |
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">The Ethical Switchboard</h3> |
|
<p class="text-gray-600"> |
|
Helping you find privacy-respecting, open-source alternatives to Big Tech services. |
|
</p> |
|
</div> |
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">Resources</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">About this project</a></li> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">Contribution guidelines</a></li> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">Privacy policy</a></li> |
|
</ul> |
|
</div> |
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">Connect</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">GitHub</a></li> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">Mastodon</a></li> |
|
<li><a href="#" class="text-gray-600 hover:text-blue-600">Contact us</a></li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="border-t border-gray-200 mt-8 pt-8 text-sm text-gray-500"> |
|
<p>This site uses Plausible Analytics, a privacy-respecting analytics tool with no tracking.</p> |
|
<p class="mt-2">Last updated: June 2023</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script> |
|
function toggleMobileMenu() { |
|
const menu = document.getElementById('mobileMenu'); |
|
menu.classList.toggle('hidden'); |
|
} |
|
|
|
|
|
document.addEventListener('DOMContentLoaded', function() { |
|
const tables = document.querySelectorAll('table'); |
|
|
|
tables.forEach(table => { |
|
const headers = table.querySelectorAll('thead th'); |
|
|
|
headers.forEach((header, index) => { |
|
if (index > 0) { |
|
header.style.cursor = 'pointer'; |
|
header.addEventListener('click', () => { |
|
sortTable(table, index); |
|
}); |
|
} |
|
}); |
|
}); |
|
|
|
function sortTable(table, columnIndex) { |
|
const tbody = table.querySelector('tbody'); |
|
const rows = Array.from(tbody.querySelectorAll('tr')); |
|
|
|
rows.sort((a, b) => { |
|
const aText = a.querySelectorAll('td')[columnIndex].textContent.trim(); |
|
const bText = b.querySelectorAll('td')[columnIndex].textContent.trim(); |
|
|
|
|
|
if (aText.includes('β
') && !bText.includes('β
')) return -1; |
|
if (!aText.includes('β
') && bText.includes('β
')) return 1; |
|
if (aText.includes('β') && bText.includes('β')) return -1; |
|
if (aText.includes('β') && bText.includes('β')) return 1; |
|
|
|
return aText.localeCompare(bText); |
|
}); |
|
|
|
|
|
while (tbody.firstChild) { |
|
tbody.removeChild(tbody.firstChild); |
|
} |
|
|
|
|
|
rows.forEach(row => { |
|
tbody.appendChild(row); |
|
}); |
|
} |
|
}); |
|
</script> |
|
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 𧬠<a href="https://enzostvs-deepsite.hf.space?remix=Bahrudin/ethical" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |