What you get
Backend
Fast & observable
Rust with Axum — health checks, tracing, and APIs ready to grow.
Web
SSR & clarity
SvelteKit and Tailwind v4 — lean pages, fast loads, easy iteration.
Docs & mobile
One story
Docusaurus docs and the Tipza app share the same brand and flows.
Stack
Runtime
- Rust · Axum · REST
- SvelteKit · TypeScript
- Expo app · Async storage flows
Tooling
- pnpm workspaces · Docker
- GitHub Actions · Makefile
- Docusaurus for reference docs
Quick start
# Install
pnpm install
# Run everything (if configured)
make up
# Or per app
pnpm frontend dev
pnpm backend dev
pnpm docs dev