11# Convex
22
3- TypeScript/JavaScript client libraries and CLI for Convex.
3+ TypeScript backend SDK, client libraries, and CLI for Convex.
44
55Convex is the backend application platform with everything you need to build
66your product.
@@ -20,8 +20,8 @@ in the [Convex Discord Community](https://convex.dev/community).
2020
2121This 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
3638This package also includes [ ` convex ` ] ( https://docs.convex.dev/using/cli ) , the
3739command-line interface for managing Convex projects.
38-
39- # Building
40-
41- ` npm pack ` produces a public build with internal types removed.
0 commit comments