rust-api
Single API surface:
terminal
apps/api/ Axum server
crates/* shared Rust librariesSQLx-ready persistence when enabled. Quality gates: cargo check, clippy, fmt.
rust-fullstack
Loading diagram…
The web app does not use Better Auth from the TypeScript fullstack preset. Read generated AGENTS.md for the configured auth mode (rustAuth in scaffold JSON).
TypeScript comparison
| Concern | TypeScript fullstack | Rust fullstack |
|---|---|---|
| API | Express + tRPC | Axum |
| Data | Prisma | SQLx (when enabled) |
| Auth | Better Auth | Clerk/JWT boundary |