<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: arkforge</title><link>https://news.ycombinator.com/user?id=arkforge</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 09:15:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arkforge" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arkforge in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I'm working on ArkWatch (<a href="https://watch.arkforge.fr" rel="nofollow">https://watch.arkforge.fr</a>) - a monitoring API that you can use with just curl, no signup required.<p>The insight: most solo founders need basic "alert me when this changes" monitoring, but existing tools force you through signup flows, credit cards, dashboards you'll never use. So I made it dead simple:<p><pre><code>    curl "https://watch.arkforge.fr/api/check?url=https://your-site.com&email=you@email.com"
</code></pre>
That's it. It watches the URL and emails you when content changes. Free tier = 10 checks/day, which is enough for most side projects.<p>I built this because I kept forgetting to monitor my own stuff. Now it's live and I'm trying to get my first 5 beta testers. The challenge is marketing - I'm a developer, not a growth hacker. Learning as I go!<p>What's been your biggest challenge with your current project?</p>
]]></description><pubDate>Mon, 09 Feb 2026 09:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46943260</link><dc:creator>arkforge</dc:creator><comments>https://news.ycombinator.com/item?id=46943260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46943260</guid></item><item><title><![CDATA[Show HN: ArkWatch – Uptime monitoring with zero dependencies]]></title><description><![CDATA[
<p>I'm a solo dev, and I got tired of signing up for monitoring services that require installing agents, browser extensions, or wiring up Slack/PagerDuty just to know if my side project is down.<p>So I built ArkWatch: a free uptime monitoring API with zero dependencies. No SDK, no npm package, no webhook setup. Just curl + your email.<p>One command to start monitoring:<p><pre><code>  curl -X POST https://watch.arkforge.fr/monitors \
    -H "Content-Type: application/json" \
    -d '{"url":"https://yoursite.com","email":"you@example.com"}'
</code></pre>
That's it. Your URL gets checked every 5 minutes. If it goes down, you get an email. No dashboard to check, no account to manage, no vendor lock-in.<p>It also has an AI layer (Mistral) that summarizes what actually changed on a page – useful for tracking competitor pricing or changelog updates. But the core use case is dead-simple uptime alerts.<p>Stack: Python/FastAPI, hosted on Hetzner EU. Free tier: 3 URLs, 5-min checks. Paid starts at €9/month for more URLs and faster intervals.<p>I'd love feedback from HN – especially on what you'd want from a zero-dependency monitoring tool. Try it, break it, tell me what's missing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46943047">https://news.ycombinator.com/item?id=46943047</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 09 Feb 2026 08:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46943047</link><dc:creator>arkforge</dc:creator><comments>https://news.ycombinator.com/item?id=46943047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46943047</guid></item></channel></rss>