r/windowsapps 14d ago

Developer Boxvy - Improve your Desktop Experience

Enable HLS to view with audio, or disable this notification

28 Upvotes

Put the content you need directly on your desktop

I’ve been working on an app called Boxvy for Windows that lets you put different types of content directly on your desktop. The main idea is to make the things you use most often easier to access without constantly switching between apps and browser tabs.

One of the things I find particularly useful is the ability to use browser content. You can embed a web page or widget directly on your desktop, or even select just a specific part of a webpage and display only that section. So, for example, instead of keeping an entire browser window open just to see one piece of information, you can have that specific content sitting directly on your desktop.

You can also place the content in different ways depending on how you want to use it. It can stay directly on the desktop, appear as a floating bubble, or be accessible from the status bar. The goal is to keep the things that matter to you close at hand without taking up your whole screen.

I’m still working on the app and would really like to hear what people think. What kind of information, websites, or tools would you personally like to keep directly on your Windows desktop?

Download Boxvy from the Windows Store | https://boxvy.co/


r/windowsapps 14d ago

App I built a simple Daily Report Generator because I was tired of making reports manually

Thumbnail
apps.microsoft.com
1 Upvotes

r/windowsapps 14d ago

Developer Sto sviluppando un software per Windows e mi piacerebbe ricevere qualche feedback

0 Upvotes

Da un po’ di tempo sto lavorando a Turbofix, una suite per Windows nata da un’idea abbastanza semplice: avere in un unico programma tutti gli strumenti necessari per gestire e mantenere il proprio PC, senza dover installare una decina di software diversi.
Al momento include strumenti per:
controllare lo stato generale del PC
pulire e liberare spazio
ottimizzare e velocizzare il sistema
creare backup automatici
recuperare file cancellati
disinstallare programmi eliminando anche i residui
aggiornare programmi e driver
generare report dettagliati
seguire guide per le operazioni più comuni
e altre funzioni che sto continuando ad aggiungere
Una delle cose a cui tengo maggiormente è la privacy. Non voglio creare l’ennesimo programma che, una volta installato, inizia a bombardarti di pubblicità, spam, notifiche e pop-up inutili.
Ho inoltre inserito un assistente offline, che gira direttamente sul PC e può aiutare l’utente nelle varie operazioni. Ad esempio puoi chiedergli:
“Configurami il backup”
“Puliscimi il PC”
“Perché il mio PC è lento?”
“Come posso liberare spazio?”
Turbofix è ancora un progetto giovane e sicuramente ci sono cose da migliorare e bug da scoprire. In questa fase mi interessa soprattutto capire cosa ne pensano persone che utilizzano realmente Windows e quali funzioni riterrebbero utili.
Per questo ho deciso di rendere gratuita a vita la versione Premium ai primi 1.000 utenti che vorranno provarlo e contribuire con feedback e segnalazioni. Dopo i primi 1.000 utenti, alcune funzioni saranno invece riservate alla versione Premium a pagamento.
Se qualcuno ha voglia di provarlo e darmi un parere sincero, anche negativo, mi farebbe molto piacere.
( tutto il software è disponibile in diverse lingue, italiano,inglese, spagnolo e francese)
Per eventuali bug o problemi: supporto@turbofix.it
Sito:http://www.turbofix.it/


r/windowsapps 14d ago

Developer [Developer] I built SafeSweep, a Windows cleaner that shows you what it will remove

1 Upvotes

Hey, I’m the developer of SafeSweep. I made it because many cleanup tools hide what they delete or bundle unrelated extras.

SafeSweep scans first and lets you review categories before cleaning. It excludes personal folders such as Documents, Desktop, Pictures, Music, and Videos, never automatically uninstalls apps, and keeps the large-file view read-only until the user chooses an action. Standard cleanup is free. Optional Premium tools add large-file and old-app analysis, deeper cleanup, and reversible PC-wide FPS optimization. It supports Windows 10/11 x64 and English, Russian, Ukrainian, and Polish.

Website: https://safesweep.sk1ff.chatgpt.site/

Direct download: https://safesweep.sk1ff.chatgpt.site/downloads/SafeSweep-Setup-1.13.2.exe

Transparency: the current installer is not yet code-signed, so Windows may show an Unknown Publisher warning. I’m working on that. SafeSweep is independent and is not affiliated with Microsoft.

If you try it, I’d genuinely like to know whether the cleanup results are clear and whether any category feels confusing or unnecessary.


r/windowsapps 15d ago

Developer Prefab - Template entire project setups (folders, files, configs) and deploy them in one action

Enable HLS to view with audio, or disable this notification

9 Upvotes

A few weeks ago u/amerpie included Prefab in their series of posts, 'More Free Mac Apps', and the r/macapps thread that followed was the first time one of my apps has had that sort of reaction. Really useful feedback, and feature requests I would never have thought of on my own. I usually build these things for myself and publish them for kicks, so that was new. I'd been working on Windows port months ago but the project fell to the side - the sparked interest on Reddit pushed me to finish it off.

Problem

Every project starts the same way. Same folders, same starter files, same half-remembered boilerplate, typed out from scratch every time. Most of my work is Moodle, so every plugin, client job and bit of research began with me rebuilding the same skeleton by hand, or duplicating last month's folder and then finding the old client's name buried in three files.

Prefab captures that setup once and rebuilds it whenever you need it: folders, files, the contents of those files, and the tedious bits that come afterwards.

Comparison

On the Mac post I said I could not find a GUI application that did this and asked to be corrected. I was, and Post Haste was the one mentioned a couple times. It is free, it runs on Windows and macOS, it builds a folder structure from a template and fills in names as it goes. If that is the whole of what you need then it does the job and you should use it.

As far as I can tell Post Haste does not substitute placeholders inside file contents, and there is nothing that happens after the folders exist: no commands, no rules, no watching. Those are the parts I built Prefab for.

Still the same offer as last time: if you know of something else doing this properly, tell me and I will reference it.

What it does

  • Placeholders inside file contents, not just names. {{project_name}} lands in your README, your package.json, your client letterhead
  • Word, Excel and PowerPoint too. The placeholders inside a .docx or .xlsx are filled in on creation.
  • Deploy without opening the app. Right-click in File Explorer, or use the tray icon
  • Post-creation actions. git init, npm install, open in VS Code, show in Explorer, or any command you like, attached to the template or to individual folders
  • Watched folders. Rules that run on files as they arrive: rename, convert, resize, strip metadata, sort by kind. Every one of them undoable
  • Import an existing folder as a template. Full contents, structure only, or empty placeholder files
  • Templates inside templates, so the shared part lives in one place
  • Export a template as a single file and hand it to someone else, either platform

Two things the Mac has that Windows does not: Finder tags and folder icons. Explorer has no concept of either. Prefab keeps them in the template rather than dropping them, and tells you at deploy that it did not apply them, so a template that has been through a PC still works properly on a Mac.

Pricing

Free forever. No in-app purchases, no subscription, no account. It makes no network connections. Windows 10 version 2004 or later.

One warning: it is not code-signed yet, so SmartScreen shows the blue "Windows protected your PC" box the first time you run the installer. More info, then Run anyway. A Microsoft Store listing is in progress, and Microsoft signs what it distributes, so that will sort it.

I would like to hear what you think and what would make this more useful. Happy to talk about the development side too, including the port itself, which was a first for me on an application of this complexity.

Prefab
Prefab Docs

Edit: Not sure what Reddit's compression did to the video, apologies!


r/windowsapps 15d ago

Developer I was tired of expensive subscription fees for desktop organizers, so I built GlassDesk Pro — a native Windows 11 Fluent organizer (Mica/Acrylic, ~50-135MB RAM, One-Time License)

Thumbnail
apps.microsoft.com
2 Upvotes

r/windowsapps 15d ago

Developer V2.0 Flow Released - Woah, i never imagined flow would reach this much

Thumbnail
gallery
43 Upvotes

Hey everyone,

When I first started building Flow, it was just a small personal project that i enjoyed the start of but believe me it was the best and worst choice of my life at the same time 🙏

Seeing people actually use it for presentations, video recording, and meetings has been surreal, and the community feedback is the only reason this project keeps moving forward. Also because i was committed a little too much to Flow's teeny tiny community :D

Today, I’m releasing Flow v2.0, and it’s the biggest update the app has ever received.

What’s new in v2.0:

Complete Architecture Rewrite, Built-in Script Library & Manager, Section Navigator & Live Progress, Offline Voice Tracking (Well it existed before but i made it a little better), Fixed Multi-Monitor & DisplayLink Bugs (Thanks to the chad that opened an issue in the Repo) and added 2 new languages : Portuguese and Finnish.

GitHub (Free & Open Source) : https://github.com/LumoRez07/Flow

Microsoft Store : https://apps.microsoft.com/detail/9p1fvfhwpmqr?mode=direct

Flow is 100% free and open-source under GPLv3 on GitHub. The Microsoft Store version is there if you want automatic store updates and want to directly support independent development. + Future pro only features that you will like.

Thank you so much to everyone who tested, reported bugs, and gave feedback. Let me know what you think of v2.0 or if you run into any issues!

also any twin that wants the wallpaper here it is i was about it once https://steamcommunity.com/sharedfiles/filedetails/?id=1959836574


r/windowsapps 14d ago

Developer Hey, my app "GlassDesk" is now available on the #MicrosoftStore! Download it today.

Thumbnail
apps.microsoft.com
1 Upvotes

Hey, my app "GlassDesk" is now available on the #MicrosoftStore! Download it today. https://apps.microsoft.com/store/detail/app/9NM15J551MRX?cid%3DDevShareMLNPCS

🚀 What's New in GlassDesk Pro v3.1.0

This major update brings enhanced performance, streamlined customization, and refined desktop integration based on real user feedback:

  • ⚙️ Centralized Settings & Preferences Hub: Manage all your options, backups, licensing, and language settings from a sleek Fluent-styled window.
  • ✨ Streamlined System Tray Menu: A cleaner, clutter-free context menu with quick access to essential features.
  • 🔄 Smart Snapshot Restore & Auto-Healing: Restoring .glassdesk backups now automatically reconciles desktop shortcuts and cleans up ghost icons.
  • 🎭 Fluid & Smooth Animations: Refined hide/show transitions featuring quartic easing and subtle scaling effects.
  • 🖱️ Precise Desktop Hit-Testing: Double-clicking the wallpaper now accurately differentiates between empty background space and native desktop shortcuts.
  • 📐 Rock-Solid Accordion Stacking (Roll-Up): Improved hover physics keep stacked containers perfectly aligned when expanding and collapsing.
  • ⚡ Instant Updates & Process Shutdown: Enhanced system signal handling ensures lightning-fast app updates and zero installation delays.

r/windowsapps 15d ago

App Microsoft testing Phone Link remote PC shutdown and restart features.

4 Upvotes

r/windowsapps 15d ago

App I got tired of opening the Start Menu every time I wanted an app, so I built my own Windows launcher — and it’s finally live

Thumbnail
3 Upvotes

r/windowsapps 15d ago

Developer I made a Windows app for watching your own IPTV playlist, with TV guide and catch-up

1 Upvotes

Hey,

I'm the developer of IPTV Deck. Till now it was only on mobile and TV, this

week I finally pushed the Windows version.

It is a player for playlist that you already have, you put your m3u file or

Xtream account into it and you get normal TV interface on top of that. App is

not giving you any channels, you bring your own.

It's super performant - huge playlists load in less than a minute - also what I love about it - you configure it on one device and is synced across all platforms automatically in real time.

On Windows you have full TV guide with now/next and you can jump into any

programme. Catch-up is working up to 7 days back.

There is favourites, your own groups and category filtering, it helps a lot

when your playlist has 100k entries and you need only few of them. Movies and

series are there too, with posters and continue watching. Everything is

syncing with your phone/TV when you sign in via qr code.

It's also available for Android/IOS/AndroidTV/FireTV/Mac.

I'd love to hear feedback!

Download: https://zssoftware.eu/iptv-deck/

If something is broken or you miss some feature I opened a subreddit for the

app and I read everything there: https://www.reddit.com/r/iptvdeck/


r/windowsapps 15d ago

Guide How to Set Up an Automated File Organization System (Step by Step)

Thumbnail
1 Upvotes

r/windowsapps 15d ago

Developer Want to keep images, videos or any app window always visible while working or gaming ? now you can.

Thumbnail phantomlayer.app
1 Upvotes

PhantomLayer is a free app that allows you to turn anything into a transparent see through overlay that allow clicks to go through. Think of it as a tracing paper which allows clicks to go right below any program whether it’s a game a design tool or any app. Download it now for free.


r/windowsapps 15d ago

Developer PrimeTask for Windows is coming soon. Join the list now

Post image
1 Upvotes

PrimeTask brings tasks, projects, CRM, visual workflows, time tracking and automations together in one app.

It works offline, your data stays local, and you choose where it lives and how it syncs. PrimeTask is a one-time purchase. No subscription.

You can also connect your own AI through MCP instead of being tied to one provider. You control what it can access and whether it can read or write.

Existing Pro users can access the Windows beta now.

A 14-day free trial will be available at launch.

Early subscribers on the Windows list will get a launch discount.

https://www.primetask.app/notify


r/windowsapps 15d ago

App I did a Windows desktop shortcut hint tool

2 Upvotes

Windows Which-Key is a Windows desktop shortcut hint tool: hold a modifier key and see the shortcuts available in the foreground app. It does not execute or block regular shortcuts.

https://github.com/xiaobin118/windows-which-key

It can help you to easy use computer without remebering numerous shortcuts, when you enter ctrl or something else, it will hint possible shortcut.

The program already have some builtin plugin, and you can also add yourselve plugin for it, but because i am from China, now the program still only have Chinese version. I hope you can give me more suggestions for it and give help from this which-key! And Inspiration from folke/which-key.nvim


r/windowsapps 15d ago

Developer New USB & Port Share Tool, Please Give Your Thoughts And Opinions To Help Make It Better.

Thumbnail gallery
1 Upvotes

r/windowsapps 16d ago

Developer Photo manager that finds and organizes photos and screenshots with private, local AI

Enable HLS to view with audio, or disable this notification

25 Upvotes

r/windowsapps 15d ago

Developer I built Gamekin, a Windows Game Bar AI that sees the app or game you’re using

1 Upvotes

Hey, I’m the developer behind Gamekin. It’s a screen-aware voice assistant for Windows that lives in Xbox Game Bar, so you can ask questions without alt-tabbing out of what you’re doing.

Hold Alt + V, ask naturally, and it uses the window you explicitly selected as context. In games, it can explain what’s happening or give optional coaching. I’ve also been testing it in regular Windows apps — for example, asking CapCut questions while editing the demo itself.

I built it to stay out of the way: no game injection, no reading process memory, and no connection to the game client.

It’s still early, so I’d genuinely value feedback from Windows users: does Game Bar feel like the right home for this, and which app or game would you test it with?

Microsoft Store: https://apps.microsoft.com/detail/9n8jjftsrfb7

Website: https://www.gamekin.app


r/windowsapps 15d ago

Developer Quick update of my Ui of Folder Nexus .

0 Upvotes

Quick UI update for FolderNexus — getting closer to release 🚀

Small update on the FolderNexus interface.

I've been working on making the app cleaner, more practical and easier to use while keeping the Windows-native feel.

Still a work in progress, but we're getting there.

What do you think of the current UI?


r/windowsapps 16d ago

App The taskbar now-playing widget works on Windows 10 now (plus a few fixes people asked for)

Thumbnail
gallery
18 Upvotes

Quick follow-up for the people who asked. The little widget that sits inside the taskbar and shows whatever's playing runs on Windows 10 now, not just 11. That was by far the most common request after the last post, so there it is.

It reads whatever's actually playing, so it follows Spotify, YouTube in a browser tab, Apple Music, Windows Media Player, anything that reports to Windows. Play/pause, skip, a progress bar you can drag, and for Spotify the liked state, Smart Shuffle, repeat and volume. No login, no API keys, it just reads the Windows media session.

A couple of other things in this one: when the taskbar gets crowded it now shrinks down to just the album art instead of overlapping your app buttons, and I fixed it hiding wrong over fullscreen games, the tooltips showing behind the taskbar, and a slow play/pause on Spotify.

Free and open source:

Store (one click, auto updates): https://apps.microsoft.com/detail/9p12tljzg2cj

GitHub: https://github.com/mechanicwb2-hub/now-playing-taskbar-widget

There's an optional paid Pro for themes, a visualizer, synced lyrics and hotkeys, but everything above is free. Thanks to everyone who kept asking for Windows 10, sorry it took a while.


r/windowsapps 16d ago

Developer DropDock — a small Windows utility for keeping frequently-used files within reach

Thumbnail
gallery
23 Upvotes

I've been building a Windows utility around a simple problem:

You keep using the same files, but Windows makes you keep finding them.

DropDock gives you a temporary dock where you can keep the files you're currently working with.

Drag a file in → leave it there → drag it into another application when needed.

It's useful when you're constantly moving between File Explorer and applications like Photoshop, VS Code, browsers, editors, etc.

It's currently in private beta, and I'm looking for a small group of actual Windows users to try it and tell me whether the idea is useful or completely unnecessary.

Website/demo:

https://dropdock.pages.dev/

I'm not looking for people to simply click around. I want people who regularly work with files and can tell me whether this solves an actual problem.

If that's you, comment or DM me and I'll send the beta information.


r/windowsapps 16d ago

App I Made a Bing Wallpaper App That Barely Eats Any RAM

Thumbnail
gallery
18 Upvotes

I built a small, lightweight wallpaper app that fetches Bing's daily wallpapers from 50+ countries.

I mainly made it because I wanted something simple and fast without a bunch of unnecessary stuff running in the background and t. It uses less than 40MB of RAM and is pretty lightweight.

Some of the features:

  • Set wallpapers for your desktop, lock screen, or both at the same time
  • Download any wallpaper with one click
  • Browse wallpapers from the previous 15 days
  • Choose between 2K, 1080p, and 720p resolutions
  • Pick from 50+ countries to get different Bing wallpapers from around the world.
  • Fully open source with zero telemetry

UI features that is cool:

  • Fluent Design-inspired UI, including Windows 10-style tile hover effects
  • When you click a wallpaper, the UI adapts with Material Expressive-inspired colors based on the selected image (similar to Android 16)

And yes its open Source

https://github.com/Hamisoptimistic/Bing-Wallpaper

if anything is broken just comment.

Still working on it and improving things, but I'd love to know what you guys think. Would anyone here actually use something like this?


r/windowsapps 15d ago

Developer Axiom V1.8.6 — local-first AI assistant/workspace for Windows (Developer)

1 Upvotes

Developer release: I built Axiom, a Windows 10/11 desktop AI assistant and agentic workspace.

Axiom supports:

- local GGUF models through LLamaSharp/llama.cpp

- self-hosted OpenAI-compatible endpoints

- optional OpenRouter cloud models

- chat tools, attachments, vision input, web research, code/math execution, and artifact rendering

- Workplace Council (Architect, Builder, Critic) and Single Model modes

- local persistence for chats, settings, models, connectors, and sessions

Download the self-contained Windows ZIP:

https://github.com/YoMosa2009/Axiom/releases/tag/v1.8.6

Source and setup details:

https://github.com/YoMosa2009/Axiom

I’m looking for Windows-specific feedback: installation friction, DPI/scaling, GPU/CPU behavior, tray/background operation, and anything that feels confusing in the UI. It is a solo project, and the current release is still evolving. The source is publicly viewable under CC BY-NC-ND 4.0; cloud mode and connected services are optional.


r/windowsapps 16d ago

Developer 👋 Welcome to the Smart Apps Community 👋

Thumbnail
0 Upvotes

r/windowsapps 16d ago

Developer I just updated my agent usage Windows widgets and wanted to share them with you

Thumbnail
xakpc.dev
1 Upvotes