Nort Javascript Framework

Making Javascript applications as simple as HTML

Download   Zip  |  Tar

No transpiling

Nort is entirely based on ECMAScript 2020. It is natively supported in all browsers.

No need for JSX or other meta-language. Write your UI directly in Javascript as easily as you write HTML.

  • No need to install a development toolchain. Simply use your favorite text editor.
  • Use the browser development tools to debug your code.

Component based

Use the existing components or create your own, from a custom HTML element up to a complete embeddable application.

Use your custom elements to create rich components.

All included

Nort comes with a rich set of built-in components. You can start writing your application immediately, or create your own set, the choice is yours.

  • Improved versions of form fields with powerful client-side field and form validation.
  • Powerful layout tools like tabs.
  • Charting.
  • Internationalization.
  • Interaction with web API server.
  • Window manager.

See a demo here