HN Follow lets you “follow” authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com.<p>The app was built in an experimental style. Instead of being a normal app where we store all your data, it is just a wrapper over a series of JavaScript snippets that we guide you through installing, and which you can then customize 100%. The scripts call out to Agolia’s wonderful HN Search API. You can read more about the app’s architecture and it’s motivation here[1].<p>HN Follow runs on Val Town [2], an online scripting tool my team and I are building. Part of why we built hnfollow.com is to show off the kind of things you can do with the primitives Val Town provides:emailing yourself (`console.email`), persistent state (`@me.foo = "bar"`), persistent cron jobs (`setInterval`), etc. Here’s a demo[3], the docs[4], and Discord[5] for Val Town.<p>We hope hnfollow.com is useful to you, and you have fun customizing the code directly on Val Town! Let us know if you have questions or feedback<p>[1] - <a href="https://www.notion.so/End-programmer-Programming-a749beb4a9b143f2990f575fb7e59b33" rel="nofollow">https://www.notion.so/End-programmer-Programming-a749beb4a9b...</a><p>[2] - <a href="https://val.town" rel="nofollow">https://val.town</a><p>[3] - <a href="https://www.loom.com/share/878294970d8e48919c819f35d0cd0da4" rel="nofollow">https://www.loom.com/share/878294970d8e48919c819f35d0cd0da4</a><p>[4] - <a href="https://www.notion.so/Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https://www.notion.so/Val-Town-Docs-01c8eb9c534b4899802f3a9e...</a><p>[5] - <a href="https://discord.gg/dHv45uN5RY" rel="nofollow">https://discord.gg/dHv45uN5RY</a>
Alternatively, there's also <a href="https://hnrss.github.io/#user-feeds" rel="nofollow">https://hnrss.github.io/#user-feeds</a> where you can just subscribe to a user via your RSS reader.
This isn't really a Show HN of your overall project - it's just an example, and one which distracts attention from what's interesting here. <a href="https://www.val.town/" rel="nofollow">https://www.val.town/</a> is much more interesting than an HN email alert.<p>Why don't you write up a Show HN blurb for <a href="https://www.val.town/" rel="nofollow">https://www.val.town/</a> that talks about what the project is, how you came to work on it, what's different about it, how it's implemented, and so on? You can include your HN alert example as part of that.<p>If you email me at hn@ycombinator.com, I'll be happy to help.