Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,31 @@ Issues labeled [`good-first-issue`](https://github.com/yourusername/localmind/is
Read [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide.

---
## Screenshots

> 📸 Screenshots are coming soon! Contributors are welcome to add UI screenshots here.

### Chat Interface
![Main Chat UI](docs/screenshots/chat-ui.png)
*Main chat interface with streaming responses*

### Document Upload
![Document Upload Panel](docs/screenshots/upload-panel.png)
*Upload PDF, TXT, CSV, DOCX files for RAG*

### Plugins Panel
![Plugins Panel](docs/screenshots/plugins-panel.png)
*Built-in plugins: Calculator, Summarizer, JSON Formatter and more*

### Settings Panel
![Settings Panel](docs/screenshots/settings-panel.png)
*Configure model, temperature, language and RAG chunks*

### Session Sidebar
![Sidebar with Sessions](docs/screenshots/sidebar-sessions.png)
*Manage, search and switch between chat sessions*

---
## License

MIT © 2026
Expand Down
14 changes: 14 additions & 0 deletions docs/screenshots/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Screenshots

This folder contains UI screenshots for LocalMind.

## How to contribute screenshots
1. Run LocalMind locally
2. Take screenshots of the UI
3. Save them here with these exact filenames:
- `chat-ui.png`
- `upload-panel.png`
- `plugins-panel.png`
- `settings-panel.png`
- `sidebar-sessions.png`
4. Open a PR!