You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/content/.vitepress/config.ts
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ import llmstxt from 'vitepress-plugin-llms'
5
5
6
6
exportdefaultdefineConfig({
7
7
lang: 'en-US',
8
-
title: 'oRPC',
9
-
description:
10
-
'oRPC makes it easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards, ensuring a smooth and enjoyable developer experience.',
8
+
title: 'oRPC - Typesafe APIs Made Simple πͺ',
9
+
description: 'Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards',
Copy file name to clipboardExpand all lines: apps/content/index.md
+23-36Lines changed: 23 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
---
2
2
title: oRPC - Typesafe APIs Made Simple πͺ
3
+
description: Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards
3
4
titleTemplate: ':title'
4
-
head:
5
-
- ['meta', { property: 'og:description', content: 'oRPC makes it easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards, ensuring a smooth and enjoyable developer experience.' }]
6
5
layout: home
7
6
hero:
8
7
name: oRPC
9
8
text: Typesafe APIs Made Simple πͺ
10
-
tagline: Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards, ensuring a smooth and enjoyable developer experience.
9
+
tagline: Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards
11
10
image:
12
11
light: /code-light.png
13
12
dark: /code-dark.png
@@ -20,54 +19,42 @@ hero:
20
19
text: Playgrounds
21
20
link: /docs/playgrounds
22
21
features:
23
-
- icon: π
22
+
- icon: π
24
23
title: End-to-End Type Safety
25
-
details: Ensure complete type safety from inputs to outputs and errors, bridging server and client seamlessly.
26
-
- icon: π
24
+
details: Ensure type-safe inputs, outputs, and errors from client to server.
25
+
- icon: π
27
26
title: First-Class OpenAPI
28
-
details: Adheres to the OpenAPI standard out of the box, ensuring seamless integration and comprehensive API documentation.
29
-
- icon: π
27
+
details: Built-in support that fully adheres to the OpenAPI standard.
28
+
- icon: π
30
29
title: Contract-First Development
31
-
details: (Optional) Define your API contract upfront and implement it with confidence.
32
-
- icon: β¨
33
-
title: Exceptional Developer Experience
34
-
details: Enjoy a streamlined workflow with robust typing and clear, in-code documentation.
35
-
- icon: π
36
-
title: Multi-Runtime Support
37
-
details: Run your code seamlessly on Cloudflare, Deno, Bun, Node.js, and more.
0 commit comments