Hello, world

· The Fern Team

Welcome to the Fern blog. We'll post here about SDK generation, API design, and the work we're doing to make building developer tools feel effortless.

What to expect

  • Product updates — new features, improvements, and releases.
  • Engineering deep dives — the how and why behind our design choices.
  • Customer stories — how teams are shipping faster with Fern.

Here's a tiny code sample with syntax highlighting:

import { FernClient } from "@fern/client";
 
const fern = new FernClient({ apiKey: process.env.FERN_API_KEY });
const result = await fern.generate({ target: "typescript" });
console.log(result.files);

Thanks for reading — more soon.