Rayous
An extensive component based typescript ui framework.
🛠️

Component-Based Architecture

Build modular and reusable components to create sophisticated user interfaces, promoting code reusability and maintainability.

🔩

Flexible Routing System

Easily define and manage your application's URLs using a routing system inspired by popular frameworks like Next.js.

📦

Static Files Organization

Rayous promotes a component-based architecture, making it easy to create reusable and modular components that can be combined to build complex user interfaces.

What is rayous?
A ui framework, made with ❤️ and .
import * as Rayous from "rayous";
Getting Started
You can get started by installing rayous with npm.
npm i rayous@latest
Creating Project
You can use the cli rayous template creator to start
npx rayous create
Code Structure
Component-Based nested code structure, without the need of JSX.
import { Text, Container } from "rayous"; new Container({ children: [ new Text('Try it!') ] })
Start Coding
Look at the docs and start coding with ✨ Rayous ✨
Made with ❤️ by Makano