nowfound

Alternatives

Products that do what DailyPings – Like HN, but for maker's daily progress does

DailyPings (https://dailypings.com) is a HN-inspired platform where makers share their daily progress. Key features: - Three posts per day limit to encourage quality updates - HN-style upvote system - No comments, just pure progress sharing - Email verification Tech stack: - Next.js 15 App Router - TypeScript - Prisma ORM - PostgreSQL - NextAuth.js - Tailwind CSS - Geist Mono font - Deployed on Coolify The idea came from wanting a distraction-free space for makers to share their daily progress, similar to how HN works for tech news. The three posts per day limit is intentional - it…

  1. 1
    Daily 2.0216

    Curated dev news delivered to your new tab 👩🏽‍💻

    2019

  2. 2SD

    Hey fellow HN-ers, I'd like to ask HN about my latest startup: SocialFolders. We take a Dropbox-like approach to managing your content on your social networks by mirroring all the content you have on these networks in folders on your computer. Moving this content around, between folders or between services, is mirrored in the all-mighty "cloud" (ugh, I hate this word). We'd love to know what you think. We think our approach solves the problem of managing content at scale. We put together a quick 2'30 screencast to show HN how it works: http://www.youtube.com/watch?v=4s2TFsVezZQ If you want…

    2012

  3. 3

    Schedule LinkedIn posts on Hootsuite, with trending hashtags

    2022

  4. 4DI

    This is my first web app, so there are bound be to be a few kinks that need to be worked out. That's why it's here, in hopes that some of the awesome people I read about on HN can take a minute to offer some criticism. http://dailydo.it/ DailyDo.it is meant to replace the canonical to-do list with a do-it list – a list of things that you will actually do. My monetization plan is based on team do-it lists, where you can see your teammates' do-it lists and assign them tasks, while keeping the individual do-it lists totally free. Please let me know if you find any bugs, what the pain points…

    2012

  5. 5HC

    This site curates the most popular posts daily, providing concise summaries of their key discussions.

    2025 · hackerdigest.news

  6. 6HI

    Hi HN, Sharing HN Insights, a webapp I built that highlights trending themes and summarizes discussion threads from the front page. This started earlier this week as a toy project to test out Gemini 3 Pro in aistudio. I found the POC useful, so I decided to productionize it. I've included the original seed prompt below: > Create an app that creates a summary of the comment threads for hacker news front page. The UX should be similar, but clicking the comments instead opens a summary. The summary is generated when clicked so it can gather new threads. To productionize, I used Claude Code and…

    Nov 2025 · hn-insights.com

  7. 7IM

    Hi HN, Dailygram (open beta) lets you pick any public Instagram or X profile; once a day or week it fetches new posts, runs them through GPT-4o, and delivers a digest you can scan in under a minute—both as an HTML email and via an auto-updating RSS feed. Early adopters include marketers, journalists, and solo founders who track competitors or industry voices without opening social apps. So far: 111 sign-ups, 1 565 digests sent, 56 % open rate, 8 % click-through. Tech notes: Laravel backend, Apify for scraping, GPT-4o for summarisation, Maizzle + AWS SES for mail, signed-URL webhooks for…

    2025 · dailygram.me

  8. 8IB

    Hey HN community, I built a tool that helps optimize your post for hitting the first page of Show HN. How it works: I used a Hugging Face dataset of all Hacker News posts from the past 3 years and trained a model that predicts how successful your post might be. There's still a lot of randomness on HN, so nothing is guaranteed, but the tool helps optimize your post for higher odds. A couple of interesting findings: - GitHub repo links work x3 better than regular domains - Open-source tools have a steady virality rate (13.9% - one of the highest) - "I built" outperforms "We built" - Using…

    May 2026 · wannalaunch.com

  9. 9HR

    Hey guys, I just flicked the switch on http://hnrecap.com and thought I would make a tiny announcement! The site was created for a simple reason: There is a big rotation of articles on the front page of Hacker News every day, and unless you are on here 24/7, you are bound to miss some great content and discussions. I was tired of this and the rss feed doesn't cut it for me since it doesn't preserve ranking information over time. On HN Recap, rankings are somewhat preserved: Every 2 minutes, I request the HN front page, update articles and attribute points in the following simple fashion: #1…

    2010

  10. 10WS

    The latest Ask HN: What are you working[1] on thread just dropped. And to give my own answer, building structured datasets! I wrote a quick scraper for the HN comments. Just pulling every top level comment along with its replies as a nested object. This ended up pulling 642 top level comments with about 458 replies. I created a posrgres db with this original data set. The replies I just concatenated together in the order they came in (with an indent field to mark what level comment it was. Then stringified the json array and added it to the db. I generated the structured data using my own…

    2024 · github.com

  11. 115D

    597 days ago, I posted about the project our team was developing - https://news.ycombinator.com/item?id=3183322 - here on HN, and today we're finally taking the wraps off what we've been working on since then. At it's core, what we've been building is an end-to-end solution for creating, storing, and working with structured content in a way that's accessible to anyone. You can check out an introduction - http://team.marquee.by/introducing-marquee/ and dig into the technical/philosophical details of our approach -…

    2013

  12. 12AS

    Hi everyone, I read HN every day, but there was always more great content than I had time to read. I know there are already several HN summarizers on GitHub, and I tried some of them. They just didn't fit the workflow I wanted, so I decided to build my own. My project is a self-hosted app that automatically fetches top stories, summarizes them with AI, translates them into your preferred language, and prepares a personalized daily briefing in a nice customizable UI while you sleep. Maybe I'm not the only one who wanted this kind of workflow. I'd love to hear your thoughts, especially on what…

    Jul 2026 · github.com

  13. 13IA

    I built an archiver that tracked every HN item for 27 days (Dec 3-30, 2025) and captured 72k temporal snapshots to see how posts gain and lose attention. Key findings: - Early velocity (points&#x2F;hour in first 2 hours) predicts final score with ρ=0.82. A simple classifier achieves 98.4% precision for viral prediction. - No Matthew effect: high-scoring posts don't get more upvotes per hour than low-scoring ones (ρ=-0.04). HN's gravity penalty actually works. - Yet extreme inequality persists: Gini=0.89, meaning bottom 80% of posts get <10% of total upvotes. Inequality without cumulative…

    Dec 2025 · papers.ssrn.com

  14. 14DI
  15. 15HD

    Hey HN! Started out with an idea over the holidays to start building a system that creates daily digests of content I follow as a podcast, such that I can listen to it when commuting. The first one is one that takes the top articles of HN in the last 24 hours and builds them into a podcast. It took forever to tweak it in such a way that it doesn't sound 100% AI, isn't too sensational, but also not extremely boring. I've been tweaking over the past weeks to get it just right and I'm pretty happy with what comes out of it now. I've just submitted &#x2F; got them all up and running on Spotify…

    2025 · hackernews-daily.thepodcastcollective.com

  16. 16HP

    Hubski is designed around the concept of sharing topically-broad, thoughtful discussion. In functionality, Hubski is part news-aggregator, part blogging-platform and part social-feed. Up front, Hubski looks and works most like a news aggregator, like HN. Hubski enables you to tag each post with a hashtag, and to follow tags and other users. Doing so builds your own personalized ‘hubfeed’ composed of the kind of content you like. To make sharing less dependent on the frontpage and voting, users can ‘hub’ a post they like, which sends it to the hubfeeds of their followers. This works like…

    2011

  17. 17TS

    Some interesting posts&#x2F;comments. Meteor (April 2012) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3824908 Codecademy (August 2011) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2901156 Kimono Labs (Jan 2014) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7066479 Firebase (April 2012) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3832877 Dropbox (April 2007) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8863 Watsi (August 2012) https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4424081 Heap Analytics (March 2013)…

    2014

  18. 18SS

    Hi everyone, I want to share my latest creation. I have a few beta users using it, but would love more feedback. I spoke to some HN users and they suggested I revamp the layout, so I did that before posting it to the HN site. Please check it out and let me know what you think. http://www.statusscheduler.com

    2011

  19. 19WP

    I had this domain for some time and I never got around to make a project for it. This last weekend I finally managed to find a few hours to work on it and I've just finished putting the code into production. The site lets you choose some pictures from your Facebook photos and then it will let other users vote on them, as long as they know your URL. This way you can find your best picture. Some random facts the HN crowd will appreciate: - Technologies: Tornado, mongodb and memcache, served with nginx - The site took around 5 hours to design and write (including time spent in Photoshop and…

    2011

  20. 20

    5 trending GitHub repos summarized to your inbox daily

    27d ago · sylph71.gumroad.com

  21. 21RA

    RF is client meant for browsing Reddit in the same fashion as HN. Features: - Bundled as a single HTML file - Text-first - Performant (optinally pre-caches text posts for near-instant loading) - No infinite scroll - Rich media previews, but only at the post level - Multireddit support - PWA support Give it a shot at https:&#x2F;&#x2F;rf.alexkoen.com or download the index.html to your computer. All feedback and contributions welcome.

    2023 · github.com

  22. 22FC

    Hello HN, During the past few months, we've been developing a fully customizable blogging platform called Blogkit (https:&#x2F;&#x2F;blogkit.dev). We've seen that many blogging platforms provide limited customizability and don't offer the set of features that we were looking for. We wanted a blogging platform that covers the following: - Fully customizable - Built-in analytics - Performant and uses SEO best practices - Built-in email newsletter service The only way for you to launch a blog with these features is for you to use a CMS, combined with other services, and host your blog…

    2024

  23. 23IB

    I wanted to free my time for working out and my family, so I built a social media scheduler that doesn't break all the time. It has cross-posting across all major social media platforms. The platform is built with NestJS, Kafka, Redis for the backend, Nextjs for the landing, and React with Vite for the frontend private part. I'd love to get your thoughts on what more inside would save you time from going to all those different platforms one by one.

    2025 · postfa.st

  24. 24JC

    Inspired by Hacker News Daily, I created a similar website for reddit. You can definitely see the inspiration as I borrowed heavily from the design of hn-daily. justthetops.com saves the top 10 posts of the day for various subreddits. It is handy for not missing the most popular posts of the day when you are too busy to browse. It has really cut down on the time I spend on reddit since I can now catch up over my morning coffee. Feedback is welcome and appreciated.

    2011

Ranked by how close each launch is in meaning, then by votes. Refine with a description →