Quickstarts

Minimal starter apps for Zero with a variety of stacks.

hello-zero-solid

Simple quickstart for Zero/SolidJS.

Hello Solid!

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

hello-zero-cf

Shows how to use the Zero in a Cloudflare Worker environment.

This sample runs Zero in a React/Hono app, within the Cloudflare worker environment. It uses Hono to implement authentication and Zero's API endpoints.

It also 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: pnpm/Vite/Hono/React/Cloudflare Workers
Source: https://github.com/rocicorp/hello-zero-cf

hello-zero

Quickstart for Zero/React.

Hello Zero!

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