Skip to content

Commit 1024c65

Browse files
jaw-shclaude
andcommittedJan 19, 2026
feat: add Products section with Tartarus page
- Create /products/ section for open source infrastructure projects - Add Tartarus product page explaining DDoS protection for the "Lower Internet" - independent sites with high cultural impact but limited resources - Add Products to main navigation with Tartarus submenu item Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent efb7afc commit 1024c65

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed
 

‎config.toml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ menu = [
4040
{ url = "/issues/fair-access-to-financial-services", name = "Fair Access to Financial Services" },
4141
{ url = "/issues/impartial-internet-service", name = "Impartial Internet Service" },
4242
] },
43+
{ url = "/products", name = "Products", show_in = [
44+
"desktop",
45+
"footer",
46+
], submenu = [
47+
{ url = "/products/tartarus", name = "Tartarus" },
48+
] },
4349
{ url = "/support", name = "Support", show_in = [
4450
"desktop"
4551
]}

‎content/products/_index.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Products"
3+
description = "Open source infrastructure for the Lower Internet"
4+
template = "blog.html"
5+
page_template = "page.html"
6+
sort_by = "title"
7+
+++

‎content/products/tartarus.md‎

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
+++
2+
title = "Tartarus"
3+
template = "page.html"
4+
date = 2025-02-07
5+
description = "A free, open-source shield protecting independent websites from attacks."
6+
+++
7+
8+
The Internet has two layers. The "Upper Internet" consists of major platforms like Google, Facebook, and Amazon. These companies have billions of dollars to spend on infrastructure and security. When someone tries to attack them, they shrug it off.
9+
10+
Then there's the "Lower Internet" - small forums, independent news sites, hobbyist communities, and personal blogs. These websites often run on shoestring budgets with volunteer administrators. They can't afford enterprise security solutions. Yet they're frequently under attack from trolls, hacktivists, and bad actors who want to silence them.
11+
12+
Many of these small sites punch far above their weight in cultural importance. They're where subcultures form, where controversial ideas are debated, and where communities gather outside the watchful eye of Big Tech. They're the spiritual successors to early internet message boards and the birthplace of countless memes, movements, and innovations.
13+
14+
But they're also fragile. A single determined attacker can knock an independent site offline for days or weeks. Traditional DDoS protection services cost hundreds or thousands of dollars per month - money these sites simply don't have. And even when they can afford protection, they're often denied service because their content is too controversial for corporate providers.
15+
16+
**Tartarus exists to solve this problem.**
17+
18+
## What it does
19+
20+
Tartarus sits between your website and the Internet, inspecting every visitor before they reach your server. It uses a combination of techniques to distinguish real humans from malicious bots:
21+
22+
- **Proof-of-Work Challenges**: Before accessing a protected site, visitors solve a brief computational puzzle. This takes about a second for humans but makes large-scale automated attacks prohibitively expensive.
23+
24+
- **Fingerprint Analysis**: Tartarus examines the technical details of each connection to identify patterns consistent with attack tools, botnets, and automated scripts.
25+
26+
- **Reputation Intelligence**: Known bad actors, VPN abuse networks, and compromised systems are identified before they can cause harm.
27+
28+
- **Intelligent Caching**: Legitimate content is stored and served efficiently, reducing load on the origin server even under heavy traffic.
29+
30+
When an attack comes, Tartarus absorbs the blow. Your website stays online.
31+
32+
## Why it's different
33+
34+
Unlike commercial DDoS protection services:
35+
36+
- **It's free and open source.** The code is public. Anyone can inspect it, improve it, or run their own instance.
37+
38+
- **No content restrictions.** We don't police what websites we protect. If it's legal, we'll help defend it.
39+
40+
- **Built for the little guy.** Tartarus is designed to run cheaply and efficiently, not to maximize profit.
41+
42+
- **Community-supported.** Development is funded by donations and contributions, not by selling user data or charging premium fees.
43+
44+
## The name
45+
46+
In Greek mythology, Tartarus was the deepest dungeon of the underworld - a place where threats were imprisoned and kept away from the world above. Our Tartarus does the same for the Internet, trapping malicious traffic before it can reach the sites and communities you care about.
47+
48+
## Get involved
49+
50+
Tartarus is under active development. If you're a developer interested in helping protect the Lower Internet, check out the source code on [GitHub](https://github.com/usips/tartarus-rs).
51+
52+
If you run an independent website and need protection, [contact us](/us/contact) to learn about getting started.

0 commit comments

Comments
 (0)
Please sign in to comment.