Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ navigation:
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
- changelog: ./pages/changelog
icon: fa-regular fa-clock-rotate-left
- page: Roadmap
path: ./pages/roadmap.mdx
icon: fa-regular fa-map
slug: roadmap
- section: Configuration
contents:
- page: Overview
Expand Down
39 changes: 39 additions & 0 deletions fern/products/docs/pages/roadmap.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Roadmap
description: What we're building next for Fern Docs. Targets are directional and may shift as we learn.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.

---


Here's where Fern Docs is headed. Items are grouped by the quarter we're targeting, soonest first, with anything we haven't dated yet under **Later**. Targets are directional and may change—follow the [changelog](/learn/docs/changelog) for what's already shipped.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.


<Roadmap>
<RoadmapItem title="Visual editing with Fern Editor" status="shipped" target="Q2 2026" tags={["Authoring"]} changelog="/learn/docs/changelog">
Edit your docs in a WYSIWYG editor and open a PR without leaving the browser.
</RoadmapItem>

<RoadmapItem title="Roadmap component" status="in-progress" target="Q3 2026" tags={["Components"]} link="https://github.com/fern-api/fern-platform/pull/12644">
A forward-looking, quarter-grouped timeline you can author inline on any page—exactly the component rendering this page.
</RoadmapItem>

<RoadmapItem title="Faster local preview" status="in-progress" target="Q3 2026" tags={["Developer experience"]}>
Sub-second hot reload for `fern docs dev`, even on large sites.
</RoadmapItem>

<RoadmapItem title="Theming presets" status="planned" target="Q4 2026" tags={["Theming", "Design"]}>
Drop-in starting points for light and dark themes, with live preview in the dashboard.
</RoadmapItem>

<RoadmapItem title="Search analytics" status="planned" target="Q4 2026" tags={["Analytics"]}>
See top queries and zero-result searches so you know which docs to write next.
</RoadmapItem>

<RoadmapItem title="Localization workflow v2" status="planned" target="2027" tags={["Internationalization"]}>
Per-language review states and translation memory for multi-locale sites.
</RoadmapItem>

<RoadmapItem title="Offline & PDF export" status="exploring" tags={["Export"]}>
A single-file export of your docs for air-gapped environments. Still early—we're validating demand.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.

</RoadmapItem>
</Roadmap>

Have something you'd like to see? [Let us know](https://buildwithfern.com/contact).
Loading