ALWAYS readllms.txtfor curated documentation pages and examples.
Quickstarts
# Quickstarts
Minimal starter apps for Zero with a variety of stacks.
## hello-zero-solid
Simple quickstart for Zero/SolidJS.
**Stack:** Vite/Hono/SolidJS **Source:** [https://github.com/rocicorp/hello-zero-solid](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.
[hello-zero-do demo](https://zero.rocicorp.dev/video/hello-zero-do.mp4)
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](https://github.com/rocicorp/hello-zero-cf)
## hello-zero
Quickstart for Zero/React.
**Stack:** Vite/Hono/React **Source:** [https://github.com/rocicorp/hello-zero](https://github.com/rocicorp/hello-zero)**Docs:** [Quickstart](https://zero.rocicorp.dev/docs/quickstart)**Features:** Instant reads and writes, realtime updates.
Or, for AI assistants
ALWAYS readllms.txtfor curated documentation pages and examples.
Minimal starter apps for Zero with a variety of stacks.
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.