The Ultimate JavaScript library for creating UIs

Orbiton JS is a lightweight minimilistic JavaScript library for creating browser UIs. Orbiton JS provides your with an ease to use API for creating fast, painless apps with a high performance

Explore Docs

Start Using Orbiton JS for building UIs today

Begin building your UIs with a superb library. Explore our documentation to get started now.

class Getting Started A guide to getting started with Orbiton JS and the Orbiton JS documentationLearn more navigate_next
edit Learn A free full tutorial teaching Orbiton JS for beginner level.Learn more navigate_next
handyman How To Guides A guide to solve common tasks or workflows that are common in Orbiton DevelopmentLearn more navigate_next
code API Reference The complete detailed API Reference to all utils provided Orbiton JSLearn more navigate_next

Installation

Using a CDN

<script
  src="https://unpkg.com/orbiton@latest/umd/orbiton.production.js"
  crossorigin
></script>

Using NPM or yarn

# yarn
yarn add orbiton

# npm
npm install orbiton

Usage

Try it on Codesandbox

import Orbiton from "orbiton";

const Button = (
  <button
    onClick={() => {
      alert("Clicked");
    }}
  >
    Click me
  </button>
);

Orbiton.append(Button, document.getElementById("root"));

Why Orbiton

Wonder what features in make Orbiton stand out

folder_special

Light Weight

One of the greatest advantage of Orbiton is its size. Orbiton is just 3.8kb min+gzip. This makes your apps load faster size most of the chunk will be code you wrote or code from external libraries since orbiton will only take a small portion of yourapp size

lan

Close To Dom

Orbiton DOM rendere tries to stay close tothe DOM inorder to mantain a great performance. This makes Orbiton Applications performant and as fast as vanilla js Apps

account_tree

Reactive

The library is reactive making you create modern web apps that provide a native feel to the user. This makes it even better for creating Progressive web apps.

important_devices

Modern

Orbiton JS provides modern APIs that are easy to understand and make you develop scalable and limitless Applications.

Our sponsors

The continued development and maintenance of Orbiton JS is greatly helped by our generous sponsors.

Platinum