Back to browse
GitHub Repository

promptless docs

4 starsMDX

Tag Promptless on any GitHub PR/Issue to get updated user-facing docs

by prithvi2206·Feb 24, 2026·35 points·7 comments

AI Analysis

●●SolidSolve My Problem

Tags @promptless on PRs; it drafts docs without leaving GitHub or signing up.

Strengths
  • Zero-friction entry point (tag bot on any PR) lowers adoption barrier versus SaaS signup
  • Addresses real pain: docs rot when shipped features aren't documented immediately
  • Workflow integration means docs live in the repository PR rather than separate system
Weaknesses
  • Core problem (keeping docs in sync) is solved by DevOps discipline; AI just automates the symptom
  • No evidence of quality—auto-generated docs can hallucinate or miss nuance; 30-day free trial obscures whether it actually ships production value
Target Audience

Open-source maintainers and SaaS teams with frequent feature updates and documentation debt

Similar To

Mintlify · Swimm · Keep docs in monorepo + CI gates

Post Description

Hi HN! I'm Prithvi—my co-founder Frances and I launched Promptless almost a year ago here (https://news.ycombinator.com/item?id=43092522). It's an AI teammate that watches your workflows—code changes, support tickets, Slack threads, etc.—and automatically drafts doc updates when it spots something that should be documented.

Frances and I really appreciated the feedback from our first launch. Today we’re launching Promptless 1.0, which addresses our biggest learnings from the last 12 months.

I also made it way easier to try it out. You can tag @promptless on any open-source Github PR or Issue with a doc update request, and Promptless will create a fork and open a PR for your docs to help. Feel free to use our own docs as a playground: https://github.com/Promptless/docs/issues

Or, you can sign up at https://promptless.ai to get free access for your own docs for the next 30 days. Here's a demo video: https://youtu.be/IWwimHCEY7Y

For me, the coolest part of the last year has been seeing how users got creative with Promptless. One user has Promptless listening in to all their Slack Connect channels, so whenever they answer a customer question, Promptless figures out if their docs should be updated and drafts an update if so. Another user has Promptless processing every customer meeting transcript and updating their internal docs after each meeting: customer dashboards, feature request pages, etc.

Some of the biggest things that are new with version 1.0:

- Automatically updating screenshots: this was by far our most requested feature. The need here was always clear. People would exclude screenshots from docs because they’d get stale quickly, even though they knew screenshots would be helpful to users. A year ago, we just couldn't ship a good enough solution, but given how much LLMs' visual grounding has improved in the last year, now we've got something we're proud of.

- Slop-free writing: The most common critique on early Promptless suggestions was that even though they were accurate, they could sound generic or verbose, or might just reek of AI slop. Promptless 1.0 is 3.5x better at this (measured by voice-alignment compared to what users actually published), through a combination of fine-tuned models, sub-agents, and alignment on user-defined preferences.

- Open-source program: We're especially proud of this—Promptless is now free for CNCF/Linux Foundation projects (reach out if you’re a maintainer!). You can take a look at how Promptless is supporting Vitess (a CNCF-graduated project) with their docs here: https://github.com/vitessio/website/commits

Check it out and let us know if you have any questions, feedback, or criticism!

Similar Projects