https://github.com/jasonlovesdoggo/snapresolve
Instant AI-Powered Screenshot Analysis
https://github.com/jasonlovesdoggo/snapresolve
ai crossplatform debugger linux macos wayland windows x11
Last synced: 4 months ago
JSON representation
Instant AI-Powered Screenshot Analysis
- Host: GitHub
- URL: https://github.com/jasonlovesdoggo/snapresolve
- Owner: JasonLovesDoggo
- License: mit
- Created: 2025-01-31T23:40:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T01:18:58.000Z (over 1 year ago)
- Last Synced: 2025-02-10T08:36:15.565Z (over 1 year ago)
- Topics: ai, crossplatform, debugger, linux, macos, wayland, windows, x11
- Language: NSIS
- Homepage:
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnapResolve 🔍✨
**Instant AI-Powered Screenshot Analysis**
[](LICENSE) [](https://github.com/JasonLovesDoggo/snapresolve/pulls)
## About
SnapResolve lets you analyze anything on your screen with GPT-4 Vision using a single hotkey. Capture screenshots, get real-time AI insights in a non-intrusive overlay, and streamline your workflow across Windows, macOS, and Linux.
## Key Features
🔑 **Custom Hotkeys** - Ctrl+Shift+S by default
💡 **AI Insights** - GPT-4/Gemini Pro Vision integration with streaming responses
🖥️ **System Tray** - Always available, never in your way
## Installation (WIP) 🚧
*Compiled binaries coming soon!*
**Build from source**:
```bash
# Requires Go 1.20+ and Node.js 18+
git clone https://github.com/JasonLovesDoggo/snapresolve
cd snapresolve
cd frontend && pnpm install
cd .. && wails build
```
## Development
```bash
# Frontend (Svelete)
cd frontend && pnpm dev
# Backend (Go)
wails dev
```
## Tech Stack
- **Backend**: Go (hotkey/screenshot logic)
- **Frontend**: Svelete + Vite (UI)
- **Packaging**: Wails v2
## License
MIT © [JasonLovesDoggo](https://github.com/JasonLovesDoggo)