Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 622 Bytes

File metadata and controls

24 lines (17 loc) · 622 Bytes

Vailabel Studio

Vailabel Studio is a Tauri desktop app built with React, TypeScript, and Rust for local-first image labeling.

Apps

  • apps/studio: Tauri desktop app and React UI
  • apps/studio/src/types/core.ts: Studio-owned TypeScript models
  • apps/web: documentation and marketing site

Scripts

  • yarn desktop: run the Tauri desktop app
  • yarn studio: run the Studio Vite app
  • yarn build: build studio and web
  • yarn typecheck: typecheck studio
  • yarn lint: lint studio
  • yarn test: run studio tests

Stack

  • Frontend: React + Vite + TypeScript
  • Desktop: Tauri
  • Backend: Rust + SQLite