Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions apps/frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,30 @@ export default async function Index() {
<main className="py-12 px-4 md:px-12 xl:px-20 text-[#666] flex flex-col gap-8">
<DailyPlayersSection initial={dailyPlayers} />

<section className="flex flex-col gap-4">
<header className="flex flex-row justify-between items-baseline">
<h1 className="text-2xl font-bold clear-both">Teammates, activity and shared player names</h1>
<p className="text-md clear-both text-[#888]">August 25th 2026</p>
</header>
<p>
Teerank is now tracking the partners you play with the most.
</p>
<p>
Players, clans and servers now have an activity chart, built using
the last 2 years worth of data. A chart of daily active players is
also on the home page.
</p>
<p>
Last but not least: Teerank now detects shared names, and they can
be filtered out.
</p>
<p>
On the technical side, teerank.io is proxied through Cloudflare to
reduce the impact of AI crawler traffic spikes. Google Analytics
has been removed as well.
</p>
</section>

<section className="flex flex-col gap-4">
<header className="flex flex-row justify-between items-baseline">
<h1 className="text-2xl font-bold clear-both">0.7 servers and map counts</h1>
Expand Down
Loading