Replicache is a framework for creating multiplayer web applications.
Replicache enables:
- Realtime collaboration: Users see each others' changes as they happen, without any reloads.
- Instant UI: The UI responds to changes instantly, without waiting for server round trips. Everything is optimistic, automatically.
- Offline resilience: Applications can go offline for minutes or hours and sync up smoothly when they come back online.
To learn more about Replicache, see replicache.dev.
This template creates a full Replicache-powered todo list powered by Vercel, Next.js, and Supabase. You can use this as the basis for your own Replicache powered app.
- Create a new project at Supabase.
- Important: Don't forget to copy the password you choose to some scratch file. You'll need that later and can't retrieve it after this screen.
- When you get to the Replicache integration you'll have to provide the database password you saved in step 1.
You can find the complete Replicache documentation at https://doc.replicache.dev/.
Come say hi on Discord! We're happy to help you get setup and answer questions.