Web framework for UX developers

Nue is an extremely simple web development environment. It is a great fit for:

  1. UX developers: who natively jump between Figma and CSS without a confusing designer-developer handoff process in the way.

  2. Beginner web developers: who want to skip the redundant layers in the frontend stack and start building websites quickly with modern HTML, CSS and JavaScript.

  3. Experienced JS developers: frustrated with the absurd amount of layers in the React stack, who desire better ways to develop professional websites.

  4. Designers: planning to learn web development, but find the JavaScript ecosystem too scary

  5. Parents & teachers: who wants to educate young people how the web works

Key features and benefits

Less but better code

What used to take a UI designer, React engineer and an absurd amount of JavaScript code can now be done by a UX developer and just a handful of CSS:

Nue allows you to take advantage of a global design system and modern, minimalistic CSS to build websites with significantly less code than with a JavaScript-based framework like Next.js. Your codebase can be as small as a single Tailwind button. This changes the way you think about web development. Chances are that Nue turns you into a professional UX developer, who thinks more like a designer and less like an engineer.

New levels of performance

If there is one word to describe Nue, then it's minimalism. There's order of magnitude less of everything: NPM modules, API methods, configuration options and framework-specific idioms. This leads to significantly leaner websites with far less HTML, CSS and JavaScript in the final server response. Just take any professionally-designed website and compare it with Nue, and you'll see the difference. For example:

The total amount of HTML, CSS, and JavaScript loaded
The total amount of HTML, CSS, and JavaScript loaded

But that's not all. Nue takes your website performance to new heights by combining your assets into one, ultra-compact request which renders in a snap:

You can reach the performance levels of a text-only website like motherfuckingwebsite.com but with the design standards of Stripe or Apple. This is literally as fast as you can get. No matter how clever your Turbopack or Vite is, their output can never beat a single, compact request that has everything to render the page.

Advanced motion and reactivity

With Nue, things like view transitions and scroll-linked animations are easy to implement with nothing but CSS:

/* view transition: Scale down the "old" page */
::view-transition-old(root) {
  transform: scale(.8);
  transition: .4s;
}

Over the years CSS has evolved from static styling utility to an immensely powerful UX development language. Things like tooltips, dialogs, sliders and popups no longer require JavaScript and are best implemented with CSS.

CSS offers better hardware acceleration than JavaScript and a simpler, more standards-based programming model. Even the more advanced stuff from libraries like Framer Motion can be implemented with modern CSS.

CSS becomes more powerful when coupled with a small amount of JavaScript. Depending on your need you can choose the best technology for the job: Reactive island, isomorphic component, Web Component or vanilla JavaScript.

Timeless skills and products

Nue is the best framework to work with the web standards: HTML, CSS and JavaScript.

The code you write now is something that all developers can understand now and in the future. There is no fear of it becoming outdated, because it's based on standards that are part of the web.

Learn the power of modern CSS and stay relevant for the decades to come.

Easy customer handoff

No matter how rich and complex your page is, it can be assembled with an easy-to-write format suitable for non-technical people:

Nue takes the maintenance care off your shoulders. You can hand a finished website to your customers, and they can move forward without your constant help.

Nue is a perfect system for freelancers and design agencies who want to offer the best-in-breed websites with an easy way to manage content.

Try it

You might not believe all these big claims until you give Nue a try. Chances are, you will start wondering why you have ever built websites in any other way.