diff --git a/README.md b/README.md index 4a1697c..858c776 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/screenshots/README.md b/docs/screenshots/README.md new file mode 100644 index 0000000..b557b5a --- /dev/null +++ b/docs/screenshots/README.md @@ -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!