A demo chat app built with Triplit.
Assign your server hostname (VITE_TRIPLIT_SERVER
) and api key (VITE_TRIPLIT_API_KEY
) to values in a file named .env.local
or hard code them.
Then run, yarn dev
.
- Realtime chat
- Offline queueing of messages
- Sent indicators
- Basic pagination on scroll