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.

Ask HN: How would you develop this service?

2 pointsby Ecio78over 1 year ago
Hi, I am an IT guy but not a developer (even though I had my fair share of scripting and I can produce &quot;some code&quot; if necessary).<p>Few months ago I had a problem of booking a service that could have weeks&#x2F;months of wait, and ended up crafting a 10-15 lines script in Powershell that monitored the underlying API used by that service for the specific thing I needed every few min and notify me via ntfy.sh on my phone.<p>When I shared this with colleagues they joked with me suggesting to sell this as a service. I briefly thought about it but discarded the option as I don&#x27;t believe this would be really remunerative considering this is specific for the country I am living which is quite small (also it will be highly dependent of that specific web application and its API). Still, I believe it would be a nice thing to try to build a simple app (probably web rather than mobile) and share it with the local users. A dev would probably take a weekend to do the bulk of it, but I am not a dev :) and unfortunately family and work take enough time.<p>The way I see it would be something like:<p>- users will be able to simply register&#x2F;login (or at least I need a way to map their choice to their notification &quot;address&quot; and avoid they spam others &#x2F; allow them to modify&#x2F;cancel a monitor - could be using some social login or magic links or classic user with mail.. )<p>- they will be able to select what they need to monitor (they type some word &#x2F; site fetches options based on a list that is built by querying that remote site API and they select), specify few options (checkboxes or similar)<p>- a background process will run and check the availability based on the list of the users requests, see if anything has changed and notified the appropriate users when a slot is freed up (I used ntfy.sh for myself but it&#x27;s probably not ideal for users to expect them to install the app so maybe I will have to use email or similar methods)<p>As Powershell is one of the thing that I know quite, I had thought about using Azure Functions (which I never used) as it can run Powershell, but I am open to other options as long as it doesn&#x27;t mean becoming a full stack dev..<p>I am often lurking on HN and reading about automation tools, no code products, languages and such. Many nocode tools that I have seen discussed in HN are for internal apps&#x2F;dashboards (budibase etc.) and bubble.io and similar might be expensive for running a free application (I would need to review what they offer and their tiers). Would products like n8n.io help or they would be useful only for the backend&#x2F;integration part but not for building a user facing interface? What would you suggest to use to develop such app?<p>thanks

2 comments

houseatrielahover 1 year ago
I&#x27;d let supabase handle auth ++ db and use a &quot;supabase edge scheduled function&quot; to execute your script.
评论 #37453617 未加载
catchnear4321over 1 year ago
start by reading the terms of use for any of the sites you intend to poll.<p>then plan on at least one of said sites blocking your service.<p>think over whether you want to be invested in an arms race, or if you have any interest talking directly with the companies whose services you would monitor.<p>tl;dr think about the non-code parts very carefully before taking any architectural advice you get here and running with it.
评论 #37450741 未加载
评论 #37453620 未加载