The Anti-Framework Idea that turned into FUBARos - Clippy’s Revenge
dev.to·12h·
Discuss: DEV
💾Retro Computing
Preview
Report Post

Behind the Code: The Anti-Framework Idea

Before we dive into the madness, a word for the developers.

FUBARos is built with 0% Frameworks, 0% Tailwind, and 100% Vanilla JavaScript.

In an era where "Hello World" requires a 2GB node_modules folder and a 15-minute build pipeline, this project is a rebellion. It runs on the browser’s native engine—the way the internet intended.

  • No React/Vue/Angular: State management is handled by... variables.
  • No TailwindCSS: Styles are written in CSS. Yes, just CSS and a little js.
  • No Build Step: Drag and drop to prod. Static files on a static host. Low cost, high chaos.
  • Less then 100 static files taking up less than 2MB of space.

if you can’t build a sentient paperclip in pure JS, you shouldn’t…

Similar Posts

Loading similar posts...