Type safe web stack with Rust and TypeScript
10 months ago
- #Rust
- #Web Development
- #TypeScript
- Web app combining Rust (backend) and TypeScript (frontend) for performance and safety
- Backend uses Rust with Poem web framework for API endpoints
- Frontend uses TypeScript with SvelteKit for interactive UIs
- Build system utilizes Vite for fast development and optimized production builds
- Type safety ensured by Poem generating OpenAPI spec, converted to type-safe client on frontend
- Development started with `zellij --config dev-layout.kdl`
- Project structure includes backend (Rust) and frontend (TypeScript) directories