TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Pad – personal access dashboard for keeping tabs on multiple sites

3 pointsby asidialiabout 4 years ago

3 comments

arkitaipabout 4 years ago
+ Whoa, those aren&#x27;t thumbnails - they are actually interactive site widgets? Cool, even though I don&#x27;t really understand the underlying mental model; why would I want to interact with miniature versions of sites (other than it&#x27;s cool, of course)?<p>+ App feels super fast. The site widgets were rendered instantaneously.<p>+ Yay dark mode by default.<p>+ I like the overall design. Feels very native to Chrome&#x2F;Firefox with auto dark mode and styling in general.<p>- I don&#x27;t get the purpose of the software. Is Pad a cloud based bookmark manager with interactive site widgets? Where&#x27;s the &quot;keeping tabs&quot; portion of the app other than it visually organizes the sites using the widgets?<p>- I wanted to add a new site but hit the New Pad button - several times. Maybe it&#x27;s the unfamiliarity of the term &#x27;pad&#x27; or that I didn&#x27;t expect that there are two levels of organization (pads -&gt; sites). Maybe it&#x27;s just me.
评论 #26780705 未加载
asidialiabout 4 years ago
Hey HN, random hack project from the weekend that I thought I’d share.<p>Super POC, 5h50m according to Wakatime, not all of the buttons work, code is a bit of a mess but relatively lightweight. Next.js with material-ui.<p>Currently not responsive, desktop only, due to some logic that needs to be written to handle the iframe zoom functionality on any screen size.<p>App handles data client side only via local storage persistency, no accounts needed. Eventually plan to add a P2P sync process via WebRTC to do multi device or maybe even sharing.<p>Why not a bookmark manager, you ask?<p>I like switching between browsers and devices and wanted a similar experience but one I could just access on a url while also being client-only (still need the sync feature mentioned above). I also plan to add more devtools-like functionality such as viewport size toggles, load time checks, etc to make it easy to get a high-level glance of all the sites you manage.<p>Having some issues with iframe performance, have thought about some solutions like serving an image until interaction. Ideas are graciously welcome!<p>Thanks for looking
gzliabout 4 years ago
This is a pretty neat idea. I&#x27;m not entirely sure how I&#x27;d make use of the iframes, but I&#x27;m already testing this out as a bookmark clustering tool, so I find the open all feature quite useful.
评论 #26781419 未加载