stack/examples/convex
Konstantin Wohlwend f9ce37be73 Convex README
2025-10-10 04:27:05 -07:00
..
app Convex README 2025-10-10 04:27:05 -07:00
components Convex implementation (#913) 2025-09-24 19:16:45 +00:00
convex Convex README 2025-10-10 04:27:05 -07:00
public Convex implementation (#913) 2025-09-24 19:16:45 +00:00
stack Convex README 2025-10-10 04:27:05 -07:00
.env.development Convex README 2025-10-10 04:27:05 -07:00
.eslintrc.js Convex implementation (#913) 2025-09-24 19:16:45 +00:00
.gitignore Convex README 2025-10-10 04:27:05 -07:00
CHANGELOG.md chore: update package versions 2025-09-26 23:16:39 -05:00
eslint.config.mjs Convex implementation (#913) 2025-09-24 19:16:45 +00:00
globals.css Convex README 2025-10-10 04:27:05 -07:00
next.config.ts Convex implementation (#913) 2025-09-24 19:16:45 +00:00
package-lock.json Convex implementation (#913) 2025-09-24 19:16:45 +00:00
package.json Convex README 2025-10-10 04:27:05 -07:00
postcss.config.mjs Convex README 2025-10-10 04:27:05 -07:00
README.md Convex implementation (#913) 2025-09-24 19:16:45 +00:00
tailwind.config.js Convex README 2025-10-10 04:27:05 -07:00
tsconfig.json Convex implementation (#913) 2025-09-24 19:16:45 +00:00

Welcome to your Convex + Next.js app

This is a Convex project created with npm create convex.

After the initial setup (<2 minutes) you'll have a working full-stack app using:

  • Convex as your backend (database, server logic)
  • React as your frontend (web page interactivity)
  • Next.js for optimized web hosting and page routing
  • Tailwind for building great looking accessible UI

Get started

If you just cloned this codebase and didn't use npm create convex, run:

npm install
npm run dev

If you're reading this README on GitHub and want to use this template, run:

npm create convex@latest -- -t nextjs

Learn more

To learn more about developing your project with Convex, check out:

  • The Tour of Convex for a thorough introduction to Convex principles.
  • The rest of Convex docs to learn about all Convex features.
  • Stack for in-depth articles on advanced topics.

Join the community

Join thousands of developers building full-stack apps with Convex: