jazz
Local-first relational database with real-time sync
All Skills in This Repository (8)
Pure Emerald Level Indicatorsjazz-schema-design
Define CoValue schemas with permissions and migrations for Jazz applications.
jazz-ui-development
Coordinate UI rendering and data synchronization for Jazz CoValues in React, Svelte, and Vanilla JS.
changeset
Generate .changeset files for package version bumps and changelog entries in monorepos.
jazz-testing
Set up in-memory Jazz test sync for unit and integration tests.
spec
Plan feature work with design artifacts and explicit approval gates.
jazz-permissions-security
Audit Jazz Groups, Accounts, and CoValues ownership and secure sharing.
jazz-performance
Optimize Jazz app performance via crypto initialization, data models, and UI patterns.
benchmarking
Run structured cronometro benchmarks for Jazz packages with worker-thread isolation.
Frequently Asked Questions
FAQPage SchemaHow to install Jazz?โผ
Run `npx skills add garden-co/jazz --all -g -y` in your terminal to install all skills in this suite globally.
What is Jazz used for?โผ
Jazz is a local-first relational database that syncs data in real time across your frontend, backend, and cloud storage. It lets you build collaborative apps that work offline and feel like simple reactive state.
How to build a local-first app with Jazz?โผ
Start with `npm create jazz` or pick a starter template for React, Next.js, SvelteKit, or plain TypeScript. The included skills guide your agent through schemas, permissions, queries, and authentication.
Does Jazz work with AI coding agents?โผ
Yes. The repository ships AGENTS.md files and SKILL.md units that teach agents to fetch live Jazz docs and follow correct schema, sync, and testing patterns.
Can Jazz analyze local telemetry and traces?โผ
Yes. A built-in skill lets your agent query local OpenTelemetry traces, logs, and metrics with SQL to find slow operations and errors.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core