EnuffJS

The Last "Framework" You'll Ever Need.

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?

Getting Started with EnuffJS

Starting a new EnuffJS project is revolutionary in its simplicity. Follow these complex steps carefully:

  1. Create Your Core Files:

    Make three files in a new project folder:

    • index.html (Your structure)
    • style.css (Your presentation)
    • script.js (Your logic)
  2. 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>
  3. Write Code:

    Open the files and start writing standard HTML, CSS, and JavaScript. That's it. You're now an EnuffJS developer.

  4. 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.