<p align="center">
  <a href="https://realm.codes" target="_blank">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/realmorg/realm/HEAD/.github/dark-logo.png">
      <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/realmorg/realm/HEAD/.github/light-logo.png">
      <img alt="REALM" src="https://raw.githubusercontent.com/realmorg/realm/HEAD/.github/light-logo.png" width="350" height="85" style="max-width: 100%;">
    </picture>
  </a>
</p>

<p align="center">
  REALM (Reactive-Lightweight Markup Language). HTML framework for building MVP.
</p>

<p align="center">
  <a aria-label="License" href="https://github.com/realmorg/realm/blob/main/LICENSE">
    <img alt="Community on Github" src="https://img.shields.io/badge/LICENSE-blue.svg?style=for-the-badge&labelColor=blue&logoWidth=20">
  </a>
  <a aria-label="Community on Github" href="https://github.com/realmorg/realm/discussions">
    <img alt="Community on Github" src="https://img.shields.io/badge/Community-hotpink.svg?style=for-the-badge&labelColor=000000&logoWidth=20">
  </a>
</p>

## Documentation
Visit https://realm.codes to view the full documentation.

## What is Realm?
Realm is an HTML framework for building MVP. It is designed to be simple, lightweight, and easy to use. Realm is built on top of Native web components. No-tooling, No-bundler, less javascript. Just take care of your product and ship it fast.

## Contributing
Please see [CONTRIBUTING.md](https://github.com/realmorg/realm/blob/main/.github/CONTRIBUTING.md).

### LICENSE
Copyright 2023 - [MIT License](https://github.com/realmorg/realm/blob/main/LICENSE).
