Hacker News new | ask | show | jobs
Show HN: I made an AI app to give Startup ideas using HackerNews posts/comments (whatsaastobuild.vercel.app)
3 points by steve_aldrin 510 days ago
Hey HN, I’m Steve, a 20-year-old developer.

Few days ago i was asking GPT to recommend me some cool SaaS ideas, It did give me some ideas but it lacked personalization and i had no way to validate it easily, so i made an webapp which recommends SaaS ideas using your resume and validates it by searching relevant content on hacker news articles and comments.

I would love to know what you guys think.

1 comments

Also, I am a huge fan of Marc lou, hence i tried to build this in <7 hours, building this app was really simple, currently i just use the hacker news api and search for relevant keywords generated by gemini and prompt inject the all the relevant articles.

If this is something actually people need, I can add a RAG based approach to validate stuff and would love to know what else we can do to improve validation.