Skip to content

Commit b0b7f03

Browse files
committed
chore(typescript): introduce sdk design docs
1 parent 328644b commit b0b7f03

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

fern/products/sdks/overview/typescript/design.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,24 @@ title: Typescript SDK Design
33
description: "Key design decisions behind our TypeScript SDK generator"
44
---
55

6-
Learn about the design principles and philosophy behind the Fern Typescript SDK.
6+
<CardGroup cols={3}>
7+
<Card title="Dependency Free" icon="regular box">
8+
Zero external dependencies.
9+
</Card>
10+
11+
<Card title="Isomorphic" icon="regular globe">
12+
Works seamlessly in both Node.js and browser environments.
13+
</Card>
14+
15+
<Card title="Strongly Typed" icon="regular code">
16+
Full TypeScript support.
17+
</Card>
18+
19+
<Card title="Auto-pagination" icon="regular arrows-alt-h">
20+
Handle paginated responses with built-in iterators.
21+
</Card>
22+
23+
<Card title="Forwards Compatibility" icon="regular sync">
24+
Designed to fail gracefully as your API evolves.
25+
</Card>
26+
</CardGroup>

0 commit comments

Comments
 (0)