Astra UI

Minimalist, SEO-friendly and ultra-fast React component library built for modern web applications

License Node.js Stars

Quick Start

git clone https://github.com/turkcode-ai/astra-ui.git
cd astra-ui
npm install
node index.js --help

Features

Easy Setup

Clone and run with zero configuration required.

Fast & Lightweight

Minimal dependencies with high performance.

CLI & API

Use from the command line or as a Node.js library.

Well Documented

Comprehensive docs with real-world examples.

Usage Example

const astraui = require('astra-ui');

const result = astraui.analyze(input);
console.log(result);
View on GitHub Read the Blog