everywall/ladder

Selfhosted alternative to 12ft.io. and 1ft.io. Proxy to remove CORS headers and modify HTML

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 7th, 2026
Created on November 1st, 2023
Open Issues & Pull Requests: 43 (+0)
GitHub issues: Enabled
Number of forks: 520
Total Stargazers: 8,938 (+2)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 313 days
Stale 30+ days: 5
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Ladder is a self-hosted HTTP web proxy that removes CORS headers and modifies HTML to test paywall implementations and content delivery behavior.

The tool addresses the problem of testing how websites serve content under different conditions by acting as an intermediary that can strip or modify HTTP headers, inject or remove code, and simulate different client environments through custom user agents and IP addresses. It allows developers and researchers to observe paywall configurations and access controls without being blocked by cross-origin restrictions or content security policies that would normally prevent such testing.

Ladder suits developers, researchers, and publishers who need to verify their own paywall implementations or study how content delivery works across different client types. The tool is designed for legitimate testing and quality assurance purposes only. It works best on websites that serve different content based on client type rather than those with advanced anti-bot mechanisms like fingerprinting or behavioral analysis. The project acknowledges that third-party tools like FlareSolverr exist for rendering pages in headless browsers, but notes these are separate from Ladder and may have their own legal restrictions.

The project maintains active release cycles with prebuilt binaries for Linux, macOS, and Windows, plus Docker containers for both amd64 and arm64 architectures. Development includes a functional API alongside the web interface, with features like domain-based rulesets, basic authentication, and access logging. The tool exposes rulesets to other Ladder instances for shared configurations. Planned additions include robots.txt testing and optional TOR proxy support, though these remain unimplemented.