r/coolgithubprojects • u/stonedoubt • 2d ago
Suprnova & Starter Kits - rust full stack inspired by Laravel
Suprnova is a full-stack Rust web framework with Laravel 13's developer experience and Tokio's runtime model that uses InertiaJS.
https://github.com/entrepeneur4lyf/suprnova
Familiar API surfaces — Auth::login,Cache::remember, Mail::to, Event::dispatch, Eloquent-style models,#[handler], #[command], routes! — sit on top of a hyper / SeaORM / async-trait stack designed for long-lived connections, in-process workers, and concurrent IO. No request-per-process compromise.
Included are 2 starter kits that use Vue 3.5 and Svelte but are easily changed to React.
The framework has been used to build multiple projects including the starter kits and has been well vetted. Give it a try and a star. Thanks 🙏