TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Yupdates, fast feeds with custom GitHub and Pinboard integrations

2 pointsby timfalmost 2 years ago
I made Yupdates out of deep frustration with feed readers, email clients, and a number of web apps that ignored performance and the ability to triage well.<p>And I was curious about integrating with more than RSS&#x2F;Atom because a lot of valuable things are not available that way. So far, that includes GitHub (issues, PRs, releases, and notifications), Pinboard bookmarks, Email (creates addresses on the fly for you to use), ConvertKit, and an API. I had Twitter integrations but had to retract them because of recent policy, cost, and operational issues with their API.<p>I linked directly to where you can try it out for free with no credit card or password creation.<p>Each page of feed browsing takes 50ms or less on the server side, making it snappy, to stay in the flow state while browsing and triaging. One of the design tenets was to be &quot;fast for all feeds at all timestamps&quot; — digging into the past needs to be just as fast as recent items.<p>I built it on DynamoDB and Redis, with a Django frontend that calls backend Rust services which do most of the heavy lifting. The asynchronous system is backed by SQS and a custom workflow engine that triggers Linux binaries (Docker and Lambda are also used where I found that more appropriate).<p>I&#x27;m looking forward to blogging about how it works behind-the-scenes, and some lessons learned.<p>The main site link: <a href="https:&#x2F;&#x2F;www.yupdates.com" rel="nofollow">https:&#x2F;&#x2F;www.yupdates.com</a><p>A blog post with more background: <a href="https:&#x2F;&#x2F;www.peakscale.com&#x2F;yupdates&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.peakscale.com&#x2F;yupdates&#x2F;</a><p>Thanks for looking!

no comments

no comments