Xhot It

Just another screenshot app in your desktop

Homepage Xhot It

Xhot It (read as β€œshot it”) is an experimental desktop screenshot app built with Tauri v2.

I’d been hearing about Tauri for a while β€” Rust backend, web-based UI, tiny binary, native performance. It sounded too good to be true compared to Electron. The only way to know was to build something real with it, something that actually touches OS-level APIs rather than just renders a UI.

A screenshot tool was the right scope: it needs to access the screen and interact with the OS in ways a plain web app can’t, so it’s a genuine stress test for the framework. Xhot It started as that experiment and ended up as something I actually use β€” which is usually the sign that a side project worked out.

✨ Features

  • Area capture β€” free-select any region of the screen to capture
  • Active window capture β€” grab only the currently focused window
  • Full screen capture β€” capture the entire display in one shot
  • Backdrop customization β€” change the background/backdrop behind your screenshot for a polished look
  • Image compression β€” export as JPG or PNG with configurable quality (added in v1.1.0)

πŸ—‚οΈ Tech Stacks

  • Tauri v2 (Rust + TypeScript)
  • Tailwind CSS