# kSync v0.2 ## Docs - [KSync Class](https://ksync.klastra.ai/api-reference/ksync-class.md): Complete API reference for the KSync class - the main interface for real-time data synchronization - [Storage Adapters](https://ksync.klastra.ai/api-reference/storage.md): API reference for kSync storage adapters - persist events to various storage backends - [Sync Clients](https://ksync.klastra.ai/api-reference/sync-client.md): API reference for kSync synchronization clients - real-time WebSocket and Git-like sync - [Types & Interfaces](https://ksync.klastra.ai/api-reference/types.md): Complete TypeScript type definitions for kSync - interfaces, types, and utility types - [Architecture](https://ksync.klastra.ai/concepts/architecture.md): Understanding kSync's local-first, event-sourced architecture - [Events](https://ksync.klastra.ai/concepts/events.md): Understanding events, schemas, and type-safe validation in kSync - [Storage](https://ksync.klastra.ai/concepts/storage.md): Understanding kSync storage options and persistence strategies - [Real-time Chat App](https://ksync.klastra.ai/examples/chat-app.md): Build a real-time chat application with kSync - demonstrates event-sourcing, WebSocket sync, and React integration - [Examples](https://ksync.klastra.ai/examples/introduction.md): Real-world examples and use cases for kSync - [Todo List with Git-like Sync](https://ksync.klastra.ai/examples/todo-sync.md): Build an offline-first todo application with kSync - demonstrates Git-like sync, conflict resolution, and multi-device support - [Installation](https://ksync.klastra.ai/installation.md): Install kSync v0.2 and set up your development environment - [Introduction](https://ksync.klastra.ai/introduction.md): Welcome to kSync v0.2 - Enterprise-grade, real-time sync engine for modern applications - [Quickstart](https://ksync.klastra.ai/quickstart.md): Get up and running with kSync v0.2 in under 2 minutes ## OpenAPI Specs - [openapi](https://ksync.klastra.ai/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/0ni-x4/ksync) - [NPM](https://www.npmjs.com/package/@klastra/ksync)