This server fetches web pages, strips JavaScript/ads, and serves clean content.
POST /fetch Content-Type: application/x-www-form-urlencoded url=https://example.com&apikey=YOUR_API_KEY
Response: {"url": "/view/abc123", "success": true}
curl -X POST http://localhost:8080/fetch -d "url=https://example.com/article" -d "apikey=YOUR_API_KEY"