From ffc73534c17b1a077402f64dcee5b97262b4c024 Mon Sep 17 00:00:00 2001
From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com>
Date: Fri, 5 Dec 2025 01:37:19 +0000
Subject: [PATCH 1/3] Add hidden recommended docs providers page in FAQ
---
fern/docs.yml | 3 ++
fern/docs/recommended-docs-providers.mdx | 36 ++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 fern/docs/recommended-docs-providers.mdx
diff --git a/fern/docs.yml b/fern/docs.yml
index 269b032..a5dd2ea 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -105,6 +105,9 @@ navigation:
contents:
- page: Frequently Asked Questions
path: ./docs/faq.mdx
+ - page: Recommended Documentation Providers
+ path: ./docs/recommended-docs-providers.mdx
+ hidden: true
- tab: blog
layout:
- section: Customer Stories
diff --git a/fern/docs/recommended-docs-providers.mdx b/fern/docs/recommended-docs-providers.mdx
new file mode 100644
index 0000000..cd14754
--- /dev/null
+++ b/fern/docs/recommended-docs-providers.mdx
@@ -0,0 +1,36 @@
+---
+title: Recommended Documentation Providers
+---
+
+# Recommended Documentation Providers
+
+Promptless works with all major documentation platforms. Here are the providers we recommend based on different team needs and use cases.
+
+## Popular Documentation Platforms
+
+| Provider | Price Range | Example Promptless Customer | Best For |
+|----------|-------------|-----------------------------|----------|
+| Docusaurus | Free (open source) | [Temporal](https://docs.temporal.io/) | Teams with engineering resources that want rich customization |
+| Fern | $400+/mo | [Vellum](https://docs.vellum.ai/) | Teams that want a premium offering with API-first support and interactivity |
+| Mintlify | Free - $250+/month | [RunPod](https://docs.runpod.io/) | Startups and growing teams wanting modern, beautiful docs and quick setup |
+| ReadMe | $79+/month | [Capillary Technologies](https://docs.capillarytech.com/) | API platforms prioritizing interactive developer experience without needs for previewing doc suggestions |
+| GitBook | $77+/month | [Emporix](https://developer.emporix.io) | Simpler products without needs for previewing doc suggestions |
+
+
+GitBook and ReadMe have technical limitations that prevent Promptless from generating live previews of documentation suggestions. You can still receive documentation updates with these providers, but you won't be able to preview changes before they're published. If live preview functionality is important for your team's review process, consider using Fern, Mintlify, or Docusaurus instead.
+
+
+## Finding the Right Provider for Your Team
+
+When evaluating documentation platforms, the key factors to consider are:
+
+- **Hosting**: Self-hosted (Docusaurus) vs. managed platforms
+- **API documentation**: Auto-generation from OpenAPI specs vs. manual authoring
+- **Collaboration**: Real-time editing features and user limits for your team size
+- **Customization**: Complete control vs. pre-built themes
+- **Budget**: Free open source vs. paid managed services
+- **Developer experience**: Interactive API playground, code samples, and testing tools
+
+
+Promptless works with all of these platforms. If you're using GitHub-synced docs (Fern, Mintlify, Docusaurus), Promptless can automatically create PRs with documentation updates. For hosted platforms like ReadMe and Zendesk, Promptless can publish updates directly.
+
From 4d2c3ca541cab96b9ca795e152c73423c69de480 Mon Sep 17 00:00:00 2001
From: Prithvi Ramakrishnan
Date: Thu, 4 Dec 2025 17:37:43 -0800
Subject: [PATCH 2/3] Apply suggestion from @prithvi2206
---
fern/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fern/docs.yml b/fern/docs.yml
index a5dd2ea..63c20ad 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -105,7 +105,7 @@ navigation:
contents:
- page: Frequently Asked Questions
path: ./docs/faq.mdx
- - page: Recommended Documentation Providers
+ - page: Recommended Docs Providers
path: ./docs/recommended-docs-providers.mdx
hidden: true
- tab: blog
From f1ef881438bc6c5eb3991027248e9d73be06a395 Mon Sep 17 00:00:00 2001
From: Prithvi Ramakrishnan
Date: Thu, 4 Dec 2025 17:39:15 -0800
Subject: [PATCH 3/3] Apply suggestion from @prithvi2206
---
fern/docs/recommended-docs-providers.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fern/docs/recommended-docs-providers.mdx b/fern/docs/recommended-docs-providers.mdx
index cd14754..0c6c512 100644
--- a/fern/docs/recommended-docs-providers.mdx
+++ b/fern/docs/recommended-docs-providers.mdx
@@ -32,5 +32,5 @@ When evaluating documentation platforms, the key factors to consider are:
- **Developer experience**: Interactive API playground, code samples, and testing tools
-Promptless works with all of these platforms. If you're using GitHub-synced docs (Fern, Mintlify, Docusaurus), Promptless can automatically create PRs with documentation updates. For hosted platforms like ReadMe and Zendesk, Promptless can publish updates directly.
+Promptless works with all of these platforms, and more. If your docs can be synced to a git repo, Promptless can automatically create PRs with documentation updates. For hosted platforms like Document360 or Zendesk, Promptless can publish updates directly.