
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
完整作品展
技术栈
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

分析 GitHub 仓库发现付费工作与贡献机会。
@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.

读取 GitHub 仓库并自动提议改动、创建拉取请求的 AI 代理。
@MetriQAI · X
— Stop re-explaining yourself to every AI. One workspace. Every AI. Shared memory.

PRcade 通过团队排行榜和分析可视化GitHub代码审查性能
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

为AI编程工具提供的Linux工作环境,可在会话间保持文件、依赖项和服务。
@SeagerCortez · X

为开源项目生成的AI文档wiki,每句话都由代码行引用验证。
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'

从单个仪表板发布发行说明、收集反馈并监控可用性。
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

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
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

使用硬件认证和OTP保护GitHub拉取请求。
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

在GitHub pull requests上自动生成代码文档。
Aldasams · HN
Show HN: DocFlow – AI documentation updates for GitHub pull requests