Runtime Accelerated Rendering Infrastructure (rari)
npm install 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.
Create a new rari application in seconds:
``bash`
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.
Install rari in an existing project:
`bash`
npm install rari react react-dom
Or use the CLI to create a new project:
`bash``
npm create rari-app@latest
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
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
- Discord - Join our community
- GitHub - Star the repo
- Documentation - rari.build/docs
MIT License - see LICENSE for details.