Browse docs
Ship

Where to Go Next

A when-you-need-X-read-Y map of the 9 guides and 27 recipes inside the repository, plus how updates reach you.

Updated Aug 2026
On this page

These pages get you running and shipping. The deep material lives inside the repository: 9 guides in docs/ and 27 recipes in docs/recipes/. This is the index.

When you need X, read Y

What you are doing Read
Understanding the whole architecture CLAUDE.md
Every env var explained docs/env-setup.md
Implementing your own backend docs/backend-contract.md
Moving off SQLite docs/swap-to-postgres.md
Auth provider details docs/auth-providers.md
Building and submitting docs/deploying.md
Preparing for App Store review docs/privacy-manifest.md
Testing before you ship docs/manual-test-checklist.md, docs/testing-e2e.md

Recipes by task

Data and state: client-state, optimistic-updates, offline-queue, infinite-scroll, large-lists, pull-to-refresh, search-and-filter

Screens and interaction: modals-and-dialogs, empty-states, error-boundary, toasts, forms-with-images, demo-screens

Native features: camera-and-scanner, maps-and-location, background-fetch, background-location, local-notifications, file-uploads, deep-linking

Money and growth: non-iap-payments, analytics-events, feature-flags, app-store-listing, app-icons-and-splash

Operations: backend-observability, sentry-advanced

Getting updates

New features and fixes land on main. If you set up an upstream remote in Get the Code:

git fetch upstream
git merge upstream/main

Read CHANGELOG.md first. Merge conflicts land in files you have edited, which is normal once you have made the app yours.

When something does not work

  1. Check the recipe for that feature. Most questions are answered there.
  2. Re-read the "what needs something from you first" table in What You Just Bought. Features that need a device or a key are the most common surprise.
  3. Run pnpm test. If the 85 tests pass, the boilerplate is intact and the problem is in your change or your configuration.
Claude CodeThe prompt that saves the most time

Read CLAUDE.md and the recipe for . Then explain how is wired in this codebase, and what I need to change to .

Stop reinventing the app shell. Start shipping.

React Native and Expo boilerplate built for Claude Code, Cursor and Copilot. Auth, payments, push and offline sync already wired, with a 37-row map telling your agent where each one lives.

Get it for $59 →