
KOINCODE Review
Get AI-powered code reviews with fix suggestions on your pull requests.
@Kony_05 · X
Here’s my products. KOINCODE CLI KOINCODE Review
The full gallery
Tech stack
60 projects

Get AI-powered code reviews with fix suggestions on your pull requests.
@Kony_05 · X
Here’s my products. KOINCODE CLI KOINCODE Review

Chat with an AI rubber duck debugging assistant to solve coding problems.
Antihero5759 · HN
I built a rubber duck chat that you can use through the browser but it's also OpenAI api compatible so you can plugin it in and use it through your favorite ai app. https://bearjcc-quack-language-model.hf.space/

An AI agent that analyzes code repositories and writes code autonomously in your browser.
@vlipadev · X

AI agents generate and review code based on feature descriptions, delivering pull requests ready for GitHub.
kellan_strong · Product Hunt
Factory Nexus by TynHub Ai and swarm agents

Shared memory for AI coding agents to store team discoveries and reduce duplicate research.
snakaya · HN
Vibsync – One Shared Memory for Claude Code, Cursor and Codex (MCP)

Solve daily coding challenges with AI assistance and track your developer streak.
u/Administrative_Egg78 · Reddit
I built this because AI was making me a dumb&lazy engineer I noticed something sad about how I use AI. I was shipping faster, but practicing less. I could get answers quickly, but I was losing the habit of working through the fundamentals myself. So I built Unrot: short daily challenges for developers across languages, system design, architecture, data engineering, and other tracks. Game/xp and rewards system, a tiny bit competitive. No signup required to try it: https://unrot.dev

AI platform for building full-stack apps using up to 10 parallel specialized agents.
@Ajathinfotech · X
How do Ajath's parallel agents actually build full-stack apps in mins? Let you work with up to 10 specialized AI agents in parallel to eliminate traditional development bottlenecks. Try Ajath for free: #VibeCoding #NoCode #AIAgents

Chat with an AI assistant that can help with writing, coding, and creative tasks.
@AnwarAtuma · X
Check out what I just built with Lovable!

Generate code documentation automatically on GitHub pull requests.
Aldasams · HN
Show HN: DocFlow – AI documentation updates for GitHub pull requests

AI-powered code review that runs code in microVMs to catch more bugs.
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db

Visualize AI coding-agent runs as interactive graphs from your transcript files.
u/Express-Phase1532 · Reddit
rungraph - see what your coding agent actually did, as an interactive graph (open source) My coding agent kept doing 20 minutes of work I couldn't inspect afterward. The transcript exists (Claude Code and Codex CLI write everything to disk), but nobody reads 4,000 lines of JSON. So I built rungraph, open source and free (MIT). npx rungraph turns every session on your machine into a clickable graph: your prompts run down the spine, subagents get their own lanes, and it flags stuff like ret

Task queue for AI coding agents to request and complete work over MCP protocol.
JulianQuinn · HN
Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP