Skip to content

Commit

Permalink
refine landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Apr 8, 2024
1 parent 51c0eae commit 26090cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions generator/konfig-docs/src/pages/sdk/_index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ import Mermaid from '@theme/Mermaid';

**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.
by providing a collection of AI-augmented SDKs for your API integrations,
reducing code in your codebase and ensuring it stays up-to-date.

<SdksLink />

<SdkSignupForm />

### [👉 Checkout out the SDKs](/sdk/category/all)

<Figure caption={<a href="/sdk/category/all">So far we have 300+ SDKs for 100+ public APIs</a>}>
[![Selection](/img/konfig-sdks-directory.png)](/sdk/category/all)
</Figure>

## Why?

External API integrations are a pain to develop. Writing and maintaining your
Expand All @@ -33,15 +38,16 @@ 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

<Figure caption="Click the above links to checkout the OpenAPI Specifications we use and the SDKs we offer">
<Figure caption={<span>Checkout the <a href="https://github.com/konfig-sdks/openapi-examples">OpenAPI Specifications</a> we maintain and the <a href="/sdk/category/all">SDKs</a> we offer</span>}>
<Mermaid
value={`graph LR
PA[Public API #1] --> A
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
PA[Public API #1] --> A
PAX[Public API ...] --> A
PAN[Public API #n] --> A
subgraph Konfig
A[<a target='_blank' href='https://github.com/konfig-sdks/openapi-examples'>OpenAPI Specifications</a>] --> SDKs
AI[🤖 AI] --> SDKs
end
SDKs[<a target='_blank' href='/sdk/category/all'>AI-Augmented SDKs</a>] --> You`}
/>
</Figure>
Expand All @@ -56,7 +62,9 @@ We charge based on the number of SDKs you use.

## Interested?

Checkout the growing list of [SDKs](/sdk/category/all) and sign up below.
Checkout the growing list of SDKs and sign up below.

<SdksLink/>

<SdkSignupForm />

Expand Down
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 26090cd

Please sign in to comment.