Turn learning requests into a helpful email that people actually open. A simple form collects a topic and an email address, then a curated list of Hacker News tips arrives in the inbox. Great for lead magnets, onboarding, or weekly learning notes.
It starts with an n8n form that asks what the person wants to learn. The flow searches Hacker News Ask HN posts with that keyword, splits the comment IDs, and pulls each comment from the public API. All comment text is merged, then a Google Gemini model reads it and writes a clear list of resources in markdown. The markdown is turned into HTML and sent through Gmail with a subject that uses the topic.
You will need a Google Gemini API key and a Gmail SMTP app password. Expect minutes of setup and big time saved on research each request, since up to 150 posts and many comments are scanned for you. Ideal for newsletters, bootcamps, and communities that want fast, targeted learning links.