Skip to content

Commit

Permalink
mention AI in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 4, 2024
1 parent 6c4fab0 commit 3f85bf0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ code, and expand your app's capabilities with more external integrations.
1. We maintain the [highest quality collection of OpenAPI Specifications
on the internet](https://github.com/konfig-sdks/openapi-examples). This collection
is open and MIT-licensed so you can use it freely.
2. Generate SDKs from the OpenAPI Specifications.
2. Generate [AI-Augmented SDKs](/sdk/category/all) from the OpenAPI
Specifications in TypeScript, Python, Java, C#, PHP, Ruby, Go, Swift, and Dart.
AI helps us ensure that the SDKs feel natural to use and are well-documented.
3. Distribute the SDKs to you through standard package managers

Finally, whenever an SDK is updated, we will notify you.
Expand All @@ -79,7 +81,7 @@ projects. Then you can add SDKs to your project using your favorite package
manager:

```shell CLI
pnpm install @konfig/bamboo-hr-typescript-sdk
pnpm install @konfig/{API}
```

## Konfig SDKs vs. Universal API Solutions
Expand Down
2 changes: 1 addition & 1 deletion generator/konfig-docs/src/components/HowKonfigWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function HowKonfigWorks() {
</div>
<div className="grow-0">
<h3 className="text-[hsl(243_75%_97%)] text-2xl leading-tight sm:text-3xl">
Generates SDKs from{" "}
Generates AI-Augmented SDKs from{" "}
<span className="font-mono whitespace-nowrap">
openapi-examples
</span>
Expand Down
13 changes: 8 additions & 5 deletions generator/konfig-docs/src/pages/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { SdksLink } from "@site/src/components/SdksLink"

![Banner](/img/konfig-sdks.png)

**Introducing Konfig SDKs for Public APIs**, a one-of-a-kind service for developers that want to
write and maintain less API integration code. We do this by providing consistent
and well-documented SDKs for your API integrations, reducing code in your
**Introducing Konfig SDKs for Public APIs**, a one-of-a-kind service for
developers that want to write and maintain less API integration code. We do this
by providing AI-augmented SDKs for your API integrations, reducing code in your
codebase and ensuring it stays up-to-date.

<SdksLink />
Expand All @@ -30,7 +30,9 @@ don't have to deal with this.
## How does it work?

1. Konfig maintains an [open and MIT licensed repository](https://github.com/konfig-sdks/openapi-examples) of OpenAPI specifications for public APIs.
2. We generate <a href="/sdk/category/all" target="_blank">SDKs</a> for every API in TypeScript, Python, Java, C#, PHP, Ruby, Go, Swift, and Dart
2. We generate <a href="/sdk/category/all" target="_blank">AI-augmented SDKs</a>
for every API in TypeScript, Python, Java, C#, PHP, Ruby, Go, Swift, and Dart.
AI helps us ensure that the SDKs feel natural to use and are well-documented.
3. We distribute access to these SDKs for a monthly subscription
4. We notify you when an API you are using is updated

Expand All @@ -41,8 +43,9 @@ graph LR
PAX[Public API ...] --> A
PAN[Public API #n] --> A
A[<a target='_blank' href='https://github.com/konfig-sdks/openapi-examples'>OpenAPI Specifications</a>] --> Konfig
AI[🤖 AI] --> Konfig
Konfig --> SDKs
SDKs[<a target='_blank' href='/sdk/category/all'>SDKs</a>] --> You
SDKs[<a target='_blank' href='/sdk/category/all'>AI-Augmented SDKs</a>] --> You
```
</Figure>

Expand Down
Binary file modified generator/konfig-docs/static/img/konfig-sdks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f85bf0

Please sign in to comment.