
ai-14all — ai-creed
Desktop app for running multiple AI coding agents in parallel across git worktrees
vuphanse
The full gallery
Tech stack
60 projects

Desktop app for running multiple AI coding agents in parallel across git worktrees
vuphanse

Generate beautiful, customizable QR codes with colors, gradients, and logo support.
@TheSarimQureshi · X

AI tool that asks clarifying questions and generates verified specifications for coding agents.
jayaprabhakar · HN
I've been building an open source formal methods system (fizzbee.io) for the past few years. Today I'm launching a new app built on the same technology. It performs requirements engineering using formal verification to uncover gaps and produce precise instructions for your coding agents to follow. When given a prompt, it - asks high signal follow-up questions - converts to formal spec and identifies complex requirements gaps - generates validation scenario At the end, it produces a specification document that can be shared with coding agents. In my trials on various projects, it produces working code in fewer iterations. Please give it a try and share your feedback. https://fizzbee.ai/ You can also look at a sample project. https://fizzbee.ai/projects/94bf2869-97a1-445c-8f5d-4445848b...

Format and validate JSON online instantly without uploading your data.
@VeganVegan75738 · X
做了一个免费的 JSON 格式化工具。 支持: ✅ JSON 格式化 ✅ JSON 校验 ✅ 在线使用 ✅ 无需安装,数据不上传 开发者日常调试 JSON 可以直接用: #开发者 #前端开发 #工具

Automated code review tool for GitHub PRs following your team's coding standards.
u/surmado_rachel · Reddit
We built a cheaper code review tool for small teams We've been working on a code review tool for small teams, solo founders, and vibe coders who want a second set of eyes on every PR without paying Claude-level prices. The idea is simple: Surmado's Scout reviews your PRs against your own standards, not random generic lint rules. You add a STANDARDS.MD file, and on every push Scout gives you: What looks good/What needs work/A short reviewer brief so a human knows where to focus/Feedback

Understand code flow and app connections before asking AI to help modify your app.
@minmuner_devlog · X
Thanks for the feedback; I’m open to anything.

Enforce policies and audit AI-assisted code changes at merge time.
@Scyloq · X
Currently building SentrAI. The merge-time control plane for AI-assisted software development. Enforce policy, audit every AI-generated change. Just finished an interactive demo and would love your honest feedback. Built with @Lovable

Analyzes code diffs and changelogs using AI with your own API keys.
@eldrex_bula · X

Upload datasets to automatically find statistically significant correlations and causal relationships.
@matthew_meadows · X
Correlation Studio - Discovery Mining • Causation Analysis A powerful new SaaS statistics application that brings the insights of correlation data science to everyone. Data science without the code.

Compare git, Jujutsu, and GitButler performance on coding tasks with Claude Code and Codex agents.
videlov · HN
I was interested in answering this question so I built a benchmark comparing git, jj and gitbutler in agentic context https://vcbench.dev/ Disclaimer - I am a co-founder of GitButler

Generate customizable Open Graph images from templates for blog posts and social media.
javayhux · V2EX
名称:Open Graph 图片生成器 网址:[https://og.mkdollar.com]( https://og.mkdollar.com) 功能:内置 10+ Open Graph 图片模板,选择模板,配置参数,即可生成好看的 OG 图片,适用于文章配图、社媒帖 子封面等场景 价格:免费使用,免费下载 

Use AI code review that runs code in microVMs to catch more bugs faster.
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