| Crates.io | noapi |
| lib.rs | noapi |
| version | 0.1.43 |
| created_at | 2025-01-30 13:31:10.259363+00 |
| updated_at | 2025-02-08 07:13:43.183607+00 |
| description | A Rust fullstack web framework [Axum + React], with the concept of Rust server actions, utilizes the type safety of Rust and TypeScript to make calls to server without APIs. |
| homepage | https://github.com/incrediblemhi/NoApi/tree/main/noapi |
| repository | https://github.com/incrediblemhi/NoApi/tree/main/noapi |
| max_upload_size | |
| id | 1536370 |
| size | 45,094 |

A Rust fullstack web framework [Axum + React], with the concept of Rust Server Functions(RSFs), utilizes the type safety of Rust and TypeScript to make calls to server without APIs.
Install the CLI tool
cargo install noapi
Start a new project
noapi new <PROJECT_NAME>
Install dependencies
noapi install
Start the server
noapi runserver
Client: React, TypeScript, TailwindCSS
Server: Axum
Demo video coming soon!!!