Ask HN: How do you build your personal start page?
11–20 of 124 posts
Re: Ask HN: How do you build your personal start page?
#12Re: Ask HN: How do you build your personal start page?
#13It's been years since I had one, and when I did it was plain, static html only. So I don't have any personal recommendations. But in case you weren't aware, there is a subreddit for startpages (because, of course there is), you might find some inspiration and ideas there: https://old.reddit.com/r/startpages/
Re: Ask HN: How do you build your personal start page?
#14I personally aim for a startpage that loads instantly and since browsers no longer let you use a local html file as one, I've made an extension that registers a custom new tab page. I don't use any frameworks since it's a pretty simple page, essentially just groups of links. If you need to, you can always use something like fetch to load external resources.
Re: Ask HN: How do you build your personal start page?
#15Re: Ask HN: How do you build your personal start page?
#16Re: Ask HN: How do you build your personal start page?
#17TBH i would avoid self hosting, as in my experience whatever middle point you will leverage for your feeds will end up being deprecated/sun-setted or whatever
Re: Ask HN: How do you build your personal start page?
#18Re: Ask HN: How do you build your personal start page?
#19Re: Ask HN: How do you build your personal start page?
#20I personally aim for a startpage that loads instantly and since browsers no longer let you use a local html file as one, I've made an extension that registers a custom new tab page. I don't use any frameworks since it's a pretty simple page, essentially just groups of links. If you need to, you can always use something like fetch to load external resources.