r/SoftwareandApps

Image 1 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 2 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 3 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 4 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 5 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 6 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
Image 7 — My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher
▲ 10 r/SoftwareandApps+1 crossposts

My desktop-widgets app Layer just hit the Microsoft Store now with a one-click audio device switcher

I've been building Layer a transparent overlay that turns your Windows desktop into a calm canvas of widgets: notes, clock, weather, now playing, calendar, system stats, a file shelf, and a couple dozen more. They sit quietly behind your apps; hit a hotkey to summon and arrange them, hit it again and everything goes click-through.

It just landed on the Microsoft Store, so it's one-click to install and Microsoft-verified (no SmartScreen warnings), and it's free.

Two things in this update people asked for:

  • 🎧 An audio device switcher widget — flip between headphones, speakers and mics in one click, without digging through Windows settings.
  • 🕐 A clock that scales as you resize it.
u/Ninja-XX — 12 hours ago
▲ 4 r/SoftwareandApps+3 crossposts

I made a small Windows tool for keeping web widgets on the desktop

I made a small Windows tool for keeping web widgets on the desktop

Hey everyone,

I’m a student and I’ve been working on a small Windows desktop tool as a side project.

The idea is simple: you can create small floating widgets from web pages and keep them visible on your desktop while working.

I originally built it for myself because I wanted quick access to things like:

  • timers
  • dashboards
  • music players
  • notes
  • personal web pages
  • small productivity tools

Current features:

  • multiple floating widgets
  • edit mode for moving and resizing
  • snapping and guide lines
  • opacity control
  • click-through mode
  • widget titles
  • saved layouts
  • tray menu
  • import/export layout

It’s built with Electron.

I’m mostly looking for honest feedback right now:

Would you use something like this?

What kind of web widget would you keep on your desktop?

What feature would make this more useful?

Website: Desktop Web Widget | Windows Desktop Web Widgets

Thanks for any feedback.

desktop-web-widget.martinsulak.dev
u/No-Spirit-2008 — 11 hours ago
▲ 8 r/SoftwareandApps+4 crossposts

DevClip: Like Win+V, but much smarter.

DevClip is an open-source clipboard management tool that upgrades your workflow via the ⁠Alt + V⁠ shortcut, built using Golang (Backend) and React + Wails v2 (Frontend). Tailored specifically for developers, it integrates handy offline utilities directly into your clipboard history, including automatic JSON/SQL formatting/minifying, split-view JWT decoding with expiration tracking, two-way Unix timestamp conversion, smart search/filtering, and drag-and-drop pinning. It even includes a local dashboard for usage statistics.
Check out the source code, contribute, or drop a ⭐️ star to support the project at: https://github.com/hieudeptrai196/dev_clip

u/hieudeptrai1962000 — 14 hours ago
▲ 23 r/SoftwareandApps+1 crossposts

Swoosh - macOS Swish-style window snapping with touchpad gestures, now in open beta (free & open source)

Swoosh brings macOS Swish-style window management to Windows. Hover a titlebar, then snap, move, and resize windows with simple Precision Touchpad gestures.

GitHub

Website

u/TheLazyAdministrator — 2 days ago
▲ 32 r/SoftwareandApps+1 crossposts

I'm an ironworker and I got tired of not having a good field app, so I built one

Been doing steel works for past 3 years and lately wondering if theirs any useful app for all guilds in the steel industries. Couldn’t find any so I decided to learn how to make a app
I built and launched IronWorker Pro, a field reference app for welders and ironworkers — weld symbols, settings, a construction calculator, rebar weldability, drill speeds, job log. Single-file build, wrapped with Capacitor, offline-first, just went live on the App Store.
Wild experience going from zero to published as someone who works iron for a living. Happy to answer anything about the process. Feedback welcome. (Android is in the work)

apps.apple.com
u/antonio_pebworth — 3 days ago
▲ 2 r/SoftwareandApps+1 crossposts

I’m looking for a software that tracks my activity live and sends it to someone else

I’m trying to quit playing games and a friend is going to try to help me. He’ll check regularly my app activity and every time he catches me using a certain program I’ve got to pay him X$ as punishment.
I don’t know if there’s a software that actually allows that, and if said application could be available on iOS and Windows.

It should be a live tracker (something like Find My on the iPhone or the Discord activity status), and I’d prefer if it’s free or something like a license (like Cold Turkey, where you only need to pay once to own it forever)

reddit.com
u/Phicoria — 3 days ago
▲ 1 r/SoftwareandApps+1 crossposts

I wanted an app to track my car's mods, couldn't find a good one, so I built it myself. Would love some feedback!

[deleted]

u/Ditischristian — 2 days ago
▲ 5 r/SoftwareandApps+1 crossposts

I built an open source app that can automatically enables focus mode

Hey r/ProductivityApps,

I kept noticing the same pattern — meeting ends, open Twitter, and suddenly 20 minutes are gone.

So I built Forca. It's a free open source desktop app that:

- Connects to your Google Calendar or iCal

- Detects when a meeting ends

- Automatically starts a focus zone (blocks distracting

apps and sites)

- Shows a countdown timer so you know how long you have

- Tracks your daily deep work hours and focus score

- Syncs Do Not Disturb on Windows and Mac

No manual setup. You set it once and your calendar does

the rest.

It's completely free and open source (MIT license).

GitHub: https://github.com/3iiik/Forca

Would love any feedback — especially from people who

struggle with the post-meeting slump.

u/3iik — 3 days ago
▲ 7 r/SoftwareandApps+3 crossposts

ctrl+F sucks. So I made it better...

Ctrl+F has worked the same way since 1995: it matches the exact string you type. So if a doc calls it "early-termination charges" and you search "cancellation fee," you get nothing and end up re-reading the whole page.

ctrlQuery fixes that. You type what you mean ("how do I cancel my subscription?") and it highlights the passages on the page that actually match, even when the wording is totally different. A smarter Ctrl+F that understands meaning.

The part I'm proud of: the AI runs entirely in your browser (bge-small-en-v1.5 via transformers.js, about 33MB, cached after the first load). Open the network tab mid-search and you'll see zero outbound requests. No account, no API key, works on a plane.

It also upgrades plain keyword search for free: color-coded OR terms, slash commands like /email and /price that highlight every match on the page, and it even finds text hidden inside collapsed dropdowns that Ctrl+F skips.

Check out ctrlQuery Chrome Web Store! (NO SUBSCRIPTION!) Built it solo, happy to answer anything.

u/GarrettM2558 — 4 days ago
▲ 3 r/SoftwareandApps+3 crossposts

I built PasteNext, a macOS clipboard manager with natural language SmartSearch

Hey everyone, I’m the developer of PasteNext.

I built it because my clipboard history was getting useful but hard to search. Most clipboard managers are great when you remember the exact keyword, but I often only remember the context:

- “the command I copied yesterday”

- “that link from Chrome last week”

- “the code snippet from Xcode”

- “the image that mentioned natural language search”

So the main feature in PasteNext is SmartSearch: you can search clipboard history in natural language, combining clues like source app, time, content type, and text inside images.

PasteNext supports:

- Text, rich text, and code snippets

- Images

- Files and folders

- Local-first clipboard history

- Auto Pinboard suggestions based on the app you’re working in

- Free version with 100 history items

- Pro monthly or lifetime for unlimited history

It’s now available on the Mac App Store:

https://apps.apple.com/us/app/pastenext/id6770293306?mt=12

I’d love feedback from people who use clipboard managers heavily, especially developers, writers, and Mac productivity folks. I’m still improving the search experience and real workflow details.

u/EF-TOOLS — 5 days ago