Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 857 Bytes

Create Taux App

features

What is this?

It's an easy-to-use, typesafe stack based on Rust (Tauri) and Next.js. It consists of:

But why would I want to use it?

It has two main benefits: the simplicity od creating UI and type safety.

  1. The stack uses Next.js combined with @shadcn/ui which makes building iterfaces unbelievably quick.

  2. The template includes typescript type generator (which runs automatically!) that generates types for react hooks. You can call your rust code without worrying about parsing the data!

Docs (WIP)

Read the documentation here.

Installation

To create a new project, you can use the following command:

npx create-taux-app@latest