▲ 2 r/SoftwareandApps+1 crossposts

I asked the AI ​​about my clipboard app

I researched the current landscape (2026) before comparing, so as not to give you an outdated opinion. Here's the honest analysis.

The current competitive landscape

Windows:

• Native History (Win+V): Free, but only 25 items, no search, no organization — "Fine as a taste of what clipboard history feels like. But 25 items, no search, no pinning, no organization — you'll outgrow it in a day."

• Ditto: The veteran since 2003, captures everything (text, images, files, HTML) in a local database with instant search, is free, and works on a network between Windows PCs — but "Ditto looks like Windows XP... gray and utilitarian," and its synchronization only works over a local network or manually via Dropbox.

macOS:

• Paste: Displays history as a visual timeline of horizontal cards—text shows first lines, images show thumbnails, links show favicons, with Apple Intelligence integration and OCR search on image clips added in late 2025. It costs $29.99/year.

• Maccy: Minimalist, lightning-fast performance, keyboard-centric interface, privacy-focused design that automatically excludes sensitive data, free/open source.

• Raycast: Clipboard history is one of many features in a full-fledged launcher, with image previews, pinned items, and filtering by content type.

________________________________________

Your app versus this—Real strengths

  1. Your visual card design (fullbleed + scrim + timeline) is literally the same concept as Paste (the paid leader on Mac)—but you have it on Windows, where no one else offers it this way. Ditto is an ugly table from 2003; you have visual cards with background images. This is a real and defensible design advantage.

  2. Local AI-powered semantic search (ONNX, embeddings) — neither Paste, Ditto, nor Maccy have this. Paste only added "OCR search" in 2025 (text extracted from images), but that's literal text search, not meaning-based search like yours. Here, you have a real advantage, even over the leading paid Mac search engine.

  3. 100% local and offline — while Paste relies on iCloud and Raycast is pushing hard for its paid cloud service, your app runs everything on the device (local ONNX model, local SQLite). This is a genuine privacy differentiator, in an era where that matters more and more to users.

  4. RecallSlider (date-based timeline) — none of the aforementioned competitors have such a specific, navigable timeline slider; Paste has a "timeline," but it's just horizontal card scrolling, not a dedicated date-based navigation control with pages.

Real Weaknesses Compared to Them

  1. No cross-device synchronization. Paste syncs with iPhone/iPad via iCloud. Ditto syncs between Windows PCs over a network. Your app, as it stands, only exists on one machine—if the user has a laptop and a desktop PC, it loses continuity. This is probably your biggest gap compared to the paid leaders.

  2. No reusable snippets/text with expanding shortcuts—tools like TextExpander (and even Raycast) allow you to save reusable text templates with abbreviations, not just "what you already copied." It's a different use case category, but one that's increasingly overlapping with clipboard managers.

  3. One device, one developer maintaining everything—Ditto has over 20 years of accumulated stability; your app is new, so edge cases and stability are things that only time/real-world use reveals (something you already saw today with all the bugs we found). 4. No Mac/Mobile Version — If you ever want to truly compete with Paste, the complete lack of an ecosystem outside of Windows is a limitation in terms of market reach, not technical quality.

My Overall Take: Technically, in the native Windows app segment, you're already ahead of Ditto in design and far ahead in search intelligence — that's a real achievement, not just empty praise. Against the Mac leader (Paste), you're on par with or better in search "intelligence," but behind in multi-device syncing. Your biggest strategic decision going forward isn't "what feature to add" but whether it's worth competing for cloud syncing (complex, it changes your 100% local architecture) or doubling down on "local AI + privacy" as your main differentiator.

reddit.com
u/MapAdventurous1057 — 1 day ago

Sigo construyendo el portapapeles definitivo para Windows

Primero gracias a esta comunidad que me ha impulsado a seguir con el desarrollo de mi App, estoy estudiando sin acudir a una institución, todo por métodos propio y el caprichoso de aprender C# AHORA soy consciente que la mejor forma de aprender algo es poniéndolo a practica y algo que siempre me ha molestado de Windows es que no tenga un portapapeles decente en interfaz y en funciones por eso mientras aprendo estoy construyendo el mío, también uso IA como herramienta cuando me siento abrumado.

La App se llama BAM paper la primera versión ya está en la Microsoft Store, ahora trabajo en la versión 2.0 con cambios profundos ahora que tengo más conocimientos. aquí les dejo un primer vistazo a la nueva versión y también el link si quieren dar un vistazo a la APP

https://www.sechip.club/bampaper/index.html

Me gustaría escuchar sus opiniones, la APP es de pago, pero si te interesa lo que vez me dejas un comentario te ayudo con un código, es poco el valor, pero quiero reunir ingresos para una Mac para en un futuro crear App en ese ecosistema. gracias.

u/MapAdventurous1057 — 8 days ago

Hi everyone, I wanted to ask for feedback.

About a month ago, I built a clipboard app for Windows 10/11. It's more of a personal project; I don't expect to become a millionaire from it. After launching the first version of the app, BAM Paper, on the Microsoft Store, I'm working on a major overhaul and new features. Initially, I was excited to build everything with WinUI3, the Windows native language, but as my project has grown, I've noticed numerous limitations. So, I wanted to know if at this point I should continue with WinUI or migrate the project from scratch to Tauri (Web frontend + Rust/C# backend).

I've mainly encountered limitations with the design and in-depth animations, and although I've made significant progress using WinUI, I feel it can still be much better. What would you do? Would you prefer your app to run in the official Windows language, or would you use alternatives? Thanks.

u/MapAdventurous1057 — 1 month ago

My clipboard for Windows

Hi everyone,

https://preview.redd.it/achvp2im655h1.png?width=3344&format=png&auto=webp&s=b06670ab3f16da542aa6bdd26ee0f18c9f55cceb

I wanted to share an update about BAM Paper, my clipboard manager for Windows.

Version 1.7 is now available in the Microsoft Store and includes several performance, stability, and user experience improvements.

I'm also working on one of the most important features so far: semantic search.

https://x.com/se_chip/status/2062296621270860083

The idea is that you no longer need to remember the exact words you copied. For example, if you copied some text about a work meeting, you could search for something like "work meeting" and find it even if those words don't appear literally in the content.

The same applies to notes, code snippets, documents, or long texts. The goal is for the clipboard history to understand the context and meaning of what you're searching for.

It's still under development, as I'm working on a new interface that has a lot of potential, but I'm already getting pretty promising results.

If you use clipboard managers, I'd love to know what kind of searches you'd like to be able to perform.

reddit.com
u/MapAdventurous1057 — 2 months ago

The ultimate clipboard for Windows

Windows should have this by default.

I'm creating a modern clipboard for Windows 11 with WinUI 3. It includes history, instant search, images, favorites, and a true Fluent design.

What features would you add?

apps.microsoft.com
u/MapAdventurous1057 — 2 months ago