Starters
Minimal starter apps for Zero with a variety of stacks.
If you want the guided tutorial instead, see Quickstart.
hello-zero-solid
Simple starter for Zero and SolidJS.
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 Zero in a Cloudflare Worker environment.
This starter 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, and trigger other background work.
Stack: pnpm/Vite/Hono/React/Cloudflare Workers
Source: https://github.com/rocicorp/hello-zero-cf
hello-zero
Simple starter for Zero and React.
Stack: Vite/Hono/React
Source: https://github.com/rocicorp/hello-zero
Features: Instant reads and writes, realtime updates.