# sv-grid > The Svelte 5-native data grid. Headless engine + render component, AI-native, WAI-ARIA, virtualized to 100k rows. Two npm packages: `sv-grid-community` (MIT, open source) and `sv-grid-pro` (commercial - export, import, pivot, AI helpers). For the full text of every doc page concatenated: see [llms-full.txt](/llms-full.txt). For a machine-readable manifest: see [docs.json](/docs.json). ## Overview - [Changelog](https://svgrid.com/changelog): The user-facing log of what shipped. Format follows Keep a Changelog 1.1.0; versioning follows Semantic Versioning. - [Getting Started with SvGrid](https://svgrid.com/getting-started-full): SvGrid is a modern, production-ready data grid for Svelte 5 - a headless core engine paired with a Svelte render component (). It scales from a 10-row read-only table to a virtualized 100,0… - [Getting started with SvGrid](https://svgrid.com/getting-started): SvGrid is a modern, production-ready data grid for Svelte 5 - a headless core engine paired with a Svelte render component (). It scales from a 10-row read-only table to a virtualized 100,0… - [Why headless?](https://svgrid.com/why-headless): SvGrid is **headless at the core**, with a fully-styled Svelte component shipped on top. That two-layer split is deliberate, and worth understanding before you reach for either. ## Compliance - [Audit log integration](https://svgrid.com/compliance/audit-log): A typed, tamper-evident audit trail of every user action in the grid, in under 50 lines. Pattern works for any backend - your existing audit table, Datadog logs, an immutable ledger (DynamoDB with … - [GDPR + data residency](https://svgrid.com/compliance/gdpr): sv-grid is **GDPR-neutral**: the library never transmits personal data, never stores it server-side, and never logs it. If your app is GDPR-compliant before adding sv-grid, adding sv-grid does not … - [HIPAA posture](https://svgrid.com/compliance/hipaa): sv-grid is **HIPAA-neutral**: the library does not transmit, store, or process PHI on its own. If your app is HIPAA-compliant before adding sv-grid, adding sv-grid does not break that compliance. - [Compliance](https://svgrid.com/compliance/index): sv-grid is a client-side UI library - **all data stays in the browser**, the library never makes a network call of its own, no telemetry phones home. The compliance story is therefore short, but be… - [SOC 2 posture](https://svgrid.com/compliance/soc2): sv-grid is a UI library, not a service - so it cannot itself hold a SOC 2 report. But it can sit inside a SOC 2-audited application, and the controls below describe the line where the library's res… ## Getting started - [1. Install](https://svgrid.com/getting-started/1-install): SvGrid is a single npm package. There is no peer dependency on a CSS framework - bring your own, or use the default theme that ships with the render component. - [2. First grid in 60 seconds](https://svgrid.com/getting-started/2-first-grid): ```svelte