Wayne
Wayneβ€’2mo ago

Convex Sync Engine Demo

https://syncengine.dev/ Have you ever wanted to demo Convex real-time and multiplayer features? Here's an open source demo chat, todo and notes app with a multiplayer doc all in one. There's an admin dashboard as well. If you want your own url to demo let me know.
Sync Engine - Convex database - Realtime Chat & Reminders with AI O...
Sync Engine database app demo app - A real-time chat and todo app powered by Convex with AI integration
4 Replies
sam
samβ€’2mo ago
Noice! Kinda crazy how fast you’re shipping. πŸ™ŒπŸΎπŸ‘πŸ½
ampp
amppβ€’2mo ago
Multiplayer doc as interesting behavior. I went to syncengine.dev, on my desktop and laptop Then installed it locally and connected it to the cloud db (on desktop). Noticed that localhost was still sending data to my syncengine.dev Closed syncengine.dev on my desktop. (localhost still sending to syncengine.dev) closed localhost app on same browser, (assuming some sort of shared resources in chrome) opened firefox with and went to localhost still syncing to syncengine.dev. so confused lol
Wayne
WayneOPβ€’2mo ago
Oh, good to know. I'll investigate later.
ampp
amppβ€’2mo ago
It may be just as simple as the same public liveblocks api key is being shared to the world, and the convex backend for syncengine.dev is not getting my updates

Did you find this page helpful?