Skip to content

PiotrekPKP/create-taux-app

Repository files navigation

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