Hello, HN.
I created https://frankendash.com, which lets you arrange web page snippets in a dashboard. It then refreshes them at regular intervals.
I built it for myself because I got tired having to cycle through my tabs to make sure I don't miss anything, and I'm sharing here in case it may be useful to someone else.
No account required.
Tech stack:
- Django back-end
- Carbon Design System for CSS
- htmx, sortable.js, cropper.js, and day.js for some progressive enhancement
It's open-source if you want to self-host:
https://gitlab.com/mihai.tarce/frankendashPlease try it out and let me know what you think.
I have struggled with a similar but unrelated problem at my workplace before. This might just help with that. Will dig into the code!
Some questions: 1. Are the “snippets” all just iframes? 2. How do you mitigate CORS issues? 3. Does it run best on the local machine only? If so, what potential issues do you think would crop up if it were hosted on a remote server?