aboodman / replicache-vercel-template

Replicache Template for Vercel

Home Page:replicache-todo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicache Vercel Template

Replicache is a framework for creating realtime multiplayer 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: The application can go offline for short periods of time, and will recover automatically when the network reconnects.

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.

Install

Step 1: Create Supabase Project

  • 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.

Step 2: Deploy this Template

  • When you get to the Replicache integration you'll have to provide the database password you saved in step 1.

Documentation

You can find the complete Replicache documentation at https://doc.replicache.dev/.

Get Help

Come say hi on Discord! We're happy to help you get setup and answer questions.

About

Replicache Template for Vercel

replicache-todo.vercel.app

License:Other


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%