From 5387217d40ec3d0483b20a83475bd4822cdd307d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:35:07 +0000 Subject: [PATCH] =?UTF-8?q?chore(docs):=20refresh=20README=20=E2=80=94=20u?= =?UTF-8?q?pdate=20messaging,=20remove=20Spec=20Generators,=20replace=20Sl?= =?UTF-8?q?ack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: mathieu --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ff402e286cfd..93eb1f171d87 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ # 🌿 What is Fern? -Fern is a platform that transforms your API definitions into production-ready SDKs and beautiful documentation in minutes. +Docs, SDKs, and CLIs for your API. Designed for the AI era. With Fern, you can offer your users: -- 🧩 **Type-safe SDKs** in multiple languages, including TypeScript, Python, Java, Go, Ruby, PHP, and C# -- 📘 **Developer documentation** featuring an interactive UI and auto-generated API + SDK references -- ✨ **AI Search** powered by an assistant trained on your docs, APIs, and SDKs that can instantly answer a developer's questions +- 📘 **Agent-friendly documentation** with built-in AI search, auto-generated [`llms.txt`](https://buildwithfern.com/learn/docs/ai-features/llms-txt), and an [MCP server](https://buildwithfern.com/learn/docs/ai-features/mcp-server) so AI tools can query your API in real time +- 🧩 **Type-safe SDKs** in TypeScript, Python, Java, Go, Ruby, PHP, C#, Swift, and Rust +- ✨ **AI search** powered by an assistant trained on your docs, APIs, and SDKs that can instantly answer developer questions -Fern supports leading API specifications including OpenAPI (REST, Webhooks), AsyncAPI (WebSockets), Protobuf (gRPC), and OpenRPC. +Fern supports OpenAPI (REST, Webhooks), AsyncAPI (WebSockets), Protobuf (gRPC), and GraphQL.
@@ -94,8 +94,6 @@ Get started [here](https://github.com/fern-api/docs-starter). Generators are processes that take your API Definition as input and output artifacts (SDKs, Server boilerplate, etc.). To add a generator, run `fern add `. -### SDK Generators - | Generator ID | Latest Version | Changelog | | ---------------------------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | `fernapi/fern-typescript-sdk` | ![Typescript Generator Version](https://img.shields.io/docker/v/fernapi/fern-typescript-sdk) | [Changelog](https://buildwithfern.com/learn/sdks/generators/typescript/changelog) | @@ -108,16 +106,6 @@ Generators are processes that take your API Definition as input and output artif | `fernapi/fern-swift-sdk` | ![Swift Generator Version](https://img.shields.io/docker/v/fernapi/fern-swift-sdk) | [Changelog](https://buildwithfern.com/learn/sdks/generators/swift/changelog) | | `fernapi/fern-rust-sdk` | ![Rust Generator Version](https://img.shields.io/docker/v/fernapi/fern-rust-sdk) | [Changelog](https://buildwithfern.com/learn/sdks/generators/rust/changelog) | -### Spec Generators - -Fern's spec generators can output an OpenAPI spec. - -> **Note**: The OpenAPI spec generator is primarily intended for Fern Definition users. This prevents lock-in so that one can always export to OpenAPI. - -| Generator ID | Latest Version | Changelog | -| ---------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------ | -| `fernapi/fern-openapi` | ![OpenAPI Generator Version](https://img.shields.io/docker/v/fernapi/fern-openapi) | [versions.yml](./generators/openapi/versions.yml) | - ## 🌿 CLI Commands Here's a quick look at the most popular CLI commands. View the documentation for [all CLI commands](https://buildwithfern.com/learn/cli-api/cli-reference/commands). @@ -138,7 +126,11 @@ Fern is inspired by internal tooling built to enhance the developer experience. ## Community -[Join our Slack!](https://buildwithfern.com/slack) We are here to answer questions and help you get the most out of Fern. +We're here to answer questions and help you get the most out of Fern. + +- [𝕏 Follow us on X](https://x.com/buildwithfern) +- [GitHub Issues](https://github.com/fern-api/fern/issues) — Bug reports and feature requests +- [LinkedIn](https://www.linkedin.com/company/buildwithfern) ## Contributing