Feed aggregator

Show HN: Markdown Projects – File based project management for AI agents

Hacker News - Mon, 02/09/2026 - 3:55am

I've built a CLI tool that stores project management data (issues, milestones, logs) as plain markdown files with YAML frontmatter in a .mdp/ directory. No database, no server, just files on disk that work with git.

The main use case is giving AI coding agents a structured way to track their own work. The CLI is fully non-interactive (all input via flags/stdin, JSON output), so agents can create issues, update statuses, log progress, and check milestone completion programmatically.

Comments URL: https://news.ycombinator.com/item?id=46943135

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Simple Helpdehk tool for small software teams

Hacker News - Mon, 02/09/2026 - 3:48am

I know. Another Helpdesk. Who would need that? I‘ll be honest: not everybody. Aidkit (the tool) originated out of a simple need for something simpler & lightweight.

Compared to the gorillas in the room like Front.com or Zoho desk, I did not build it for enterprise but for small software teams of ~1-10 members.

It does everything you need, collecting & managing tickets, and has nothing you don’t like AI responses, big bulky dashboards, or enterprise bloat.

Give it a try if you’re looking for something simple to manage your support.

Comments URL: https://news.ycombinator.com/item?id=46943108

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: SaaS for making software documentation automatically

Hacker News - Mon, 02/09/2026 - 3:48am

As a developer, I hate writing documentation.

Not because I don't see the value, I do. But because it always falls behind. You ship a feature, update the docs, then three sprints later realize half of it's wrong and nobody bothered to fix it.

So I built BunnyDesk AI to make this less painful.

Here's what it does:

AI that actually reads your docs Ask "How do I authenticate API requests?" and get an answer pulled from your actual documentation.

Not generic ChatGPT responses—answers based on what you wrote.

Knows when docs go stale

Tag documentation pages with the code files they describe. When those files change in Git, it updates the doc automatically.

You can also add loom video and it'll auto generate docs based on that. Plus, it can add screenshots and am also bringing annotations too. Technical writers would love this as most of them start writing from scratch, but with BunnyDesk you need one TW instead of 3-4.

I'm sure plenty of people here have other documentation pain points. Would love to hear what's broken in your workflow and what would actually help.

Comments URL: https://news.ycombinator.com/item?id=46943105

Points: 2

# Comments: 0

Categories: Hacker News

Wireit: Smarter and more efficient NPM run

Hacker News - Mon, 02/09/2026 - 3:40am

Article URL: https://github.com/google/wireit

Comments URL: https://news.ycombinator.com/item?id=46943053

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: ArkWatch – Uptime monitoring with zero dependencies

Hacker News - Mon, 02/09/2026 - 3:39am

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.

So I built ArkWatch: a free uptime monitoring API with zero dependencies. No SDK, no npm package, no webhook setup. Just curl + your email.

One command to start monitoring:

curl -X POST https://watch.arkforge.fr/monitors \ -H "Content-Type: application/json" \ -d '{"url":"https://yoursite.com","email":"you@example.com"}' 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.

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.

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.

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.

Comments URL: https://news.ycombinator.com/item?id=46943047

Points: 2

# Comments: 0

Categories: Hacker News

Poison2

Hacker News - Mon, 02/09/2026 - 3:07am

Article URL: https://rnsaffn.com/poison2/

Comments URL: https://news.ycombinator.com/item?id=46942813

Points: 1

# Comments: 0

Categories: Hacker News

European Commission Investigating Cyberattack

Security Week - Mon, 02/09/2026 - 3:06am

The signs of a cyberattack were identified on systems EU's main executive body uses for mobile device management.

The post European Commission Investigating Cyberattack appeared first on SecurityWeek.

Categories: SecurityWeek

1D Cellular Automata Playground

Hacker News - Mon, 02/09/2026 - 3:03am

Article URL: https://paraschopra.github.io/1d-ca/

Comments URL: https://news.ycombinator.com/item?id=46942785

Points: 1

# Comments: 0

Categories: Hacker News

Pages