SaltProphet commited on
Commit
cf63813
·
verified ·
1 Parent(s): 943265e

Create Config.yaml

Browse files
Files changed (1) hide show
  1. Config.yaml +59 -0
Config.yaml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Hugging Face Space configuration for LocalDesk
2
+ # -------------------------------------------------
3
+ title: "LocalDesk (Web Prototype)"
4
+ emoji: "🖥️"
5
+ colorFrom: "green"
6
+ colorTo: "gray"
7
+ sdk: "gradio"
8
+ sdk_version: "4.44.0"
9
+ app_file: "app.py"
10
+
11
+ # License & author
12
+ license: "other" # Commons Clause + MIT
13
+ creator: "Justin Strange"
14
+
15
+ # Optional thumbnails (upload images to the Space repo root)
16
+ # Recommended: 512x512 logo and 1200x630 banner
17
+ thumbnail: "localdesk_logo.png"
18
+ banner: "localdesk_banner.png"
19
+
20
+ # Short and long descriptions
21
+ short_description: >
22
+ Offline-first utility suite prototype by Justin Strange.
23
+ Clipboard, notes, and system monitor rebuilt for simplicity, privacy, and resilience — right in your browser.
24
+
25
+ description: |
26
+ 🖥️ **LocalDesk (Web Prototype)**
27
+ by **Justin Strange**
28
+
29
+ LocalDesk is a modern reinvention of the classic system toolbox — designed to work anywhere, even without the cloud.
30
+ This web prototype, built with Gradio + Python, demonstrates the core vision behind the upcoming LocalDesk desktop app:
31
+ a unified, offline-first environment for everyday digital tasks.
32
+
33
+ ⚙️ **Modules**
34
+ • Clipboard Manager — capture and recall text snippets easily.
35
+ • Notes / Snippets — write, edit, and save short notes.
36
+ • System Monitor — view real-time CPU and memory usage.
37
+
38
+ 💡 **About the Project**
39
+ LocalDesk will evolve into a local-first desktop suite using Tauri + Rust, providing a fast, secure, and self-contained alternative to bloated subscription-based utilities.
40
+
41
+ tags:
42
+ - utilities
43
+ - productivity
44
+ - privacy
45
+ - offline-first
46
+ - tauri
47
+ - rust
48
+ - gradio
49
+ - python
50
+ - justin-strange
51
+ - salt-prophet
52
+ - system-tools
53
+
54
+ # Optional Space metadata
55
+ visibility: public
56
+ app_port: 7860
57
+
58
+ thumbnail: "localdesk_logo.png"
59
+ banner: "localdesk_banner.png"