85 releases (17 breaking)

new 0.17.8 Feb 12, 2025
0.17.6 Jan 28, 2025
0.16.9 Dec 24, 2024
0.15.0 Nov 30, 2024
0.8.3 Jul 27, 2024

#7 in #fullstack

Download history 9/week @ 2024-10-27 396/week @ 2024-11-03 503/week @ 2024-11-10 956/week @ 2024-11-17 974/week @ 2024-11-24 417/week @ 2024-12-01 691/week @ 2024-12-08 459/week @ 2024-12-15 540/week @ 2024-12-22 169/week @ 2024-12-29 87/week @ 2025-01-05 410/week @ 2025-01-12 439/week @ 2025-01-19 478/week @ 2025-01-26 448/week @ 2025-02-02 212/week @ 2025-02-09

1,662 downloads per month
Used in tuono_lib

Custom license

10KB
160 lines

Documentation | Tutorial | Discord | ✨Contributing

Tuono

Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance.

Tuono (Italian word for "thunder", pronounced /2 Oh No/). Why Tuono? Just a badass name.

If you have experience with Next.js you will feel home here.

Some of its features are:

  • 🟦 Native Typescript
  • 🌐 Next.js like Routing
  • 🍭 CSS/SCSS modules
  • 🧬 Server Side Rendering
  • 🔥 Hot Module Reload

Documentation

The documentation is available on tuono.dev.

Installation

Available on MacOS, Linux and Windows.

cargo install tuono

Getting started

Create a new project with:

tuono new [PROJECT_NAME]

You can optionally pass the --template (or -t) flag to directly start from a template

Now just install the dependencies with you favourite JS package manager (i.e. npm install) and start the development environment

tuono dev

Contributing

Any help or suggestion will be appreciated and encouraged. Check the ✨Contributing page

License

This project is licensed under the MIT License.

Dependencies

~220–660KB
~16K SLoC