rari
v0.10.15
Published
Runtime Accelerated Rendering Infrastructure (rari)
Maintainers
Readme
rari
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.
Quick Start
Create a new rari application in seconds:
npm create rari-app@latest my-app
cd my-app
npm run devThat's it! Your app will be running at http://localhost:5173.
Visit rari.build/docs for complete documentation, guides, and examples.
Installation
Install rari in an existing project:
npm install rari react react-domOr use the CLI to create a new project:
npm create rari-app@latestDocumentation
Read the full documentation to learn more about:
- Getting started with rari
- App Router and file-based routing
- Server Components and Client Components
- Server Actions and data mutations
- Streaming SSR and Suspense
- Deployment and production optimization
Contributing
We welcome contributions! Here's how you can help:
- Report Bugs - Found an issue? Open a bug report
- Suggest Features - Have ideas? Share your suggestions
- Improve Docs - Help make our documentation better
- Submit PRs - Check out our Contributing Guide
Community
- Discord - Join our community
- GitHub - Star the repo
- Documentation - rari.build/docs
License
MIT License - see LICENSE for details.
