16 seasons. One system. Endless episodes.
NERflix is a political parody website presenting real Hungarian political news articles in a card-based, drag-to-scroll UI. The streaming-service aesthetic is intentional satire — the drama is real, only the branding is fictional.
A static, single-page application that categorises hundreds of real Hungarian political articles across five themes:
- Corruption
- Media & Propaganda
- Rule of Law
- Social Harm
- Foreign Policy
No algorithms, no paywalls, no spin — just the receipts, organised for browsing.
The article database (db.js) is sourced from nerlist.hu and is released under the CC0 Public Domain Dedication. It is updated manually from that source and intentionally kept as a standalone file to make updates straightforward.
Pure HTML, CSS, and vanilla JavaScript. No build tools, no frameworks, no dependencies.
index.html — markup, SEO meta tags, Schema.org structured data
style.css — all styles
app.js — rendering, drag-scroll, keyboard navigation
db.js — article database (sourced from nerlist.hu, do not edit)
Open index.html directly in a browser.
The source code (HTML, CSS, JS) is released under the MIT License.
The article database (db.js) is sourced from nerlist.hu under CC0.
You are free to fork, remix, and redeploy this project for any purpose.