#web-framework #cli #web #framework #rust

app rustkit-web

RustKit-Web is a CLI to scaffold fullstack Rust web apps with Tailwindcss , Axum , Askama and file-based routing similar to Sveltekit or Next js

5 releases

Uses new Rust 2024

new 0.1.7 May 6, 2025
0.1.3 May 6, 2025
0.1.2 May 5, 2025
0.1.1 May 5, 2025
0.1.0 May 5, 2025

#1530 in Command line utilities

Download history

96 downloads per month

MIT license

14KB
314 lines

RustKit

RustKit-Web is a fullstack Rust web framework CLI inspired by SvelteKit, but powered by Axum.

✨ Features

  • File-based routing with src/routes/[name]/page.rs
  • Automatic route generation
  • Templating with Askama
  • Tailwind CSS integration
  • CLI: rustkit-web new myapp

🛠 Usage

cargo install rustkit-web
rustkit-web new myapp
cd myapp
./dev.sh

Dependencies

~6–17MB
~189K SLoC