| Crates.io | rari |
| lib.rs | rari |
| version | 0.7.8 |
| created_at | 2025-10-21 21:47:37.519678+00 |
| updated_at | 2026-01-23 22:03:18.955038+00 |
| description | rari: Runtime Accelerated Rendering Infrastructure - A high-performance React Server Components framework powered by Rust |
| homepage | https://github.com/rari-build/rari |
| repository | https://github.com/rari-build/rari |
| max_upload_size | |
| id | 1894502 |
| size | 7,928,369 |
Runtime Accelerated Rendering Infrastructure
rari is a high-performance React Server Components framework powered by a Rust runtime. Built for performance, scalability, and developer experience.
With proper app router support, true server-side rendering, and correct RSC semantics, rari delivers 12x higher throughput and 2x faster response times than Next.js.
Create a new rari application in seconds:
npm create rari-app@latest my-app
cd my-app
npm run dev
That's it! Your app will be running at http://localhost:5173.
Visit rari.build/docs for complete documentation, guides, and examples.
Read the full documentation to learn more about:
create-rari-app'use client' for interactivityrari delivers exceptional performance that significantly outperforms traditional React frameworks:
Benchmarks last updated: January 14, 2026
Response Time (Single Request):
| Metric | rari | Next.js | Improvement |
|---|---|---|---|
| Average | 1.32ms | 2.63ms | 2.0x faster |
| P95 | 3.36ms | 4.06ms | 1.2x faster |
| Bundle Size | 28.1 KB | 82.0 KB | 66% smaller |
Throughput Under Load (50 concurrent connections, 30s):
| Metric | rari | Next.js | Improvement |
|---|---|---|---|
| Requests/sec | 21,263 | 1,760 | 12.1x higher |
| Avg Latency | 1.94ms | 27.89ms | 14.4x faster |
| P99 Latency | <2ms | 28ms | 14x faster |
| Errors | 0 | 0 | Stable |
Build Performance:
| Metric | rari | Next.js | Improvement |
|---|---|---|---|
| Build Time | 1.73s | 4.43s | 2.6x faster |
| Bundle Size | 433 KB | 543 KB | 20% smaller |
All benchmarks are reproducible. See benchmarks/ for methodology and scripts.
We welcome contributions! Here's how you can help:
MIT License - see LICENSE for details.