Skip to content

Commit 05731da

Browse files
docs: add dependency info
1 parent 5c8eb92 commit 05731da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@ WellSaid connects to your macOS Messages database to fetch your conversations wi
119119
120120
## Technical Details
121121
122+
### Minimal Dependencies and Efficient Architecture
123+
124+
WellSaid is built with a focus on minimalism and efficiency:
125+
126+
- **Core Dependencies**: Uses only essential libraries for its functionality
127+
- **Frontend**: Built with SvelteKit, providing excellent performance without the overhead of larger frameworks
128+
- **Backend**: Lightweight Node.js server with minimal dependencies
129+
- **Database**: Direct integration with macOS Messages database - no additional database required
130+
- **Authentication**: Simple JWT-based authentication system
131+
132+
This approach results in a lightweight, fast application that runs efficiently on macOS systems while maintaining all core functionality.
133+
122134
- **Frontend**: Svelte 5 with SvelteKit
123135
- **State Management**: Svelte's built-in $state system
124136
- **Styling**: Custom CSS with variables for theming

0 commit comments

Comments
 (0)