Top Sitesjazz.tools

Machine Readiness

Stored receipt and evidence

Overall

14

Readable

45

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Not stored for this site.

Document

llms.txt

Open llms.txt
# Documentation

- [FAQ](/docs/faq): Frequently asked questions about Jazz.
- [Overview](/docs): The database that syncs.
- [Quickstart](/docs/quickstart): Scaffold a synced local-first app in one command.
- [Authentication](/docs/auth/authentication): How and when to use Jazz's auth modes, and how to manage JWT auth over the lifetime of a live client.
- [Local-first auth](/docs/auth/local-first-auth): Authenticate users without a server using self-signed tokens, and optionally upgrade to an external provider while preserving identity.
- [Permissions](/docs/auth/permissions): Jazz's approach to row-level security using relationship-based access controls, and how to build policies of varying complexity.
- [Sessions](/docs/auth/sessions): Reading the current session and scoping queries and inserts to the logged-in user.
- [Branches](/docs/concepts/branches): How Jazz uses branches to isolate data across environments, schema versions, and user-defined contexts.
- [How Sync Works](/docs/concepts/how-sync-works): An overview of how Jazz syncs data between clients, covering query subscriptions, infrastructure tiers, offline behavior, and eventual consistency.
- [Local-First Data Model](/docs/concepts/local-first-data-model): An overview of how Jazz manages local state, row histories, conflicts, and loading behavior.
- [Client Setup](/docs/getting-started/client-setup): Set up Jazz in your app — works out of the box with most frameworks, with manual configuration available when needed.
- [Server Setup](/docs/getting-started/server-setup): Hosted and self-hosted database server configuration, app provisioning, and backend context setup.
- [Better Auth Adapter](/docs/guides/better-auth-adapter): Use Better Auth with Jazz as the database adapter.
- [Client](/docs/install/client): Build a local-first to-do app with Jazz, step by step.
- [TypeScript Server](/docs/install/typescript-server): Build a server-side to-do API with Jazz and Hono, step by step.
- [Filters, Sorting & Pagination](/docs/reading/filters-and-sorting): Filter rows with where(), sort with orderBy(), and paginate with limit/offset.
- [Includes & Relations](/docs/reading/includes-and-relations): Resolve references with include(), pick columns with select(), inspect permissions, and run recursive queries.
- [Queries](/docs/reading/queries): One-shot queries, subscriptions, framework hooks, Suspense integration, and read durability options.
- [Auth provider integration](/docs/recipes/auth-provider-integration): Connect an external auth provider to Jazz with JWT validation, with examples for Better Auth and WorkOS.
- [Nested data with permission inheritance](/docs/recipes/nested-data): Model a project/task/comment hierarchy with inherited permissions, queries, and multi-level inserts.
- [Real-time collaborative list](/docs/recipes/real-time-collaborative-list): Multiple users subscribing to the same data and seeing each other's changes in real-time.
- [Shared access between users](/docs/recipes/shared-access): Grant other users access to your data using a shares table and existence-based permissions.
- [User-owned data](/docs/recipes/user-owned-data): End-to-end walkthrough of the most common Jazz pattern: data that belongs to the user who created it.
- [Column Types](/docs/reference/column-types): Every column type available in the TypeScript DSL and its SQL equivalent.
- [Durability Tiers](/docs/reference/durability-tiers): API reference for read and write durability tiers: the options that control how far data must propagate before an operation confirms.
- [Framework Patterns](/docs/reference/framework-patterns): Side-by-side reference for React/Expo, Vue, and Svelte Jazz APIs.
- [Inspector](/docs/reference/inspector): Standalone admin client for exploring Jazz sync servers, schemas, permissions, and live queries.
- [Advanced Internals](/docs/reference/internals): How Jazz works under the hood: raw tables, row histories, sync, the query pipeline, and the browser architecture.
- [Local-first auth internals](/docs/reference/local-first-auth-internals): How local-first auth derives a stable account from a secret, how the self-signed JWT is structured, and how the server verifies it without an external key store.
- [MCP Server](/docs/reference/mcp): Give your AI assistant direct access to Jazz documentation via the Model Context Protocol.
- [WHERE Operators](/docs/reference/where-operators): Full reference for filter operators available in Jazz query builders, with examples for each column kind.
- [Defining Tables](/docs/schemas/defining-tables): Define tables and relationships in schema.ts using the TypeScript DSL.
- [Migrations](/docs/schemas/migrations): Structural schema evolution workflow and reviewed migration edges.
- [Files & Blobs](/docs/writing/files-and-blobs): Chunked browser Blob and stream storage using conventional files and file_parts tables.
- [Writing Data](/docs/writing/writing-data): Insert, update, and delete APIs with local-first execution, framework context hooks, and an intro to durability tiers.

Document

llms-full.txt

Not stored for this site.