ENOUGH IS ENOUGH!
Tired of the endless churn? TanStack Start, Next, Nuxt, Angular, SvelteKit, Solid, Qwik... another day, another framework promising to solve problems you didn't know you had, adding layers of abstraction, build steps, and dependencies.
We present EnuffJS: End Nearly Useless F***ing Frameworks.
It's time to return to sanity. EnuffJS leverages the most battle-tested, performant, and universally available technologies: HTML, CSS, and vanilla JavaScript.
Why EnuffJS?
- Blazing Speed: No virtual DOM overhead, no complex reconciliation algorithms. Just direct manipulation when you need it.
-
Zero Dependencies: That's right. None. Zip. Nada. Your
node_modules
folder will weep tears of joy (or relief). - Ultimate Control: You write the code, you control the browser. No magic, no black boxes.
- Instant Learning Curve: You already know it! It's just HTML, CSS, and the JavaScript you've been using all along.
- Unmatched Stability: Built on web standards that have been stable for decades. No more breaking changes every six months.
- Infinitely Scalable*: Scales perfectly with the complexity (or simplicity) of your application and your skill. (*Your mileage may vary. Requires actual thought.)
Getting Started with EnuffJS
Starting a new EnuffJS project is revolutionary in its simplicity. Follow these complex steps carefully:
-
Create Your Core Files:
Make three files in a new project folder:
index.html
(Your structure)style.css
(Your presentation)script.js
(Your logic)
-
Link Your Files:
Inside your
index.html
, add the following within the<head>
tag:<link rel="stylesheet" href="style.css">
And add this just before the closing
</body>
tag:<script src="script.js"></script>
-
Write Code:
Open the files and start writing standard HTML, CSS, and JavaScript. That's it. You're now an EnuffJS developer.
-
Deploy:
Upload these files to any static web host. Done. No build process required (unless you *want* one for minification, etc., but it's not EnuffJS demanding it!).
Congratulations! You've mastered EnuffJS and ended the framework wars for yourself.
Ready to Join the Revolution?
Dive into the EnuffJS Documentation to see how to accomplish common tasks using the raw power of the web platform.