Skip to content

get-convex/convex-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

108c44f · Apr 3, 2025
Mar 3, 2025
Oct 8, 2024
Apr 3, 2025
Mar 3, 2025
Mar 6, 2024
Sep 13, 2024
Dec 8, 2022
Dec 8, 2022
Mar 6, 2024
Mar 12, 2024
May 21, 2024
Dec 9, 2022
Mar 12, 2024
Mar 6, 2024
Jul 17, 2024
Mar 12, 2024
Jan 14, 2025
Sep 23, 2024
Mar 3, 2025
Mar 3, 2025
Sep 23, 2024

Repository files navigation

Convex

This example demonstrates how to build a fully functional chat app using React, Next.js and Convex.

The app was build within few hours. The computer just does random valid moves for now. Will improve later.

Run locally

npm install
rm -rf convex.json
npx convex init
npm run dev

Deploy your own

Deploy the example using Vercel: