SvGrid: a Svelte 5 native data grid (MIT core, headless + render component, MCP-ready) A developer has released SvGrid, a native data grid for Svelte 5 that is MIT-licensed and available on npm as @svgrid/grid. The grid features fine-grained reactivity using Svelte 5 runes, supports virtualization, sorting, filtering, inline editing, and includes an MCP server for AI-assisted development. The project also offers an enterprise package with advanced features like export, pivot, and AI helpers. The Svelte ecosystem has matured fast in the last year, but one thing I kept hitting was the data grid problem. If you wanted a real one, your options were: None of them felt right for the Svelte 5 era. So we spent the last year building one: SvGrid . It is MIT-licensed, on npm as @svgrid/grid , and has a sibling package @svgrid/enterprise for the heavier features export, pivot, AI helpers . Site, docs, 150+ live demos: svgrid.com https://svgrid.com . npm create sv-grid@latest That scaffolds a working Vite + Svelte 5 app with a sortable, filterable, virtualized grid wired up. Or drop the package straight into an existing app: npm install @svgrid/grid js