Static web client for FlixMine. Same catalog as the TV app, no build step, no backend, no API keys.
index.html/styles.css/app.js— the entire appchannels.json— bundled fallback for approved channels (used when the GitHub copy is missing, same as the TV app)assets/— FlixMine icon + neeko logo
Fetched at page load from:
https://raw.githubusercontent.com/neekogaming/FreeFlix/main/movies.jsonhttps://raw.githubusercontent.com/neekogaming/FreeFlix/main/approved_channels.json(falls back to localchannels.jsonon 404)
Posters/backdrops come from the TMDB image CDN. Playback is the official YouTube embed or a link out to youtube.com.
Any static file server works:
npx serve website
Upload the website/ folder as-is to Netlify, Vercel, GitHub Pages, or any static host. No build step needed.