rustkit-web 0.1.7

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
rustkit-web-0.1.7 is not a library.

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