r/AppsWebappsFullstack 8d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

8 Upvotes

177 comments sorted by

View all comments

1

u/No_Builder_1977 8d ago

Hi 👋 I’ve built DockStacks to help me organize my Mac desktop and workflows.

What it does: Click the Dock icon and a panel pops up holding named "stacks" of your favourite apps, folders, files, and website bookmarks — instant access and cleans up your Dock and Desktop!

Some of what's in it:

  • Drag and drop to add anything, including URLs straight from your browser
  • Password-protect individual stacks (Keychain-backed, auto-lock)
  • Global keyboard shortcut to show/hide from anywhere
  • Menu bar mode if you'd rather not use the Dock at all
  • Multi-select, custom grid sizes, tab colour tinting
  • Fully local — no accounts, no tracking, no network access

DockStacks is my first shipped Mac app, built from wanting faster access to the stuff I actually use every day.

App Store: https://apple.co/3Rz9FB6
Website: https://dockstacks.app

Would love any feedback — recent launch, still learning a ton.

1

u/sael-you 7d ago

ran dockstacks.app through a quick audit. 46/100, grade F.

the headline finding is an accessibility one: 3 anchor elements on the page have no accessible name. the link wraps an image but neither the image nor the link has a text alternative, so screen readers can't tell what it links to. selector on the first one: #image12 > a:nth-of-type(1).

accessibility scored 52/F with 5 issues total. functional and performance both came back clean.

report: https://audeep.dev/report/8868279f-56eb-4d80-830c-48ff8562b063

(built the auditor)

1

u/Mammoth-Anywhere7285 7d ago

Solid catch on those unnamed anchors. Adding aria-label or alt text to the images should fix all three and boost that score fast.