Skip to content

Conversation

@brianorwhatever
Copy link
Contributor

Initialize a Next.js 14+ project with a Convex backend.

This PR sets up a Next.js 14+ app with TypeScript, integrates the Convex backend by installing the package, configuring the client provider in the root layout, creating a basic convex/schema.ts, and adding an .env.local.example for deployment. The project successfully passes pnpm run build.


Open in Cursor Open in Web

- Created Next.js 14+ app with TypeScript, Tailwind, and ESLint
- Installed and configured Convex package
- Created convex directory with schema.ts
- Added ConvexClientProvider component and wrapped app in root layout
- Added .env.local.example with CONVEX_DEPLOYMENT placeholder
- Updated .gitignore to allow .env.local.example
- Verified pnpm run build passes successfully

Co-authored-by: brian <brian@aviary.tech>
@cursor
Copy link

cursor bot commented Jan 14, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants