Live data from Hacker News

Ask HN: How do you build your personal start page?

news.ycombinator.com

11–20 of 124 posts

Re: Ask HN: How do you build your personal start page?

#13

It'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/

One more interesting to subscribe to, Thanks! I've been thinking to build a curated list of websites across different subjects, do you think there's an aggregation subreddit or tool to build one as well?

Re: Ask HN: How do you build your personal start page?

#14
post #8

I 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.

Would you mind sharing a link to your extension?

Re: Ask HN: How do you build your personal start page?

#17
I used to have a flat static html file where I pulled in various RSS feeds using Google's old RSS Javascript API. Yahoo also had a neat library called pipes that allowed you to do something similar.

TBH 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?

#19

My subscription to http://start.me has been worth every penny I pay for it.

Is there an alternative that you don't have to sign up and pay for?

HTML & CSS?

If you don't want to pay for it, why would somebody else?

Re: Ask HN: How do you build your personal start page?

#20
post #8

I 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.

I'm using a local html file as a start page in Safari right now, and used the same file on Windows (Firefox) just a few months ago.
Post reply on HN