turqey395/IPTV-CHECKER ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple web app called IPTV Checker that lets people validate IPTV subscriptions from either an M3U link or Xtream Codes login details.

I want a clean page where I can paste one IPTV URL or a list of many URLs, then see whether each one works, when it expires, how many days are left, active connections, and basic server info. If the input is an M3U playlist, it should parse the playlist and show the total channel count plus a breakdown by group. It should also try to detect Xtream login info inside M3U links automatically.

Please make it run locally with a Node server and work as a public website too. The checks need to happen on the server side since browsers can’t hit most IPTV servers directly. Don’t store or log credentials, just use them during the check and then discard them. If you need current docs or deployment details, look them up online and keep it simple.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab