Skip to content

Commit fecc7ea

Browse files
thomasballingerConvex, Inc.
authored andcommitted
Restructure deployment docs (#41928)
GitOrigin-RevId: 1450a3152cb6436d9112eebd9f77c6f6866a1b0b
1 parent da96dcc commit fecc7ea

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convex
22

3-
TypeScript/JavaScript client libraries and CLI for Convex.
3+
TypeScript backend SDK, client libraries, and CLI for Convex.
44

55
Convex is the backend application platform with everything you need to build
66
your product.
@@ -20,8 +20,8 @@ in the [Convex Discord Community](https://convex.dev/community).
2020

2121
This package includes several entry points for building apps on Convex:
2222

23-
- [`convex/server`](https://docs.convex.dev/api/modules/server): Helpers for
24-
implementing Convex functions and defining a database schema.
23+
- [`convex/server`](https://docs.convex.dev/api/modules/server): SDK for
24+
defining a Convex backend functions, defining a database schema, etc.
2525
- [`convex/react`](https://docs.convex.dev/api/modules/react): Hooks and a
2626
`ConvexReactClient` for integrating Convex into React applications.
2727
- [`convex/browser`](https://docs.convex.dev/api/modules/browser): A
@@ -32,10 +32,8 @@ This package includes several entry points for building apps on Convex:
3232
React component for authenticating users with Auth0.
3333
- [`convex/react-clerk`](https://docs.convex.dev/api/modules/react_clerk): A
3434
React component for authenticating users with Clerk.
35+
- [`convex/nextjs`](https://docs.convex.dev/api/modules/nextjs): Server-side
36+
helpers for SSR, usable by Next.js and other React frameworks.
3537

3638
This package also includes [`convex`](https://docs.convex.dev/using/cli), the
3739
command-line interface for managing Convex projects.
38-
39-
# Building
40-
41-
`npm pack` produces a public build with internal types removed.

0 commit comments

Comments
 (0)