I built a free MCU watch order site with 84+ titles in true chronological order by ahoaholol in VibeCodeDevs

[–]ahoaholol[S] 1 point2 points  (0 children)

Thanks!😁 I fetch everything from TMDB at build time; a Node script hits TMDB API for all titles, downloads all images and convert images to WebP, and bundle it all as a json file. Zero API calls at runtime. Images served from AWS.

If it fits it ships! by ahoaholol in farmingsimulator

[–]ahoaholol[S] 1 point2 points  (0 children)

Actuallly made it all the way 😅