SiteProxy is a reverse proxy tool that enables access to blocked websites and services through a web interface without requiring client configuration or software installation.
The tool solves the problem of accessing geographically restricted or censored content by intercepting and forwarding web requests through its own servers. It uses the Hono framework for request handling and supports deployment on Cloudflare Workers for distributed performance. The proxy transparently handles HTTP requests and responses, allowing users to browse restricted sites by simply visiting the proxy URL. It incorporates RSA and AES encryption to protect login credentials during authentication and supports login via GitHub and Telegram Web to reduce phishing risks.
SiteProxy suits users who need straightforward access to blocked websites without technical configuration. It works well for those deploying on VPS, Docker, or Cloudflare infrastructure. The tool includes integrated access to DuckDuckGo AI Chat with free access to multiple language models. Password protection restricts access to authorized users only. The README notes that Cloudflare deployment may limit access to some websites due to IP restrictions imposed by target sites, and recommends DuckDuckGo for searches rather than Google, which has added anti-bot mechanisms.
The project shows active development with recent updates to core infrastructure, replacing Express with Hono to improve performance. Code obfuscation was introduced in version 2.x to mitigate phishing risks given the tool's support for multiple login methods. The tool maintains clear deployment documentation for both Cloudflare Pages and traditional VPS environments, with configuration files and build scripts actively maintained.