This is a sample app used in the convex tutorial to show off the fundamentals of the Convex platform.
Jump into any particular step of the tutorial with a branch:
- Simple chat app with message display order bug (branch = main, 0-start)
- Simple chat app with correct message display (branch = 1-smileys)
- Enhanced chat app a "likes" feature added (branch = 2-likes)
- Enhanced chat app with an AI integration (branch = 3-ai)
$ npm i
$ npm run dev