A modern, minimalistic web proxy built with enhanced capabilities for complex websites like YouTube and TikTok.
āāā backend/
ā āāā index.ts # Main Hono server
ā āāā proxy/
ā ā āāā handler.ts # Core proxy logic
ā ā āāā rewriter.ts # HTML/CSS/JS rewriting
ā ā āāā encoder.ts # URL encoding/decoding
ā āāā middleware/
ā āāā cors.ts # CORS handling
ā āāā security.ts # Security headers
āāā frontend/
ā āāā index.html # Main interface
ā āāā components/
ā ā āāā App.tsx # Main React app
ā ā āāā ProxyForm.tsx # URL input form
ā ā āāā Settings.tsx # Configuration panel
ā āāā styles/
ā ā āāā main.css # Custom styles
ā āāā utils/
ā āāā api.ts # Frontend API helpers
āāā shared/
āāā types.ts # Shared TypeScript types
āāā constants.ts # Shared constants
The proxy automatically handles: