Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Tinysums, HN thread and story summaries that don't suck (tinysums.ai)
4 points by mbm 49 days ago | hide | past | favorite | 9 comments
fun little side project using gemini 2.5 pro.

summarizes the top 30 HN stories and their comment threads. kinda nice when there's a huge thread to read the tl;dr.

cron job updates everything once an hour right now.

feel free to pick it apart!




I’m a junior engineer, but was wondering when you have an idea like this, how do you go about quickly getting this up and running online? What does your tech stack look like?


Hey! Thanks for asking. In this case, I used:

- Cursor for IDE (Claude 3.7 Sonnet + Gemini 2.5 Pro for code gen)

- Rails app with an embedded React frontend (Rails for API routes / React for everything frontend)

- Deploy the Rails app to GCP Cloud Run with min_instances=0; use the tiniest GCP Cloud SQL instance for Postgres; and spin up a tiny cheap VM for running background jobs (same Rails app, just run in sidekiq mode instead of Rails mode)

DigitalOcean droplets (cheap servers) are a great option for doing it all on a single VM.


This is neat! What's the prompt you're using?


Thanks! It’s kind of long and rambling, but I’d be happy to share if you really want it. It needs some refining for sure.


I'd like to see it!



Nice, thanks!


Cool project! The summaries are pretty useful


Thanks! Anything else you’d like to see?




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: