Project ideas from Hacker News discussions.

Show HN: I built a frontpage for personal blogs

📝 Discussion Summary (Click to expand)

Key Themes from the Discussion

  1. Revival of hand‑curated blogs & webrings

    “Incredible that we are regressing back to webrings and hand‑curated lists like this, both of which I remember well.” – Hard_Space

  2. Purely chronological, non‑algorithmic feed

    “This is strictly chronological. No voting, no algorithm.” – ramkarthikk

  3. Quality and spam concerns

    “I also don’t read the blog spam from prolific writers who pop up here every two days, especially the low‑quality ones constantly yapping about AI.” – rednafi

  4. Technical requests: RSS feeds and pagination fixes

    “It's the next item on the list I plan to add. Likely will be adding it today.” – ramkarthikk


🚀 Project Ideas

Webring Graph Indexer#Summary

  • Builds a decentralized graph of blog-to-blog links to power a curated discovery feed.
  • Solves dead‑link and quality‑vetting problems seen in hand‑curated webrings.

Details

Key Value
Target Audience Blog curators, indie bloggers, small‑web enthusiasts
Core Feature Automatic extraction of "blog‑I'm‑reading" links, graph construction, impact‑factor scoring, and ranking
Tech Stack Python/Node.js for crawling, Neo4j for graph storage, GraphQL API, static front‑end
Difficulty High
Monetization Revenue-ready: subscription tier for premium analytics & custom graph visualizations

Notes

  • HN commenters repeatedly mentioned the difficulty of maintaining webrings and the desire for community‑driven vetting (e.g., “could we crawl all these blogs for their ‘blog’s I’m reading’ and create a social graph?”).
  • Would let users see impact scores, filter out low‑traffic or stale blogs, and optionally subscribe to a “high‑impact” curated list, directly addressing the need for a more sustainable curation layer.

Local Keyword Exclusion Filter for Blog Aggregators#Summary

  • Browser extension that lets users block blogs containing specified keywords without server changes.
  • Addresses frustration over noise, AI‑generated spam, and unwanted categories.

Details

Key Value
Target Audience Regular readers of minimal blog aggregators, HN lurkers seeking cleaner feeds
Core Feature Real‑time client‑side filtering of blog titles/summaries based on user‑defined keyword lists
Tech Stack JavaScript (React), browser extension API (Manifest V3), local storage for keyword sets
Difficulty Low
Monetization Hobby

Notes

  • Users like “Local keyword exclusions (to keep the server requirement minimal) might be pretty high impact” highlighted a simple, low‑overhead solution.
  • Extensions can be packaged as a toggle‑on/off filter for sites like Text Blogosphere, preserving the minimal UI while giving users control over unwanted topics.

Persistent Curated Blog Directory with Auto‑Index & Pruning

Summary

  • Hosted service that continuously indexes RSS feeds, ranks blogs, and automatically removes inactive entries.
  • Directly tackles the “dead‑link problem” and the need for fresh, trustworthy content.

Details

Key Value
Target Audience Indie bloggers, niche topic collectors, small‑web maintainers
Core Feature Cron‑based feed fetcher, activity‑based pruning, search & language filters, public submission form
Tech Stack Go (fetching), PostgreSQL, Docker, React UI, ESP‑for email notifications
Difficulty Medium
Monetization Revenue-ready: freemium tier with API access & custom domain support

Notes- Multiple comments asked for an RSS feed and automatic pruning (“periodic job that looks at the last update of all your blogs, and removes those that haven't updated in over a year”).

  • Providing a reliable index with auto‑removal reduces editorial burden and keeps the directory current, matching the community’s desire for a low‑maintenance yet trustworthy aggregator.

Collaborative Blogroll Builder with Versioned Curation

Summary

  • Web app that lets users create and share blogroll pages, with version control and community voting on inclusions.
  • Implements the “static‑URL page linking to other blogs I like” idea from HN discussions.

Details| Key | Value |

|-----|-------| | Target Audience | Blog curators, community moderators, small‑web creators | | Core Feature | Markdown‑based blogroll editing, pull‑request style reviews, voting on submissions, static export for easy embedding | | Tech Stack | Next.js, Git backend (GitHub/Gitea), Markdown renderer, OAuth for identity | | Difficulty | Medium | | Monetization | Hobby |

Notes

  • Users suggested “Instead or in addition to following blogs, what I'd love to have is a way to filter out those I don't like” and “give people the ability to curate their own collections and publish them.”
  • This tool fulfills that by making curation a shareable, versioned artifact that can be embedded anywhere, fostering the hand‑curated, community‑driven feel HN users value.

Read Later