Samples

zbugs

A complete Linear-style bug tracker. Not just a demo app, this is our actual live bug db. We use it every day and depend on it.

zbugs

Demo: https://bugs.rocicorp.dev/
Stack: Vite/Fastify/React/AWS
Source: https://github.com/rocicorp/mono/tree/main/apps/zbugs
Features: Instant reads and writes, realtime updates, Github auth, write permissions, read permissions, custom mutators, complex filters, unread indicators, basic text search, emojis, short numeric bug IDs, notifications, and more.

ztunes

An ecommerce store built with Zero, TanStack, Drizzle, and Supabase.

ztunes

Demo: https://ztunes.rocicorp.dev/
Stack: TanStack/Drizzle/Better Auth/Fly.io
Source: https://github.com/rocicorp/ztunes
Features: 88k artists, 200k albums, single-command dev, full drizzle integration, text search, read permissions, write permissions.

hello-zero

Simple quickstart for Zero/React.

Image

Stack: Vite/Hono/React
Source: https://github.com/rocicorp/hello-zero
Docs: Quickstart
Features: Instant reads and writes, realtime updates.

hello-zero-solid

Simple quickstart for Zero/SolidJS.

Image

Stack: Vite/Hono/SolidJS
Source: https://github.com/rocicorp/hello-zero-solid Features: Instant reads and writes, realtime updates, custom mutators.

hello-zero-do

Shows how to use the Zero client from a Cloudflare Durable Objects.

This sample runs zero-client within a Durable Object and monitors changes to a Zero query. This can be used to do things like send notifications, update external services, etc.

Stack: Vite/Hono/React/Cloudflare Workers
Source: https://github.com/rocicorp/hello-zero-do