
PromptStack: Project Hub for Vibe Coders & AI Builders
AI project management for indie hackers: track every build, keep a searchable prompt library, and stay on top of tasks, bugs and launch days in one place.
@RenativeStudio · X
The full gallery
Tech stack
22 projects

AI project management for indie hackers: track every build, keep a searchable prompt library, and stay on top of tasks, bugs and launch days in one place.
@RenativeStudio · X

Analyze GitHub repositories to discover and score paid work and contribution opportunities.
@bashops_dev · X
Building BashOps Radar—repository intelligence for developers. Helping developers identify contribution opportunities that can lead to contracts, paid sprints, and long-term work.

An AI agent that reads your GitHub repository, proposes changes, and opens pull requests.
@MetriQAI · X
— Stop re-explaining yourself to every AI. One workspace. Every AI. Shared memory.

Measure code review performance across GitHub teams with leaderboards and reviewer analytics.
u/SnooStrawberries827 · Reddit
my team had 47 open PRs and nobody was reviewing them, so I gamified it our team hit 47 open PRs at one point last month and nobody was reviewing them. tried slack reminders, deadlines, rotating reviewers, none of it really stuck. might be related to the fact that everyone's hyped about how fast AI can write code now, copilot cranking out entire features in hours, but none of that matters if the PR just sits there for a week. feels like writing code stopped being the bottleneck a while back

Linux workspace for AI coding tools that persists files, dependencies and services across sessions.
@SeagerCortez · X

AI-generated documentation wikis for open-source projects, each claim backed by code.
u/Comprehensive-Bad-43 · Reddit
I got tired of documentation that lies, so I made docs that have to prove every sentence Founder here! Every codebase I have ever joined had the same problem: the docs describe the code as it was six months ago. Nobody updates them, because updating docs is the least rewarding job in software. So I built RepoFold . You connect a GitHub repo and it generates a full wiki, but with one hard rule: every technical claim has to cite the exact file and line numbers it came from. If the AI can'

Publish changelogs, collect feedback, and monitor uptime from a single dashboard.
u/eduardpantazi · Reddit
I made it, a tool for myself So I made it, a tool for myself that handles all my feedback, changelog and uptime, from one dashboard, or I rather say AI handles all the feedback, changelog entries and uptime incidents that may happen. I used to have feedback via email, which was ok when I started, but now that emails started to accumulate, a system for this is the perfect solution. It's free to use and is designed for SaaS websites; it can be used for other types of websites. You can add

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t

Secure GitHub pull requests with hardware authentication and OTP verification.
jallmann · HN
> want without a PR process that requires hardware authentication or proof of presence Just curious, what do you use for this? I built OTP Guard [1] a few years ago for exactly this problem, although I haven't seen any alternatives in the space. Does GitHub have something built-in now? The original framing was more "local malware compromising your GitHub account" ... it never occurred to me that the malware could be a LLM. I really should update the page. [1] https://otpguard.com

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