Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Vercel template that deploys a Replicache-powered todo list app built with Next.js and Supabase, with realtime sync and offline support.

Next.js 13 starter template that builds a multi-tenant, AI-native todo list on Nile's Postgres, with AI-generated task time estimates and embeddings.

A minimal Preact boilerplate from the Vercel examples collection that deploys to Vercel with zero configuration.

Vercel example SaaS project pairing a Next.js dashboard with an Express.js API microservice, routed under one domain via microfrontends.

A ChatGPT-style streaming chat example built with the Vercel AI SDK, Next.js, and OpenAI, with OpenTelemetry tracing enabled.

An eve template for Slack agents with webhook handling, Vercel Connect credential management, a starter agent, and an example tool.
Replicache Starter is a Vercel deployment template that produces a working multiplayer todo list application built on Replicache, the client-side sync framework, together with Next.js and Supabase.
The Replicache Starter is a Vercel template that deploys a complete Replicache-powered todo list application. Its inputs are a Supabase project (created first, with a database password you must save) and a Vercel deployment run; its output is a running multiplayer todo list you can extend into your own app. The stack pairs Replicache for client-side sync, Next.js for the web front end, and Supabase for the hosted backend database, all wired together by Vercel's Replicache integration. The template is published by the Replicache team and points to replicache.dev and doc.replicache.dev for framework documentation.
Replicache is a framework for building multiplayer web applications. It gives apps realtime collaboration so users see each other's changes instantly, instant UI through optimistic updates without server round trips, and offline resilience so an app can disconnect for minutes or hours and sync smoothly afterward.
The template itself is distributed as an open repository on Vercel with 16 stars. Running it depends on your own Vercel and Supabase accounts, and any costs come from those platforms' plans rather than from the template.
Yes. Setup starts by creating a Supabase project, and the deployment asks for that project's database password. Copy the password when you create the project, because it cannot be retrieved after that screen.
It builds a full Replicache-powered todo list application. The todo list is a working example rather than an empty scaffold, so you can inspect the sync behavior and then use it as the basis for your own Replicache app.
The page links to complete Replicache documentation at doc.replicache.dev and to a Discord community at discord.replicache.dev, where the team answers setup questions.
