GitHub Issue

Fuel the Noobs

Discovered On Mar 28, 2026
Primary Metric open
Would you consider adding some super basic instructions for first time users of GitHub? This has gone viral, congrats, people are seeing it on X, Threads, Insta etc. but ‘Clone the repo’ or ‘serve locally’ isn’t intuitive to the newbies. If I can elaborate beyond this, though they can google what that means, without clearer language uptake is limited - they’re still the target market for the $$$ products because they don’t know how to go from GitHub to a TV. I downloaded the zip file and all the real flip‑board code doesn't seem to be included in the public repository, just the marketing landing page with a prompt for early access sign up.
View Raw Thread

Developer & User Discourse

vultuk • Mar 28, 2026
If my PR gets merged (#2) I think the updated [Readme file](https://github.com/vultuk/flipoff/blob/7ba3a00e09a64be07c79ed7b7542aeac417ed98c/README.md) should be enough, especially with the backend that manages the board.
vakaobr • Mar 29, 2026
I forked the project and implemented:

- https://github.com/magnum6actual/flipoff/pull/13
- https://github.com/magnum6actual/flipoff/pull/10
- https://github.com/magnum6actual/flipoff/pull/7
- https://github.com/magnum6actual/flipoff/pull/4
- https://github.com/magnum6actual/flipoff/pull/2
- https://github.com/magnum6actual/flipoff/pull/1

Plus some extra additions/fixes/improvements (e.g. get weather from local location where the browser is running, display date and time, add colors on some informations, a gradient color schemes based on the temperature at the location where the user are, security fixes, etc) including updates on the readme on how run it locally via docker. or via python directly, hosting it or via github pages, it's here https://github.com/vakaobr/flipoff

I've pushed **#19** to merge all the changes from my fork to here, lets see it its approved :)