Scaffold Tauri app with local-first recording UI.

Add React frontend and Rust backend stubs for MP3 import, metadata, SQLite storage, and transcription hooks.
This commit is contained in:
ben
2026-08-12 12:18:15 +02:00
parent db24d11197
commit 9ae4ca1b2b
21 changed files with 2974 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
create an app that allows a user to manage recordings from a pocket recorder device.
Allow user to see the meta data in the mp3's .
add a feture that can transcribe the mp3 to text and also save the transcibed text in the app.
use an sqllite3 database.
the app must be able to run on linux or a mac computer and easy to start when downloaded / aquired.
discuss a dev stack for this project