Developer Guide
About 91 wordsLess than 1 minute
2026-07-15
This guide documents how the implemented features of ML-Maid 0.5.0 work and how to maintain them.
- Development and Architecture
- Frontend Implementation
- Backend Implementation
- Storage, Migration, and Release
- API Reference and Maintenance
The application combines a Vue 3 webview frontend with a Rust/Tauri backend. Frontend code reaches native functionality only through the BackendApi adapter in src/api; Rust commands own SQLite, files, processes, and operating-system integration.