Alternatives
Products that do what An index of indie web/blog indexes does
I saw a comment here about how there are so many indexes of indie sites, blogs, etc but there wasn't an index of all the indexes. So I built it. It doesn't require a log in, just go browse! I've curated about 30 or so, but there is a submission form if there are ones I am missing. Also happy to take UI improvements because I am not great in that area!
- 1DT
Inspired by the "Ask HN: Share your personal site" last week, I finally came around and built a thing I wanted for a long time: a simple website to randomly explore all the awesome personal blogs without having to subscribe to them all. So this is what I built over the weekend. You click a button and indieblog.page will redirect you to a random page from a personal page... I'm happy to answer any questions you might have.
2022 · indieblog.page
- 2AS
Hi HN! It’s hard to find interesting people to work with on your ideas. Our solution: index the /about, /ideas, /now pages of 1000s of personal websites. There are thousands of cool personal sites out there, with amazing ideas on them, but there’s nowhere to easily search through. So we built a simple site that indexes 7k+ personal sites [0]. We were inspired by Derek Sivers’ Now page movement [1] and other IndieWeb directories [2], but we figured that it would be more useful if we: * Let you search directly across personal sites without having to visit them * Take the content…
2024 · aboutideasnow.com
- 3IB
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
Apr 2026 · text.blogosphere.app
- 4

- 5HN
I saw this [0] pretty cool thread by user revskill, and wanted a quicker way to search through it, but also to keep them all in one place so I can read them at my leisure whenever I get time. Right now is like 60 lines of Ruby using Nokogiri, but I will certainly look into it further down the line and improve the list. There's a cronjob checking the thread every 12 hours but I will eventually shut that down and it will become static after that. There are some really awesome blogs in there. I really recommend going through the list, it made my day. [0] "Could you share your personal blog…
2023 · dm.hn
- 6

- 7SE
Hey HN, Blog discovery is a problem [0] due to the decentralized nature of online writing. Everyone writes on their own site or platform, and there’s no central place that brings everything together. Google results prioritize large media publications over blogs, so we need something else. Blog Surf is an attempt to organize all of the great online writing done by individuals. I launched this project last year as a directory of personal blogs [1], but have now rebuilt it from scratch into a full-text search engine for blog posts. You can search for blog posts, and filter by publish date and…
2022 · blogsurf.io
- 8SR
2020 · stumblingon.com
- 9

- 10

- 11RH
Link: https://www.reddit.com/r/hnblogs/ Old Reddit Link: https://old.reddit.com/r/hnblogs/ Hi HN, Inspired by this post earlier this week: https://news.ycombinator.com/item?id=23237559, I thought we could make blog discovery easier by having a place to find interesting, unusual, niche, or really any kind of non-marketing blogs that are posted by the people that write them. There are a ton of interesting blogs on the web, probably more than there were when the web was new, but even though there's more they're a smaller…
2020
- 12BH
Like others on here, I was inspired by the "personal blogs" post :) [0] https://news.ycombinator.com/item?id=36575081 In proper HN fashion, the site is open-source and requires no JS! There's instructions on how to add/edit a blog on the Github README. [1] https://github.com/surprisetalk/blogs.hn Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata: if ( 3 > 0 + !!blog.title + (blog.desc.length > 40) + !!blog.about + !!blog.now +…
2023 · blogs.hn
- 13AC
Hey HN! For a while I’ve been trying (unsuccessfully) to find a community for tech bloggers to get together and share what they’re working on, so here’s my attempt at making my own. It’s a completely free website and designed to be super straightforward to use. Functionality wise it’s pretty minimalist right now, with just the ability to register accounts, post drafts, and comment on other user’s posts. Support for more features like tagging post topics, user profiles and more are coming soon! Thanks for checking it out, and I’d love to hear any thoughts from the community. P.S. if you don’t…
2024 · review.caleb.software
- 14

- 15AC
2020 · awesomeblog.club
- 16

- 17AB
Hey HN, maker here. It was a serious 4-6 months of effort to build this. I have never poured as much love, attention and detail into a project before. So I really appreciate you having a looksie! The homepage has a fresh list of articles every hour and is open to all. Still, I recommend signing up so you can add stuff to your reading list and follow blogs. My initial plan was to monetize this with subtle ads, but that didn't work out as the traffic to the site isn't nearly enough for that. That said, I have a fair bit invested in this and I need your help figuring out a way to make this…
2023 · boredreading.com
- 18IM
I kept seeing more and more Product Hunt alternatives pop up, so I started tracking them in a spreadsheet to potentially use for future launches. The list was sitting at around 80 sites when I decided to deep dive and see how many more I could find. So I then built IndieLaunch: 250+ directories to help you launch your startup. It's free to use and includes Domain Rating (DR) and traffic info so you can pick the right spot to get the most eyes on your launch.
2024 · indielaun.ch
- 19MW
This was more of a sandbox to play with Raphael and Flot than anything else but I think there are some interesting statistics in there. It'd be awesome to do this over time but I really don't have the spare time required.
2011 · burntbrunch.github.com
- 20IC
2021 · indiefeeds.com
- 21IB
I work on R00M 101, a Reddit-based OSINT profiler. While building it, I realized most open-source intelligence (OSINT) tools are scattered across GitHub, outdated blog posts, or random Discords. So I put together a public-facing directory of 100+ OSINT tools used by analysts, journalists, and security folks, free, filterable, and categorized by risk, platform, and use case. The idea was to make something useful and no-friction. Built with static HTML + SQL backend + a lot of caffeine. Would love feedback on how to improve the UX or tool curation. If anyone wants to contribute tools or help…
2025 · r00m101.com
- 221A
Hi HN! This is a personal project I finally got round to completing and shipping. It’s a simple feed of articles written by real people with interesting things to say. I wanted to explore some new technologies I haven't had a chance to try before, mostly rust and LLMs. As I browse HN each day I find myself most drawn to the content on personal blogs: people who have interesting things to say, from their own point-of-view, on a whole range of topics. Rather than being interested in particular topics, I’m more interested in reading from interesting people. This isn't a particularly new idea,…
2024 · 100kb.danhill.is
- 23IB
Hi everyone! We all agree that the dev stack to build a project does not matter that much, it's usually best to build with the tools we already know and feel comfortable with. But when it comes to payment tools, design, email marketing, SEO, hosting, there's a lot we can learn by seeing what others are using. I built RamenTools for this purpose, and you can already see what tools are being used by 120+ indiehackers. RamenTools can also recommend you what tools to use with a specific tool, based on other makers' usage. Whether you are an indie maker, designer, marketer or any type of digital…
2024 · ramen.tools
- 24MS
Hello HN! I've been working on http://underthesite.com for the last month and now think it is ready for some full strength HN feedback. What do you guys think? It crawls up to 10 pages of a given site while you wait, looking for community-provided CSS / XPath selectors and regular expressions. Additionally, I'd like to appeal to you to submit matchers for technologies that you care about. Technologies are easy to add, so add your favorite jQuery plugins, analytics tools, client-side node.js wrappers, what have you. I'm going to be running a large crawl in the next few days and want to make…
2011
Ranked by how close each launch is in meaning, then by votes. Refine with a description →