I’ve been struggling with something that sounds simple but is surprisingly annoying:

capturing content quickly across devices in a self-hosted environment.

On Android there’s share, on iOS shortcuts, on desktop copy/paste… but everything feels fragmented.

I often end up losing things or postponing them just because capturing isn’t frictionless.

Curious how others handle this.

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 0 points 4 months ago (1 child)

Sure 🙂

What I ended up building is basically a very minimal “capture layer”.

The idea is simple: no matter where you are (phone, browser, desktop), capturing something should always be the same action.

In practice:

  • Android → share
  • iOS → shortcut
  • browser → bookmarklet
  • desktop → just paste

Everything goes into the same place instantly, without deciding upfront what it is or where it belongs.

No tags, no structure, no “mode switching”.

Just capture first, decide later (or never).

I built it mainly because I was tired of stitching together different tools depending on context.

If you want to take a look: https://github.com/oldany/dropmind

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 4 months ago (1 child)

    That looks cool! And… I think we can extend it to iOS and android apps. The benefit being drag and drop simplicity and sharing sheet access, instead of shortcuts, which have always felt wonky to me.

    I’ll play with it first. Thanks for the link!

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 4 months ago (1 child)

    Yeah I get what you mean 🙂

    Shortcuts work (that’s what I’m using on iOS right now), but they can feel a bit “indirect” compared to something more native like share sheets or drag & drop.

    Curious to hear how it feels once you try it — especially what feels frictionless vs what doesn’t.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 4 months ago (1 child)

    Small update: DropMind just showed up in today’s selfh.st newsletter under development activity.

    Feels like the idea is slowly starting to resonate — curious to see how people end up using it in their own setups.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 4 months ago

    Just pushed a small update based on real usage feedback.

    Fixed a couple of issues (attachments cleanup + clipboard counts) and improved the Apple Shortcut for multiple items.

    Still keeping things simple and focused on fast capture.

  • source
  • parent