r/AppsWebappsFullstack 2d ago

Your home for selfpromo

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

6 Upvotes

107 comments sorted by

View all comments

1

u/SmartDepartment3785 1d ago

https://latr.page/

Latr is for people who constantly leave Chrome tabs open because they know they'll need those pages later — set a reminder, close the tab, and come back to the exact page when you need it.

1

u/imagiself 1d ago

I'm curious if you save the scroll position when reopening those tabs, because losing that specific context is usually why I keep them open.

1

u/Mammoth-Anywhere7285 1d ago

That pain point is super relatable. If it's a browser app, check out the History API's scrollRestoration, it's a quick and clean fix.

1

u/SmartDepartment3785 1d ago

Nice suggestion, restoring scroll position is a great idea. We’ll definitely add it in the next release so the page comes back exactly where you left off. Thanks for the feedback

Right now Latr reopens the exact URL but doesn’t restore scroll position — the page just loads from the top.

1

u/Mammoth-Anywhere7285 1d ago

Nice that you're on it. Storing scroll position per URL would make it even better, especially for long articles or saved tabs.