Everyone you are selling to has access to Gemini, ChatGPT, or Claude.<p>If its a problem worth paying money to fix, they have already tried to solve their problem with one of these tools. They may already be using these tools (along with some automation tools) for a partial solution.<p>They have see...
Hi HN,<p>I built aeph, a small TUI app for jotting down notes and TODOs in Markdown without leaving the terminal.<p>The idea was inspired by Ephe (<a href="https://github.com/epheapp/ephe" rel="nofollow">https://github.com/epheapp/ephe</a>). I liked the concep...
CCWatch regularly scans the Claude Code repository and its CHANGELOG.md for new releases and presents changes in a searchable, filterable interface.<p>I built it because I kept manually checking the changelog to stay on top of updates and wanted something that just did it for me.<p>Free, no login, n...
crit is a terminal-based inline code review tool, it's built for AI-generated code changes and documents. Your coding agent can kick off a review session, you leave comments on specific lines across multiple files, and then your AI agent picks up the comments and makes edits.<p>Why I built it: ...
I was trying to use SuperDoc for a project and kept running into limitations. Customisation was harder than expected and the performance was not where I needed it. So I decided to build my own editor called HawkDoc, using Claude as a coding assistant for a large part of the development.<p>HawkDoc is...
I couldn't figure out Get-Shit-Done, so I let it Vibe Code its own guide
(andreolli-davide.github.io)
catnav is a terminal tool for navigating directory trees using Finder-style Miller columns.<p>Instead of repeatedly running cd, cd .., and ls to move around, catnav shows directories in side-by-side columns so you can see the current directory, its children, and the path you came from at the same ti...
I've been using Claude Code with multiple accounts (personal + work) and got tired of re-setting up MCP servers, plugins, and permissions for each one.<p>Settings don't carry over, and switching means logging out or manually managing CLAUDE_CONFIG_DIR.<p>So I made a simple tool for it.
Cla...
I built Pasu, a CLI tool that scans AWS IAM policies for security risks.<p>- 30+ detection rules (privilege escalation, public S3, dangerous actions)
- Plain English explanations for non-technical people
- No API key needed for local analysis
- JSON/SARIF output for CI/CD
- pip install p...
Hi HN,<p>I built Needle because I kept jumping between Reddit, Hacker News, GitHub, and forums trying to understand what people were saying about certain problems and products.<p>Needle runs one search across 12 communities and shows the discussions in one place.<p>People use it to:
- find potential...
AI agents are becoming a real problem for open source maintainers. They're flooding projects with low-quality PRs and comments that create more work than they solve. The code is often sloppy, they don't collaborate like humans do, and they're difficult to reason with. One maintainer e...
Over the past 4 years, as a casual on-and-off side project, I built jmap-kit, a client library implementing the JMAP protocol for client applications. It started as a hobby project for me to write custom automations for my email.<p>See the jmap-kit GitHub repo
<a href="https://github.com&#...