by asidiali on 4/12/21, 3:25 PM with 5 comments
by arkitaip on 4/12/21, 3:41 PM
+ App feels super fast. The site widgets were rendered instantaneously.
+ Yay dark mode by default.
+ I like the overall design. Feels very native to Chrome/Firefox with auto dark mode and styling in general.
- I don't get the purpose of the software. Is Pad a cloud based bookmark manager with interactive site widgets? Where's the "keeping tabs" portion of the app other than it visually organizes the sites using the widgets?
- I wanted to add a new site but hit the New Pad button - several times. Maybe it's the unfamiliarity of the term 'pad' or that I didn't expect that there are two levels of organization (pads -> sites). Maybe it's just me.
by asidiali on 4/12/21, 3:28 PM
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.
Currently not responsive, desktop only, due to some logic that needs to be written to handle the iframe zoom functionality on any screen size.
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.
Why not a bookmark manager, you ask?
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.
Having some issues with iframe performance, have thought about some solutions like serving an image until interaction. Ideas are graciously welcome!
Thanks for looking
by gzli on 4/12/21, 4:28 PM